summaryrefslogtreecommitdiff
path: root/spec/fltk-widgets-groups-browsers-textline-file.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-widgets-groups-browsers-textline-file.ads
parentbefe66a0a98a58e0bdb31bb8c2db4a975a744072 (diff)
Slightly better / more consistent comments
Diffstat (limited to 'spec/fltk-widgets-groups-browsers-textline-file.ads')
-rw-r--r--spec/fltk-widgets-groups-browsers-textline-file.ads8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/fltk-widgets-groups-browsers-textline-file.ads b/spec/fltk-widgets-groups-browsers-textline-file.ads
index e679957..d19bd50 100644
--- a/spec/fltk-widgets-groups-browsers-textline-file.ads
+++ b/spec/fltk-widgets-groups-browsers-textline-file.ads
@@ -55,6 +55,8 @@ package FLTK.Widgets.Groups.Browsers.Textline.File is
+ -- Directory --
+
function Load
(This : in out File_Browser;
Dir : in String;
@@ -71,6 +73,8 @@ package FLTK.Widgets.Groups.Browsers.Textline.File is
+ -- Settings --
+
function Get_File_Kind
(This : in File_Browser)
return File_Kind;
@@ -106,6 +110,8 @@ package FLTK.Widgets.Groups.Browsers.Textline.File is
+ -- List Implementation --
+
function Full_List_Height
(This : in File_Browser)
return Integer;
@@ -117,6 +123,8 @@ package FLTK.Widgets.Groups.Browsers.Textline.File is
+ -- Item Implementation --
+
function Item_Width
(This : in File_Browser;
Item : in Item_Cursor)