summaryrefslogtreecommitdiff
path: root/spec/fltk-widgets-groups-tables-row.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-tables-row.ads
parentbefe66a0a98a58e0bdb31bb8c2db4a975a744072 (diff)
Slightly better / more consistent comments
Diffstat (limited to 'spec/fltk-widgets-groups-tables-row.ads')
-rw-r--r--spec/fltk-widgets-groups-tables-row.ads8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/fltk-widgets-groups-tables-row.ads b/spec/fltk-widgets-groups-tables-row.ads
index e51068a..84d7191 100644
--- a/spec/fltk-widgets-groups-tables-row.ads
+++ b/spec/fltk-widgets-groups-tables-row.ads
@@ -37,12 +37,16 @@ package FLTK.Widgets.Groups.Tables.Row is
+ -- Contents Modification --
+
procedure Clear
(This : in out Row_Table);
+ -- Rows --
+
function Get_Rows
(This : in Row_Table)
return Natural;
@@ -54,6 +58,8 @@ package FLTK.Widgets.Groups.Tables.Row is
+ -- Selection --
+
function Is_Row_Selected
(This : in Row_Table;
Row : in Positive)
@@ -85,6 +91,8 @@ package FLTK.Widgets.Groups.Tables.Row is
+ -- Drawing, Events --
+
procedure Cell_Dimensions
(This : in Row_Table;
Context : in Table_Context;