summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-17 13:43:07 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-17 13:43:07 +0000
commit49a06939622941edbfa2e153d9cfb614037da58d (patch)
tree14a23f1ab93bd02b44708964f1ad27030a812a67 /documentation
parentae971b97da65ba73f5a3b965435f54e8c0634274 (diff)
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
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Tabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl_Tabs.html b/documentation/Fl_Tabs.html
index d9c8dabb6..bf81679e8 100644
--- a/documentation/Fl_Tabs.html
+++ b/documentation/Fl_Tabs.html
@@ -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.