summaryrefslogtreecommitdiff
path: root/doc/fl_file_chooser.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-12 01:14:58 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-12 01:14:58 +1300
commite93b9bbc02e2791f3a35b6f077fcbb8514c28aed (patch)
tree3661530027db6809a9cbad7b2477416009e00787 /doc/fl_file_chooser.html
parent53aa8144851913994b963ed611cca8885b8f9a9e (diff)
Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there
Diffstat (limited to 'doc/fl_file_chooser.html')
-rw-r--r--doc/fl_file_chooser.html80
1 files changed, 40 insertions, 40 deletions
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
@@ -64,46 +64,6 @@ See Fl_Ask for related symbols that are not members of the Fl_File_Chooser class
<table class="function">
- <tr><th colspan="2">Attributes</th></tr>
-
- <tr>
-<td><pre>
-Fl_Button * newButton;
-</pre></td>
-<td><pre>
-function New_Button
- (This : in out File_Chooser)
- return FLTK.Widgets.Buttons.Button_Reference;
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-Fl_Check_Button * previewButton;
-</pre></td>
-<td><pre>
-function Preview_Button
- (This : in out File_Chooser)
- return FLTK.Widgets.Buttons.Light.Check.Check_Button_Reference;
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
-Fl_Check_Button * showHiddenButton;
-</pre></td>
-<td><pre>
-function Show_Hidden_Button
- (This : in out File_Chooser)
- return FLTK.Widgets.Buttons.Light.Check.Check_Button_Reference;
-</pre></td>
- </tr>
-
-</table>
-
-
-
-<table class="function">
<tr><th colspan="2">Static Attributes</th></tr>
<tr>
@@ -306,6 +266,46 @@ Sort_Method : not null FLTK.Filenames.Compare_Function :=
<table class="function">
+ <tr><th colspan="2">Attributes</th></tr>
+
+ <tr>
+<td><pre>
+Fl_Button * newButton;
+</pre></td>
+<td><pre>
+function New_Button
+ (This : in out File_Chooser)
+ return FLTK.Widgets.Buttons.Button_Reference;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+Fl_Check_Button * previewButton;
+</pre></td>
+<td><pre>
+function Preview_Button
+ (This : in out File_Chooser)
+ return FLTK.Widgets.Buttons.Light.Check.Check_Button_Reference;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+Fl_Check_Button * showHiddenButton;
+</pre></td>
+<td><pre>
+function Show_Hidden_Button
+ (This : in out File_Chooser)
+ return FLTK.Widgets.Buttons.Light.Check.Check_Button_Reference;
+</pre></td>
+ </tr>
+
+</table>
+
+
+
+<table class="function">
<tr><th colspan="2">Constructors</th></tr>
<tr>