diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-08-15 23:07:20 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-08-15 23:07:20 +0000 |
| commit | 78e42749634776a377eb3f0ceadea6276213ec7e (patch) | |
| tree | 7fb45a6dd35e54204d7ac7104fcc9b3cb80466a3 /fluid/widget_panel.h | |
| parent | 41c089f3c13261e4606d43c1682fb4b3501e6670 (diff) | |
Added support for Fl_Window::size_range() in FLUID. There are no UI elements for increment or aspect ratio.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4515 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.h')
| -rw-r--r-- | fluid/widget_panel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 55e4524a5..da94a50cd 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -60,6 +60,12 @@ extern void min_cb(Fl_Value_Input*, void*); extern void max_cb(Fl_Value_Input*, void*); extern void step_cb(Fl_Value_Input*, void*); extern void value_cb(Fl_Value_Input*, void*); +extern void min_w_cb(Fl_Value_Input*, void*); +extern void min_h_cb(Fl_Value_Input*, void*); +extern void set_min_size_cb(Fl_Button*, void*); +extern void max_w_cb(Fl_Value_Input*, void*); +extern void max_h_cb(Fl_Value_Input*, void*); +extern void set_max_size_cb(Fl_Button*, void*); #include "Shortcut_Button.h" extern void shortcut_in_cb(Shortcut_Button*, void*); extern void xclass_cb(Fl_Input*, void*); |
