summaryrefslogtreecommitdiff
path: root/src/fltk_binding/fltk-widgets-buttons-radio.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk_binding/fltk-widgets-buttons-radio.ads')
-rw-r--r--src/fltk_binding/fltk-widgets-buttons-radio.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fltk_binding/fltk-widgets-buttons-radio.ads b/src/fltk_binding/fltk-widgets-buttons-radio.ads
index 55a9725..cf14eeb 100644
--- a/src/fltk_binding/fltk-widgets-buttons-radio.ads
+++ b/src/fltk_binding/fltk-widgets-buttons-radio.ads
@@ -4,12 +4,11 @@ package FLTK.Widgets.Buttons.Radio is
type Radio_Button is new Button with private;
- type Radio_Button_Access is access all Radio_Button;
function Create
(X, Y, W, H : in Integer;
- Label : in String)
+ Text : in String)
return Radio_Button;