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-buttons-light-round-radio.ads | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fltk-widgets-buttons-light-round-radio.ads') diff --git a/fltk-widgets-buttons-light-round-radio.ads b/fltk-widgets-buttons-light-round-radio.ads index 7d21ad7..ad1eec7 100644 --- a/fltk-widgets-buttons-light-round-radio.ads +++ b/fltk-widgets-buttons-light-round-radio.ads @@ -4,12 +4,11 @@ package FLTK.Widgets.Buttons.Light.Round.Radio is type Radio_Round_Button is new Round_Button with private; - type Radio_Round_Button_Access is access all Radio_Round_Button; function Create (X, Y, W, H : in Integer; - Label : in String) + Text : in String) return Radio_Round_Button; -- cgit