From 32062c660307d5b34f46b1f7b75d17a184930e71 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 27 May 2016 04:03:00 +1000 Subject: Text buffers, access types and line lengths --- fltk-widgets-groups.ads | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fltk-widgets-groups.ads') 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; -- cgit