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-static).html | 48 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 14 deletions(-) (limited to 'doc/fl_(fltk-static).html') diff --git a/doc/fl_(fltk-static).html b/doc/fl_(fltk-static).html index 3afc53a..ac47474 100644 --- a/doc/fl_(fltk-static).html +++ b/doc/fl_(fltk-static).html @@ -132,20 +132,6 @@ static void (*atclose)(Fl_Window *, void *);
-static char const * const clipboard_image = "image";
-
-  - - - -
-static char const * const clipboard_plain_text = "text/plain";
-
-  - - - -
 static const char * const help = helpmsg + 13;
 
  @@ -281,6 +267,15 @@ static int awake(Fl_Awake_Handler cb, void *message=0);
+static void awake(void *message=0);
+
+
+procedure Awake;
+
+ + + +
 static void background(uchar, uchar, uchar);
 
@@ -603,6 +598,15 @@ function Is_Scheme
 
   
 
+static int lock();
+
+
+procedure Lock;
+
+ + + +
 static Fl_Window * modal();
 
@@ -948,6 +952,22 @@ static void set_labeltype(Fl_Labeltype, Fl_Labeltype from);
  
   
 
+  
+
+static void * thread_message();
+
+  + + + +
+static void unlock();
+
+
+procedure Unlock;
+
+ + -- cgit