From d5fd3906e62969fce7fec7f2fccdc5a7436cbdbc Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 18 Feb 2025 12:54:42 +1300 Subject: Filled holes in FLTK, FLTK.Events, FLTK.Screen, tweaked Fl_Shortcut implementation --- doc/fl_(fltk-screen).html | 59 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) (limited to 'doc/fl_(fltk-screen).html') diff --git a/doc/fl_(fltk-screen).html b/doc/fl_(fltk-screen).html index a5f8722..7d44273 100644 --- a/doc/fl_(fltk-screen).html +++ b/doc/fl_(fltk-screen).html @@ -28,11 +28,43 @@ + + + + + + + + +
Types
Fl_ModeVisual_Mode
+ + + + + + + + + + + + + + + + + + + + + + + - + -- cgit
Static Functions and Procedures
+static int damage();
+
+function Is_Damaged
+    return Boolean;
+
+static void damage(int d);
+
+procedure Set_Damaged
+       (To : in Boolean);
+
 static void display(const char *);
 
@@ -43,6 +75,15 @@ procedure Set_Display_String
 
   
+static void flush();
+
+procedure Flush;
+
 static int h();
 
@@ -53,6 +94,15 @@ function Get_H
 
   
+static void redraw();
+
+procedure Redraw;
+
 static int screen_count();
 
@@ -180,7 +230,14 @@ procedure Work_Area
 
 static int visual(int);
 
 
+procedure Set_Visual_Mode
+       (Value : in Visual_Mode);
+
+function Set_Visual_Mode
+       (Value : in Visual_Mode)
+    return Boolean;
+