diff options
Diffstat (limited to 'doc/fl_file_chooser.html')
-rw-r--r-- | doc/fl_file_chooser.html | 80 |
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> |