diff options
Diffstat (limited to 'src/fltk-widgets-buttons-light-check.ads')
-rw-r--r-- | src/fltk-widgets-buttons-light-check.ads | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/src/fltk-widgets-buttons-light-check.ads b/src/fltk-widgets-buttons-light-check.ads index a4f6767..b54d0af 100644 --- a/src/fltk-widgets-buttons-light-check.ads +++ b/src/fltk-widgets-buttons-light-check.ads @@ -25,22 +25,14 @@ package FLTK.Widgets.Buttons.Light.Check is end Forge; - - - procedure Draw - (This : in out Check_Button); - - function Handle - (This : in out Check_Button; - Event : in Event_Kind) - return Event_Outcome; - - private type Check_Button is new Light_Button with null record; + overriding procedure Initialize + (This : in out Check_Button); + overriding procedure Finalize (This : in out Check_Button); @@ -55,9 +47,6 @@ private with Inline; - pragma Inline (Draw); - pragma Inline (Handle); - - end FLTK.Widgets.Buttons.Light.Check; + |