summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-groups-windows-double.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-12 15:11:40 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-12 15:11:40 +1300
commite324057cbd9b02704172bb5db4163f4a0c276288 (patch)
tree35afdc681d278049acc62ae61366b6da46122128 /src/fltk-widgets-groups-windows-double.ads
parentf8b638b57cc1318ef3536efae662b54b3d14a3bb (diff)
Closed a few gaps in the APIs of Window derivatives
Diffstat (limited to 'src/fltk-widgets-groups-windows-double.ads')
-rw-r--r--src/fltk-widgets-groups-windows-double.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fltk-widgets-groups-windows-double.ads b/src/fltk-widgets-groups-windows-double.ads
index 919e687..bd54d47 100644
--- a/src/fltk-widgets-groups-windows-double.ads
+++ b/src/fltk-widgets-groups-windows-double.ads
@@ -44,6 +44,9 @@ package FLTK.Widgets.Groups.Windows.Double is
procedure Flush
(This : in out Double_Window);
+ procedure Flush_All
+ (This : in out Double_Window);
+
@@ -78,6 +81,7 @@ private
pragma Inline (Show_With_Args);
pragma Inline (Hide);
pragma Inline (Flush);
+ pragma Inline (Flush_All);
pragma Inline (Resize);