diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 18:49:32 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 18:49:32 +1300 |
commit | 75a8e0e68e4980647a6d588a15bb300d132b6650 (patch) | |
tree | a728a05b9a4db547ad0886bb6975f8e0729c919c /doc/fl_group.html | |
parent | 8b01c23e0ba1fd22e0bfc797d6ca540c79079674 (diff) |
Fixed several preprocessor ABI version issues
Diffstat (limited to 'doc/fl_group.html')
-rw-r--r-- | doc/fl_group.html | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/doc/fl_group.html b/doc/fl_group.html index da6f604..2b97b02 100644 --- a/doc/fl_group.html +++ b/doc/fl_group.html @@ -52,6 +52,11 @@ </tr> <tr> + <td>int</td> + <td>Clip_Mode</td> + </tr> + + <tr> <td> </td> <td>Cursor</td> </tr> @@ -113,7 +118,7 @@ procedure Set_Current <td><pre> Fl_Widget *& _ddfdesign_kludge(); </pre></td> -<td> </td> +<td>Intentionally left unbound.</td> </tr> <tr> @@ -221,16 +226,24 @@ procedure Clear <tr> <td><pre> -void clip_children(int c); +unsigned int clip_children(); +</pre></td> +<td><pre> +function Get_Clip_Mode + (This : in Group) + return Clip_Mode; </pre></td> -<td>TBA</td> </tr> <tr> <td><pre> -unsigned int clip_children(); +void clip_children(int c); +</pre></td> +<td><pre> +procedure Set_Clip_Mode + (This : in out Group; + Mode : in Clip_Mode := Clip); </pre></td> -<td>TBA</td> </tr> <tr> @@ -265,7 +278,7 @@ void focus(Fl_Widget *W); <td><pre> void forms_end(); </pre></td> -<td> </td> +<td>Intentionally left unbound.</td> </tr> <tr> |