summaryrefslogtreecommitdiff
path: root/src/fltk_binding/fltk-widgets-buttons-light-round.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk_binding/fltk-widgets-buttons-light-round.ads')
-rw-r--r--src/fltk_binding/fltk-widgets-buttons-light-round.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fltk_binding/fltk-widgets-buttons-light-round.ads b/src/fltk_binding/fltk-widgets-buttons-light-round.ads
index 0209d4b..7cb99b8 100644
--- a/src/fltk_binding/fltk-widgets-buttons-light-round.ads
+++ b/src/fltk_binding/fltk-widgets-buttons-light-round.ads
@@ -4,12 +4,11 @@ package FLTK.Widgets.Buttons.Light.Round is
type Round_Button is new Light_Button with private;
- type Round_Button_Access is access all Round_Button;
function Create
(X, Y, W, H : in Integer;
- Label : in String)
+ Text : in String)
return Round_Button;