summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-groups-windows-single.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-04-17 16:00:26 +1000
committerJed Barber <jjbarber@y7mail.com>2018-04-17 16:00:26 +1000
commit617353265e4dc4e0280b565f2cd9e7749ce52bfd (patch)
treeb03cbfad780fb426ef42660ff6e112cdcaeda9f4 /src/fltk-widgets-groups-windows-single.ads
parenta4b6a06f372923fb38ae4d3c7e0429ce93ea7748 (diff)
More polishing
Diffstat (limited to 'src/fltk-widgets-groups-windows-single.ads')
-rw-r--r--src/fltk-widgets-groups-windows-single.ads13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/fltk-widgets-groups-windows-single.ads b/src/fltk-widgets-groups-windows-single.ads
index e33597c..67acf9b 100644
--- a/src/fltk-widgets-groups-windows-single.ads
+++ b/src/fltk-widgets-groups-windows-single.ads
@@ -5,6 +5,9 @@ package FLTK.Widgets.Groups.Windows.Single is
type Single_Window is new Window with private;
+ type Single_Window_Reference (Data : not null access Single_Window'Class) is
+ limited null record with Implicit_Dereference => Data;
+
@@ -51,5 +54,15 @@ private
(This : in out Single_Window);
+
+
+ pragma Inline (Show);
+ pragma Inline (Flush);
+
+
+ pragma Inline (Draw);
+ pragma Inline (Handle);
+
+
end FLTK.Widgets.Groups.Windows.Single;