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