diff options
Diffstat (limited to 'documentation/Fl_Widget.html')
| -rw-r--r-- | documentation/Fl_Widget.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 559e1f5fe..457edde55 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -376,8 +376,8 @@ buttons that work as displays rather than input devices. <H4><A name=Fl_Widget.takesevents>int Fl_Widget::takesevents() const</A></H4> -<P>This is the same as <TT>(active() && visible() && -!output())</TT> but is faster. +<P>This is the same as <TT>(active() && !output() +&& visible())</TT> but is faster. <H4><A name=Fl_Widget.redraw>void Fl_Widget::redraw()</A></H4> |
