From 727cd771facf506910ddbb63532b3b6af7fb1b77 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 1 May 2017 20:53:10 +1000 Subject: Draw method implemented for all Button variations (ugh) --- src/fltk-widgets-buttons-light-round-radio.ads | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/fltk-widgets-buttons-light-round-radio.ads') diff --git a/src/fltk-widgets-buttons-light-round-radio.ads b/src/fltk-widgets-buttons-light-round-radio.ads index ad1eec7..c71638f 100644 --- a/src/fltk-widgets-buttons-light-round-radio.ads +++ b/src/fltk-widgets-buttons-light-round-radio.ads @@ -15,6 +15,10 @@ package FLTK.Widgets.Buttons.Light.Round.Radio is private + procedure Draw + (This : in out Radio_Round_Button); + + type Radio_Round_Button is new Round_Button with null record; @@ -22,5 +26,9 @@ private (This : in out Radio_Round_Button); + package Radio_Round_Button_Convert is new System.Address_To_Access_Conversions + (Radio_Round_Button'Class); + + end FLTK.Widgets.Buttons.Light.Round.Radio; -- cgit