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
This commit is contained in:
parent
ee0af8c6a7
commit
57df8e1b1a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user