diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 15:11:40 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 15:11:40 +1300 |
commit | e324057cbd9b02704172bb5db4163f4a0c276288 (patch) | |
tree | 35afdc681d278049acc62ae61366b6da46122128 /src/fltk-widgets-groups-windows-double.ads | |
parent | f8b638b57cc1318ef3536efae662b54b3d14a3bb (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.ads | 4 |
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); |