summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-groups-packed.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-widgets-groups-packed.ads')
-rw-r--r--src/fltk-widgets-groups-packed.ads13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/fltk-widgets-groups-packed.ads b/src/fltk-widgets-groups-packed.ads
index 92ed137..d711190 100644
--- a/src/fltk-widgets-groups-packed.ads
+++ b/src/fltk-widgets-groups-packed.ads
@@ -5,6 +5,9 @@ package FLTK.Widgets.Groups.Packed is
type Packed_Group is new Group with private;
+ type Packed_Group_Reference (Data : not null access Packed_Group'Class) is
+ limited null record with Implicit_Dereference => Data;
+
@@ -49,5 +52,15 @@ private
(This : in out Packed_Group);
+
+
+ pragma Inline (Get_Spacing);
+ pragma Inline (Set_Spacing);
+
+
+ pragma Inline (Draw);
+ pragma Inline (Handle);
+
+
end FLTK.Widgets.Groups.Packed;