summaryrefslogtreecommitdiff
path: root/spec/fltk-file_choosers.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-02-06 19:28:33 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-02-06 19:28:33 +1300
commit547e538476a788dfeb5974f9b8ad29441d18980b (patch)
tree00a3c7d80ee403969971bc4b814876b4399f3ada /spec/fltk-file_choosers.ads
parentbefe66a0a98a58e0bdb31bb8c2db4a975a744072 (diff)
Slightly better / more consistent comments
Diffstat (limited to 'spec/fltk-file_choosers.ads')
-rw-r--r--spec/fltk-file_choosers.ads14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/fltk-file_choosers.ads b/spec/fltk-file_choosers.ads
index 927ae04..3445d4f 100644
--- a/spec/fltk-file_choosers.ads
+++ b/spec/fltk-file_choosers.ads
@@ -47,12 +47,16 @@ package FLTK.File_Choosers is
+ -- Sorting --
+
Sort_Method : not null FLTK.Filenames.Compare_Function :=
FLTK.Filenames.Numeric_Sort'Access;
+ -- Buttons --
+
function New_Button
(This : in out File_Chooser)
return FLTK.Widgets.Buttons.Button_Reference;
@@ -68,6 +72,8 @@ package FLTK.File_Choosers is
+ -- Static Labels --
+
function Get_Add_Favorites_Label
return String;
@@ -155,6 +161,8 @@ package FLTK.File_Choosers is
+ -- Callback and Extra --
+
procedure Add_Extra
(This : in out File_Chooser;
Item : in out Widgets.Widget'Class);
@@ -174,6 +182,8 @@ package FLTK.File_Choosers is
+ -- Settings --
+
function Get_Background_Color
(This : in File_Chooser)
return Color;
@@ -249,6 +259,8 @@ package FLTK.File_Choosers is
+ -- File Selection --
+
function Number_Selected
(This : in File_Chooser)
return Natural;
@@ -296,6 +308,8 @@ package FLTK.File_Choosers is
+ -- Visibility --
+
procedure Show
(This : in out File_Chooser);