From e324057cbd9b02704172bb5db4163f4a0c276288 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 15:11:40 +1300 Subject: Closed a few gaps in the APIs of Window derivatives --- doc/fl_double_window.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/fl_double_window.html') diff --git a/doc/fl_double_window.html b/doc/fl_double_window.html index cdaf7a4..0f6d54b 100644 --- a/doc/fl_double_window.html +++ b/doc/fl_double_window.html @@ -155,7 +155,10 @@ procedure Show_With_Args
 void flush(int eraseoverlay);
 
-  +
+procedure Flush_All
+       (This : in out Double_Window);
+
-- cgit