From b72f41264d96f6cd9333badad82f978ecdc48fc2 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 --- src/fltk_binding/fltk-widgets-buttons-light.ads | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/fltk_binding/fltk-widgets-buttons-light.ads') diff --git a/src/fltk_binding/fltk-widgets-buttons-light.ads b/src/fltk_binding/fltk-widgets-buttons-light.ads index a3a11b3..6fe7a76 100644 --- a/src/fltk_binding/fltk-widgets-buttons-light.ads +++ b/src/fltk_binding/fltk-widgets-buttons-light.ads @@ -4,12 +4,11 @@ package FLTK.Widgets.Buttons.Light is type Light_Button is new Button with private; - type Light_Button_Access is access all Light_Button; function Create (X, Y, W, H : in Integer; - Label : in String) + Text : in String) return Light_Button; -- cgit