From 36e546c1c9a9bb8e778fb637c17f94390b4d23c2 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 15 Feb 2025 14:29:16 +1300 Subject: Reorganising Fl / FLTK, improving enum docs --- doc/fl_(fltk-event).html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/fl_(fltk-event).html') 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);   + +
+static int visible_focus();
+
+
+function Has_Visible_Focus
+    return Boolean;
+
+ + + +
+static void visible_focus(int v);
+
+
+procedure Set_Visible_Focus
+       (To : in Boolean);
+
+ + -- cgit