From a4b6a06f372923fb38ae4d3c7e0429ce93ea7748 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 15 Apr 2018 19:41:33 +1000 Subject: Started process of polishing packages --- src/fltk-widgets-buttons-light-round.ads | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/fltk-widgets-buttons-light-round.ads') diff --git a/src/fltk-widgets-buttons-light-round.ads b/src/fltk-widgets-buttons-light-round.ads index 22736b6..52d5e78 100644 --- a/src/fltk-widgets-buttons-light-round.ads +++ b/src/fltk-widgets-buttons-light-round.ads @@ -5,6 +5,9 @@ package FLTK.Widgets.Buttons.Light.Round is type Round_Button is new Light_Button with private; + type Round_Button_Reference (Data : not null access Round_Button'Class) is + limited null record with Implicit_Dereference => Data; + @@ -38,5 +41,11 @@ private (This : in out Round_Button); + + + pragma Inline (Draw); + pragma Inline (Handle); + + end FLTK.Widgets.Buttons.Light.Round; -- cgit