diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-15 23:32:25 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-15 23:32:25 +0000 |
| commit | 6592f0919b07ef389e1b18c7c3e7182b45c19beb (patch) | |
| tree | a6e6bab787c38027e7912ec94fdb98912dbe0601 /fluid/widget_panel.fl | |
| parent | edb211809826317d81639f35a3e261f7e4bcab4f (diff) | |
Fix widget width tooltip and default parameter handling code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2232 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 041c48829..5b5929fd6 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -1,10 +1,7 @@ # data file for the Fltk User Interface Designer (fluid) version 1.0100 header_name {.h} -code_name {.cxx} -gridx 5 -gridy 5 -snap 3 +code_name {.cxx} Function {make_widget_panel()} {open } { Fl_Window {} {open @@ -63,11 +60,11 @@ Function {make_widget_panel()} {open Fl_Value_Input {} { label {Width:} callback w_cb - tooltip {The widget of the widget.} xywh {215 150 60 20} labelsize 10 align 5 maximum 2048 step 1 + tooltip {The width of the widget.} xywh {215 150 60 20} labelsize 10 align 5 maximum 2048 step 1 } Fl_Value_Input {} { label {Height:} - callback h_cb + callback h_cb selected tooltip {The height of the widget.} xywh {275 150 60 20} labelsize 10 align 5 maximum 2048 step 1 } Fl_Group {} { @@ -379,7 +376,7 @@ image} } Fl_Button {} { label Cancel - callback cancel_cb selected + callback cancel_cb xywh {325 335 80 25} } Fl_Return_Button {} { |
