mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
Undid the previous Fl_Tabs::value() const change because adding 'const' *does* changed the ABI. Sigh.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5326 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -79,7 +79,7 @@ can be automatic (local) variables, but you must declare the
|
||||
<TT>Fl_Tabs</TT> widget <I>first</I> so that it is destroyed
|
||||
last.
|
||||
|
||||
<H4><A name="Fl_Tabs.value">Fl_Widget* Fl_Tabs::value() const
|
||||
<H4><A name="Fl_Tabs.value">Fl_Widget* Fl_Tabs::value()
|
||||
<BR>int Fl_Tabs::value(Fl_Widget*)</A></H4>
|
||||
|
||||
<P>Gets or sets the currently visible widget/tab.
|
||||
|
||||
Reference in New Issue
Block a user