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.html | 108 +++++++++++++++--------------------------------------------- 1 file changed, 27 insertions(+), 81 deletions(-) (limited to 'doc/fl.html') diff --git a/doc/fl.html b/doc/fl.html index 7d4d3ee..9cefff7 100644 --- a/doc/fl.html +++ b/doc/fl.html @@ -67,6 +67,31 @@ + + + + + + + + + + + + + +
Static Attributes
+static char const * const clipboard_image = "image";
+
+Clipboard_Image : constant String;
+
+static char const * const clipboard_plain_text = "text/plain";
+
+Clipboard_Plain_Text : constant String;
+
+ + + @@ -103,15 +128,6 @@ function API_Version - - - - - @@ -150,6 +166,8 @@ static cairo_t * cairo_make_current(Fl_Window *w); static int check(); @@ -164,26 +182,6 @@ static void clear_widget_pointer(Fl_Widget const *w); - - - - - - - - - - @@ -198,15 +196,6 @@ static void do_widget_deletion(); - - - - - @@ -214,24 +203,6 @@ static int gl_visual(int, int *alist=0); - - - - - - - - - - - - - - - @@ -268,22 +230,6 @@ function Run - - - - - - - - - - -- cgit
Static Functions and Procedures
-static void awake(void *message=0);
-
-procedure Awake;
-
 static void cairo_autolink_context(bool alink);
 
 
+procedure Check;
+
 function Check
     return Boolean;
 
-static void damage(int d);
-
-procedure Set_Damaged
-       (To : in Boolean);
-
-static int damage();
-
-function Is_Damaged
-    return Boolean;
-
 static void delete_widget(Fl_Widget *w);
 
Used automatically as appropriate by the binding.
-static void flush();
-
-procedure Flush;
-
 static int gl_visual(int, int *alist=0);
 
 
-static int handle(int, Fl_Window *);
-
-static int handle_(int, Fl_Window *);
-
 
-static int lock();
-
-procedure Lock;
-
 static int ready();
 
@@ -242,15 +213,6 @@ function Ready
 
   
-static void redraw();
-
-procedure Redraw;
-
 static void release_widget_pointer(Fl_Widget *&w);
 
Marked as internal use only.
-static void * thread_message();
-
 
-static void unlock();
-
-procedure Unlock;
-
 static void use_high_res_GL(int val);