diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-11-02 13:55:13 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-11-02 13:55:13 +0000 |
| commit | cddb39a066ba484ecf44dceb0bdb2b930a0764c9 (patch) | |
| tree | 4db83506ae1585f99a8089403585f2115307ceed /fluid/widget_panel.fl | |
| parent | ebddf5bf9442daa010aee8cfbc36f2a68a3dd1b1 (diff) | |
STR #1052: Updated FLUID to generate buttons in the correct colors. After all these changes, it may be useful to rebuild all cxx files from fl files. This will make sure that menu items are rendered in foreground color instead of simply black
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index aaa6eb69c..534e6f841 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -43,7 +43,7 @@ Function {make_widget_panel()} {open } { Fl_Group {} { label GUI - callback propagate_load selected + callback propagate_load xywh {5 25 400 290} labelsize 11 when 0 resizable } { Fl_Group {} { @@ -106,7 +106,7 @@ Function {make_widget_panel()} {open Fl_Button {} { label Wrap user_data FL_ALIGN_WRAP - callback align_cb + callback align_cb selected tooltip {Wrap the label text.} xywh {140 110 50 20} type Toggle selection_color 8 labelsize 11 } Fl_Button {} { @@ -536,7 +536,7 @@ Function {make_widget_panel()} {open Fl_Button wLiveMode { label {Live &Mode} callback live_mode_cb - tooltip {Create a live duplicate of the selected widgets to test resizing and menu behavior.} xywh {142 325 84 20} type Toggle labelsize 11 labelcolor 0 + tooltip {Create a live duplicate of the selected widgets to test resizing and menu behavior.} xywh {142 325 84 20} type Toggle labelsize 11 } } } |
