diff options
Diffstat (limited to 'doc/fl_(fltk-event).html')
-rw-r--r-- | doc/fl_(fltk-event).html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/fl_(fltk-event).html b/doc/fl_(fltk-event).html index 72a007c..3aaca1f 100644 --- a/doc/fl_(fltk-event).html +++ b/doc/fl_(fltk-event).html @@ -519,6 +519,26 @@ static int test_shortcut(Fl_Shortcut); <td> </td> </tr> + <tr> +<td><pre> +static int visible_focus(); +</pre></td> +<td><pre> +function Has_Visible_Focus + return Boolean; +</pre></td> + </tr> + + <tr> +<td><pre> +static void visible_focus(int v); +</pre></td> +<td><pre> +procedure Set_Visible_Focus + (To : in Boolean); +</pre></td> + </tr> + </table> |