diff --git a/CHANGES b/CHANGES index 2ef3ed122..c2a8d3da4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ CHANGES IN FLTK 1.1.5rc2 + - Documaentation fix (STR #412) - Documentation updates (STR #365, STR #399) - Fl_Text_Buffer::replace() now range checks its input (STR #385) 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.
-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.
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();