diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-08-27 15:13:32 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-08-27 15:13:32 +0200 |
| commit | ec05f78d98d8e38ea34eb1bd73647fa5b8b35f81 (patch) | |
| tree | 64768c2ff44f44200e3d9d8463924fc9450be973 /fluid/README_fl.txt | |
| parent | 5879e7fae7d34c037f2ac02c6c7fca86c42a186d (diff) | |
Adding horiizonatl and vertical label margin
- sizeof(Fl_Widget) not increased
- label positions can be adjusted
- try it out in test/label app
- full support in FLUD
Diffstat (limited to 'fluid/README_fl.txt')
| -rw-r--r-- | fluid/README_fl.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/README_fl.txt b/fluid/README_fl.txt index 387d69f98..c52b4d091 100644 --- a/fluid/README_fl.txt +++ b/fluid/README_fl.txt @@ -468,6 +468,8 @@ Type "Fl_Widget" <word> : C++ variable name "labelsize" <word> : integer "labelcolor" <word> : integer, color index "align" <word> : integer, see Fl_Align + "h_label_margin" <word> : integer, horizontal label margin + "v_label_margin" <word> : integer, vertical label margin "image_spacing" <word> : integer, see Fl_Widget::label_image_spacing() "when" <word> : integer, see Fl_When "minimum" <word> : (is_valuator(), is_spinner()) double |
