summaryrefslogtreecommitdiff
path: root/spec/fltk-widgets-groups.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.ads
parentbefe66a0a98a58e0bdb31bb8c2db4a975a744072 (diff)
Slightly better / more consistent comments
Diffstat (limited to 'spec/fltk-widgets-groups.ads')
-rw-r--r--spec/fltk-widgets-groups.ads14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/fltk-widgets-groups.ads b/spec/fltk-widgets-groups.ads
index 33c0cb3..9532084 100644
--- a/spec/fltk-widgets-groups.ads
+++ b/spec/fltk-widgets-groups.ads
@@ -53,6 +53,8 @@ package FLTK.Widgets.Groups is
+ -- Contents Modification --
+
procedure Add
(This : in out Group;
Item : in out Widget'Class);
@@ -81,6 +83,8 @@ package FLTK.Widgets.Groups is
+ -- Contents Query --
+
function Has_Child
(This : in Group;
Place : in Index)
@@ -113,6 +117,8 @@ package FLTK.Widgets.Groups is
+ -- Iteration --
+
package Group_Iterators is
new Ada.Iterator_Interfaces (Cursor, Has_Child);
@@ -123,6 +129,8 @@ package FLTK.Widgets.Groups is
+ -- Clipping --
+
function Get_Clip_Mode
(This : in Group)
return Clip_Mode;
@@ -134,6 +142,8 @@ package FLTK.Widgets.Groups is
+ -- Dimensions --
+
procedure Add_Resizable
(This : in out Group;
Item : in out Widget'Class);
@@ -156,6 +166,8 @@ package FLTK.Widgets.Groups is
+ -- Current --
+
function Get_Current
return access Group'Class;
@@ -171,6 +183,8 @@ package FLTK.Widgets.Groups is
+ -- Drawing, Events --
+
procedure Draw
(This : in out Group);