From f419b275ee91792e08f211a588d891c4aa6bedac Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 15 Jul 2016 22:20:30 +1000 Subject: Groups and Widgets should now keep track of themselves properly, also all named access types removed --- fltk-widgets-groups-text_displays-text_editors.ads | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fltk-widgets-groups-text_displays-text_editors.ads') diff --git a/fltk-widgets-groups-text_displays-text_editors.ads b/fltk-widgets-groups-text_displays-text_editors.ads index c29b107..5b179b9 100644 --- a/fltk-widgets-groups-text_displays-text_editors.ads +++ b/fltk-widgets-groups-text_displays-text_editors.ads @@ -4,12 +4,11 @@ package FLTK.Widgets.Groups.Text_Displays.Text_Editors is type Text_Editor is new Text_Display with private; - type Text_Editor_Access is access all Text_Editor; function Create (X, Y, W, H : in Integer; - Label : in String) + Text : in String) return Text_Editor; -- cgit