diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-11-20 15:42:25 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-11-20 15:42:25 +0000 |
| commit | 696e2d32191aee9cb0fc8d1a2d8c9f63eb3aacd2 (patch) | |
| tree | e43e5ad7ea2c45cb1a311e343e3977dd3eaf1ce8 /fluid/widget_panel.fl | |
| parent | 7a2e635a8edf28322ba01dcdcf67aab69bb2cf89 (diff) | |
- Moving or resizing widgets in FLUID didn't always update the
widget panel (STR #600)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3902 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index b935b4fc0..2313cc010 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0104 +version 1.0106 header_name {.h} code_name {.cxx} Function {make_widget_panel()} {open @@ -124,26 +124,26 @@ image} xywh {256 116 20 20} resizable } } - Fl_Value_Input {} { + Fl_Value_Input widget_x_input { label {X:} - callback x_cb + callback x_cb selected tooltip {The X position of the widget.} xywh {95 150 60 20} labelsize 10 align 5 maximum 2048 step 1 } Fl_Box {} { label {Position:} xywh {95 150 0 20} align 24 } - Fl_Value_Input {} { + Fl_Value_Input widget_y_input { label {Y:} callback y_cb tooltip {The Y position of the widget.} xywh {155 150 60 20} labelsize 10 align 5 maximum 2048 step 1 } - Fl_Value_Input {} { + Fl_Value_Input widget_w_input { label {Width:} callback w_cb tooltip {The width of the widget.} xywh {215 150 60 20} labelsize 10 align 5 maximum 2048 step 1 } - Fl_Value_Input {} { + Fl_Value_Input widget_h_input { label {Height:} callback h_cb tooltip {The height of the widget.} xywh {275 150 60 20} labelsize 10 align 5 maximum 2048 step 1 @@ -470,7 +470,7 @@ image} } Fl_Button {} { label {No &Overlay} - callback overlay_cb selected + callback overlay_cb tooltip {Hide the widget overlay box.} xywh {215 335 100 25} labelcolor 1 } Fl_Button {} { |
