From e93b9bbc02e2791f3a35b6f077fcbb8514c28aed Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 01:14:58 +1300 Subject: Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there --- doc/fl_file_chooser.html | 80 ++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'doc/fl_file_chooser.html') diff --git a/doc/fl_file_chooser.html b/doc/fl_file_chooser.html index 06dab72..15b1380 100644 --- a/doc/fl_file_chooser.html +++ b/doc/fl_file_chooser.html @@ -63,46 +63,6 @@ See Fl_Ask for related symbols that are not members of the Fl_File_Chooser class - - - - - - - - - - - - - - - - - - -
Attributes
-Fl_Button * newButton;
-
-function New_Button
-       (This : in out File_Chooser)
-    return FLTK.Widgets.Buttons.Button_Reference;
-
-Fl_Check_Button * previewButton;
-
-function Preview_Button
-       (This : in out File_Chooser)
-    return FLTK.Widgets.Buttons.Light.Check.Check_Button_Reference;
-
-Fl_Check_Button * showHiddenButton;
-
-function Show_Hidden_Button
-       (This : in out File_Chooser)
-    return FLTK.Widgets.Buttons.Light.Check.Check_Button_Reference;
-
- - - @@ -305,6 +265,46 @@ Sort_Method : not null FLTK.Filenames.Compare_Function := +
Static Attributes
+ + + + + + + + + + + + + + + + + +
Attributes
+Fl_Button * newButton;
+
+function New_Button
+       (This : in out File_Chooser)
+    return FLTK.Widgets.Buttons.Button_Reference;
+
+Fl_Check_Button * previewButton;
+
+function Preview_Button
+       (This : in out File_Chooser)
+    return FLTK.Widgets.Buttons.Light.Check.Check_Button_Reference;
+
+Fl_Check_Button * showHiddenButton;
+
+function Show_Hidden_Button
+       (This : in out File_Chooser)
+    return FLTK.Widgets.Buttons.Light.Check.Check_Button_Reference;
+
+ + + -- cgit
Constructors