From 7500b3c5400fa9be56586817dba273d6fe88c68b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 29 Oct 2025 11:50:34 +0100 Subject: Add information on Fl_Widget::type_. --- FL/Fl_Widget.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') 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 type() >= FL_WINDOW 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_;} -- cgit v1.2.3