summaryrefslogtreecommitdiff
path: root/documentation/Fl_Widget.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Fl_Widget.html')
-rw-r--r--documentation/Fl_Widget.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html
index 6f0e14b1d..9a6d3e974 100644
--- a/documentation/Fl_Widget.html
+++ b/documentation/Fl_Widget.html
@@ -300,7 +300,11 @@ with arbitrary arguments.
<P>Handles the specified event. You normally don't call this
method directly, but instead let FLTK do it when the user
-interacts with the widget.
+interacts with the widget.</p>
+
+<p>When implemented in a new widget, this function must return 0
+if the widget does not use the event or 1 if it uses the
+event.</p>
<H4><A name="Fl_Widget.image">Fl_Image* Fl_Widget::image()</A><BR>