diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-06 19:09:48 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-07 14:28:22 +0100 |
| commit | d7768b76d042eaa6cdce97976e96315d0bceccb2 (patch) | |
| tree | 92b8c751fa1affc7f5fdb10d980bd4ea4ba1e36e /fluid/widget_panel.fl | |
| parent | 8b31954d6698bded12d6252b1bbc46c6eece7f73 (diff) | |
FLUID: Adds template for tutorial.
Tutorial still to be written.
Also adds convenience methods to Fl_Input_
for getting and setting numeric values.
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index cc42315a2..fe74ad327 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -44,7 +44,7 @@ decl {extern void set_modflag(int mf, int mfc=-1);} {private local } Function {make_widget_panel()} { - comment {Create a panel that can be used with all known widgets} open selected + comment {Create a panel that can be used with all known widgets} open } { Fl_Window {} { comment {Use a Double Window to avoid flickering.} open @@ -58,8 +58,8 @@ Function {make_widget_panel()} { } { Fl_Group {} { label GUI - callback propagate_load - xywh {10 30 400 330} labelsize 11 when 0 hide resizable + callback propagate_load selected + xywh {10 30 400 330} labelsize 11 when 0 resizable } { Fl_Group {} { label {Label:} @@ -1053,7 +1053,7 @@ wCallback->do_callback(wCallback, v);} open Fl_Group widget_tab_grid { label Grid callback propagate_load open - xywh {10 30 400 330} labelsize 11 + xywh {10 30 400 330} labelsize 11 hide } { Fl_Group {} { label {Grid Layout:} |
