From 619b3da9fbb37c57aedfc039cc813f6acf5569be Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 17 Nov 2024 17:15:53 +1300 Subject: Refactored Finalize subprograms and made note of potential future Widget issues there in fltk.ads --- src/fltk-widgets-groups-windows-single.ads | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/fltk-widgets-groups-windows-single.ads') diff --git a/src/fltk-widgets-groups-windows-single.ads b/src/fltk-widgets-groups-windows-single.ads index 6e1e1e1..0dfa262 100644 --- a/src/fltk-widgets-groups-windows-single.ads +++ b/src/fltk-widgets-groups-windows-single.ads @@ -64,6 +64,10 @@ private Text : in String) with Inline; + procedure Extra_Final + (This : in out Single_Window) + with Inline; + pragma Inline (Show); pragma Inline (Flush); -- cgit