diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-04-27 22:47:59 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-04-27 22:47:59 +0000 |
| commit | f74a812003bab965e02e6811eb90d111bff90139 (patch) | |
| tree | f4f2372b752efbec054d8cfd2acbdb2c5d7d916e /fluid/Fl_Type.cxx | |
| parent | ad0fc9ca23717b46639d2f28a83437300499870d (diff) | |
STR #1158: Fl_Spinner is now fully supported by Fluid. Previously, min, max, step and value could not be edited the usual way because spinner is derived from Fl_Group, not Fl_Valuator...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5038 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.cxx')
| -rw-r--r-- | fluid/Fl_Type.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx index 92e1c807c..278cdff95 100644 --- a/fluid/Fl_Type.cxx +++ b/fluid/Fl_Type.cxx @@ -622,6 +622,7 @@ Fl_Type::~Fl_Type() { int Fl_Type::is_parent() const {return 0;} int Fl_Type::is_widget() const {return 0;} int Fl_Type::is_valuator() const {return 0;} +int Fl_Type::is_spinner() const {return 0;} int Fl_Type::is_button() const {return 0;} int Fl_Type::is_menu_item() const {return 0;} int Fl_Type::is_menu_button() const {return 0;} |
