From c3fea65696c6ffdb9f9ae64ea3ed0c8322010bf5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 1 Jun 2004 14:52:43 +0000 Subject: Fl_Widget::handle() doco update (STR #399) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3434 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Widget.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'documentation/Fl_Widget.html') 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.

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.

+ +

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.

Fl_Image* Fl_Widget::image()
-- cgit v1.2.3