diff options
Diffstat (limited to 'doc/fl_tooltip.html')
-rw-r--r-- | doc/fl_tooltip.html | 52 |
1 files changed, 44 insertions, 8 deletions
diff --git a/doc/fl_tooltip.html b/doc/fl_tooltip.html index 9c72207..48b9d95 100644 --- a/doc/fl_tooltip.html +++ b/doc/fl_tooltip.html @@ -1,4 +1,3 @@ - <!DOCTYPE html> <html lang="en"> @@ -14,6 +13,9 @@ <h2>Fl_Tooltip Binding Map</h2> +<a href="index.html">Back to Index</a> + + <table class="package"> <tr><th colspan="2">Package name</th></tr> @@ -24,8 +26,30 @@ </table> + +<table class="function"> + <tr><th colspan="2">Static Attributes</th></tr> + + <tr> +<td><pre> +static void(*enter)(Fl_Widget *w) = 0; +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + + <tr> +<td><pre> +static void(*exit)(Fl_Widget *w) = 0; +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + +</table> + + + <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Static Functions and Procedures</th></tr> <tr> <td><pre> @@ -91,7 +115,9 @@ procedure Set_Delay <td><pre> static void disable(); </pre></td> -<td>See static void enable(int b=1);</td> +<td><pre> +procedure Disable; +</pre></td> </tr> <tr> @@ -100,7 +126,7 @@ static void enable(int b=1); </pre></td> <td><pre> procedure Set_Enabled - (To : in Boolean); + (To : in Boolean := True); </pre></td> </tr> @@ -116,7 +142,8 @@ function Is_Enabled <tr> <td><pre> -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); </pre></td> <td><pre> procedure Enter_Area @@ -180,7 +207,10 @@ function Get_Margin_Height <td><pre> static void margin_height(int v); </pre></td> -<td>Disabled pending ABI version check bugfix in FLTK</td> +<td><pre> +procedure Set_Margin_Height + (To : in Natural); +</pre></td> </tr> <tr> @@ -197,7 +227,10 @@ function Get_Margin_Width <td><pre> static void margin_width(int v); </pre></td> -<td>Disabled pending ABI version check bugfix in FLTK</td> +<td><pre> +procedure Set_Margin_Width + (To : in Natural); +</pre></td> </tr> <tr> @@ -254,7 +287,10 @@ function Get_Wrap_Width <td><pre> static void wrap_width(int v); </pre></td> -<td>Disabled pending ABI version check bugfix in FLTK</td> +<td><pre> +procedure Set_Wrap_Width + (To : in Natural); +</pre></td> </tr> </table> |