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:
Matthias Melcher
2006-08-17 13:43:07 +00:00
parent ae971b97da
commit 49a0693962
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -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.