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.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fltk-widgets-groups-packed.ads b/src/fltk-widgets-groups-packed.ads
index 4369fe7..60a6c2a 100644
--- a/src/fltk-widgets-groups-packed.ads
+++ b/src/fltk-widgets-groups-packed.ads
@@ -43,11 +43,11 @@ package FLTK.Widgets.Groups.Packed is
(This : in out Packed_Group;
To : in Integer);
- function Get_Pack_Type
+ function Get_Kind
(This : in Packed_Group)
return Pack_Kind;
- procedure Set_Pack_Type
+ procedure Set_Kind
(This : in out Packed_Group;
Kind : in Pack_Kind);
@@ -82,8 +82,8 @@ private
pragma Inline (Get_Spacing);
pragma Inline (Set_Spacing);
- pragma Inline (Get_Pack_Type);
- pragma Inline (Set_Pack_Type);
+ pragma Inline (Get_Kind);
+ pragma Inline (Set_Kind);
pragma Inline (Draw);