From 8701883e54d4e7e842d4cb27c17019c03cd33f55 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Mon, 15 Sep 2008 11:10:51 +0000 Subject: Doxygen documentation WP9 Done. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6251 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Widget.H | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Widget.H') diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index fab179f7b..b23b5ba61 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -532,8 +532,43 @@ public: */ void argument(long v) {user_data_ = (void*)v;} - /** Return the conditions under which the callback is called. - * \return set of flags + /** + Controls when callbacks are done. The following values are useful, + the default value is FL_WHEN_RELEASE: + + + Return the conditions under which the callback is called. + \return set of flags */ Fl_When when() const {return (Fl_When)when_;} -- cgit v1.2.3