diff options
| author | Greg Ercolano <erco@seriss.com> | 2013-03-29 04:36:51 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2013-03-29 04:36:51 +0000 |
| commit | 57df8e1b1a0f31dc249f497f9ec78e362d405cbd (patch) | |
| tree | d1ce17354caa1686811497abed4f76fbf834b382 /src | |
| parent | ee0af8c6a76d99d45a96acfca591a1aef8e251a2 (diff) | |
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
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(); |
