From e93b9bbc02e2791f3a35b6f077fcbb8514c28aed Mon Sep 17 00:00:00 2001
From: Jedidiah Barber <contact@jedbarber.id.au>
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
 
 
 
-<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>
 
@@ -305,6 +265,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>
 
-- 
cgit