From e93b9bbc02e2791f3a35b6f077fcbb8514c28aed Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 01:14:58 +1300 Subject: Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there --- src/fltk-widgets-buttons-light.ads | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/fltk-widgets-buttons-light.ads') diff --git a/src/fltk-widgets-buttons-light.ads b/src/fltk-widgets-buttons-light.ads index 291cc0e..4c3ea95 100644 --- a/src/fltk-widgets-buttons-light.ads +++ b/src/fltk-widgets-buttons-light.ads @@ -41,6 +41,9 @@ private type Light_Button is new Button with null record; + overriding procedure Initialize + (This : in out Light_Button); + overriding procedure Finalize (This : in out Light_Button); @@ -61,3 +64,4 @@ private end FLTK.Widgets.Buttons.Light; + -- cgit