From 8b298e1b9ba706f7fa3c281698c14ad55037da90 Mon Sep 17 00:00:00 2001
From: Matthias Melcher
Hides the widget; you must still redraw the parent to see a
change in the window. Normally you want to use the Fl_Window widget, this returns
its parent window (if any), not this window.
- Makes the widget visible; you must still redraw the parent
widget to see a change in the window. Normally you want to use
@@ -490,7 +490,7 @@ the Enables keyboard focus navigation with this widget; note,
however, that this will not necessarily mean that the widget
@@ -516,7 +516,7 @@ visible, as this will send false FL_SHOW or FL_HIDE
events to the widget. redraw() is called if necessary on
this or the parent.
- Returns non-zero if this widget will participate in keyboard
focus navigation.
--
cgit v1.2.3
void Fl_Window::set_visible();
+void Fl_Widget::set_visible();
show() method
instead.
-void Fl_Window::set_visible_focus();
+void Fl_Widget::set_visible_focus();
void Fl_Window::visible_focus();
+void Fl_Widget::visible_focus();