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, 5 insertions, 1 deletions
diff --git a/src/fltk-widgets-buttons-light-round-radio.ads b/src/fltk-widgets-buttons-light-round-radio.ads
index 4271829..54d0172 100644
--- a/src/fltk-widgets-buttons-light-round-radio.ads
+++ b/src/fltk-widgets-buttons-light-round-radio.ads
@@ -44,7 +44,11 @@ private
overriding procedure Finalize
(This : in out Radio_Round_Button);
-
+ procedure Extra_Init
+ (This : in out Radio_Round_Button;
+ X, Y, W, H : in Integer;
+ Text : in String)
+ with Inline;
pragma Inline (Draw);