diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Tabs.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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),<BR> + 0 if there was no change (new value already set) */ int Fl_Tabs::value(Fl_Widget *newvalue) { Fl_Widget*const* a = array(); |
