mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
Fl_Widget::handle() doco update (STR #399)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3434 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user