From 478950c3bc358e1c55cc5c4e75ba42b84372c333 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 16 Jul 2005 08:50:05 +0000 Subject: Documentation fixes git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4428 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Widget.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation/Fl_Widget.html') diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 179693959..5936726e7 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -498,7 +498,7 @@ 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 -the show() method +the show() method instead. @@ -528,11 +528,13 @@ 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_Widget::visible_focus();

- -

Returns non-zero if this widget will participate in keyboard -focus navigation. +

void Fl_Widget::visible_focus(int);
+int Fl_Widget::visible_focus();

+

Modifies keyboard focus navigation. +See set_visible_focus() and +clear_visible_focus(). +The second form returns non-zero if this widget will participate in keyboard focus navigation.

Fl_When Fl_Widget::when() const
void Fl_Widget::when(Fl_When)

-- cgit v1.2.3