From 75a8e0e68e4980647a6d588a15bb300d132b6650 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 18:49:32 +1300 Subject: Fixed several preprocessor ABI version issues --- doc/fl_tooltip.html | 48 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 41 insertions(+), 7 deletions(-) (limited to 'doc/fl_tooltip.html') diff --git a/doc/fl_tooltip.html b/doc/fl_tooltip.html index b826f53..48b9d95 100644 --- a/doc/fl_tooltip.html +++ b/doc/fl_tooltip.html @@ -26,8 +26,30 @@ + - + + + + + + + + + + + + +
Functions and Procedures
Static Attributes
+static void(*enter)(Fl_Widget *w) = 0;
+
Intentionally left unbound.
+static void(*exit)(Fl_Widget *w) = 0;
+
Intentionally left unbound.
+ + + + + - + @@ -102,7 +126,7 @@ static void enable(int b=1); @@ -118,7 +142,8 @@ function Is_Enabled - + @@ -199,7 +227,10 @@ function Get_Margin_Width - + @@ -256,7 +287,10 @@ function Get_Wrap_Width - +
Static Functions and Procedures
@@ -93,7 +115,9 @@ procedure Set_Delay
 
 static void disable();
 
See static void enable(int b=1);
+procedure Disable;
+
 procedure Set_Enabled
-       (To : in Boolean);
+       (To : in Boolean := True);
 
-static void enter_area(Fl_Widget *w, int X, int Y, int W, int H, const char *tip);
+static void enter_area(Fl_Widget *w, int X, int Y, int W, int H,
+    const char *tip);
 
 procedure Enter_Area
@@ -182,7 +207,10 @@ function Get_Margin_Height
 
 static void margin_height(int v);
 
Disabled pending ABI version check bugfix in FLTK
+procedure Set_Margin_Height
+       (To : in Natural);
+
 static void margin_width(int v);
 
Disabled pending ABI version check bugfix in FLTK
+procedure Set_Margin_Width
+       (To : in Natural);
+
 static void wrap_width(int v);
 
Disabled pending ABI version check bugfix in FLTK
+procedure Set_Wrap_Width
+       (To : in Natural);
+
-- cgit