From 57df8e1b1a0f31dc249f497f9ec78e362d405cbd Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 29 Mar 2013 04:36:51 +0000 Subject: Document Fl_Tabs::value()'s integer return value. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9854 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Tabs.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx index 67d41c40a..a376fb9d7 100644 --- a/src/Fl_Tabs.cxx +++ b/src/Fl_Tabs.cxx @@ -304,6 +304,8 @@ Fl_Widget* Fl_Tabs::value() { Sets the widget to become the current visible widget/tab. Setting the value hides all other children, and makes this one visible, if it is really a child. + \returns 1 if there was a change (new value different from previous),
+ 0 if there was no change (new value already set) */ int Fl_Tabs::value(Fl_Widget *newvalue) { Fl_Widget*const* a = array(); -- cgit v1.2.3