summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-10-29 11:50:34 +0100
committerMatthias Melcher <github@matthiasm.com>2025-10-29 11:51:06 +0100
commit7500b3c5400fa9be56586817dba273d6fe88c68b (patch)
treef9e6627fa3780eee4f307421b076cc04d978e585 /FL
parent445e96f5bb9509f537024762bec1a1ae998cfb85 (diff)
Add information on Fl_Widget::type_.
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Widget.H2
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_;}