summaryrefslogtreecommitdiff
path: root/src/fltk-file_choosers.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-file_choosers.ads')
-rw-r--r--src/fltk-file_choosers.ads7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fltk-file_choosers.ads b/src/fltk-file_choosers.ads
index b350ddc..cea7b36 100644
--- a/src/fltk-file_choosers.ads
+++ b/src/fltk-file_choosers.ads
@@ -6,6 +6,7 @@
with
+ FLTK.Filenames,
FLTK.Widgets.Buttons.Light.Check;
private with
@@ -46,6 +47,12 @@ package FLTK.File_Choosers is
+ Sort_Method : not null FLTK.Filenames.Compare_Function :=
+ FLTK.Filenames.Numeric_Sort'Access;
+
+
+
+
function New_Button
(This : in out File_Chooser)
return FLTK.Widgets.Buttons.Button_Reference;