summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-groups-windows-single.ads
diff options
context:
space:
mode:
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;