diff options
Diffstat (limited to 'FL/Fl_Widget.H')
| -rw-r--r-- | FL/Fl_Widget.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 42c58187c..18209afac 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -347,6 +347,8 @@ public: Returns the widget type value, which gives some information about the derived widget class to which the object belongs. Noticeably, the condition <tt>type() >= FL_WINDOW</tt> indicates a widget is an Fl_Window or derived object. + + \note Known values for type_ are listed at the top of src/Fl_Widget.cxx . */ uchar type() const {return type_;} |
