From 8b298e1b9ba706f7fa3c281698c14ad55037da90 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 7 Jun 2004 17:17:24 +0000 Subject: Documentation fix (STR #412). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3447 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Widget.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 9a6d3e974..f7e0e09e5 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -219,7 +219,7 @@ response to an "OK" button. the program sets the stored value.

-

void Fl_Window::clear_visible();

+

void Fl_Widget::clear_visible();

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. -

void Fl_Window::set_visible();

+

void Fl_Widget::set_visible();

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 show() method instead. -

void Fl_Window::set_visible_focus();

+

void Fl_Widget::set_visible_focus();

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. -

void Fl_Window::visible_focus();

+

void Fl_Widget::visible_focus();

Returns non-zero if this widget will participate in keyboard focus navigation. -- cgit v1.2.3