diff options
author | Jed Barber <jjbarber@y7mail.com> | 2016-05-27 04:03:00 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2016-05-27 04:03:00 +1000 |
commit | 32062c660307d5b34f46b1f7b75d17a184930e71 (patch) | |
tree | 6ab33672207fdef5b500e5a0bfded5190f05e79e /fltk-widgets-groups.ads | |
parent | 2aac034b614d6de39f4aee9f41dba8f2bcc63d8d (diff) |
Text buffers, access types and line lengths
Diffstat (limited to 'fltk-widgets-groups.ads')
-rw-r--r-- | fltk-widgets-groups.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fltk-widgets-groups.ads b/fltk-widgets-groups.ads index 61a2a6e..2c245a0 100644 --- a/fltk-widgets-groups.ads +++ b/fltk-widgets-groups.ads @@ -4,6 +4,9 @@ package FLTK.Widgets.Groups is type Group is new Widget with private; + type Group_Access is access all Group; + + type Index is new Integer; |