summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-buttons-light-round-radio.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-widgets-buttons-light-round-radio.ads')
-rw-r--r--src/fltk-widgets-buttons-light-round-radio.ads6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fltk-widgets-buttons-light-round-radio.ads b/src/fltk-widgets-buttons-light-round-radio.ads
index 9bdb669..8c0ec28 100644
--- a/src/fltk-widgets-buttons-light-round-radio.ads
+++ b/src/fltk-widgets-buttons-light-round-radio.ads
@@ -6,16 +6,19 @@ package FLTK.Widgets.Buttons.Light.Round.Radio is
type Radio_Round_Button is new Round_Button with private;
+
+
function Create
(X, Y, W, H : in Integer;
Text : in String)
return Radio_Round_Button;
+
+
procedure Draw
(This : in out Radio_Round_Button);
-
function Handle
(This : in out Radio_Round_Button;
Event : in Event_Kind)
@@ -27,7 +30,6 @@ private
type Radio_Round_Button is new Round_Button with null record;
-
overriding procedure Finalize
(This : in out Radio_Round_Button);