From 49a06939622941edbfa2e153d9cfb614037da58d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Aug 2006 13:43:07 +0000 Subject: 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 --- documentation/Fl_Tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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 Fl_Tabs widget first so that it is destroyed last. -

Fl_Widget* Fl_Tabs::value() const +

Fl_Widget* Fl_Tabs::value()
int Fl_Tabs::value(Fl_Widget*)

Gets or sets the currently visible widget/tab. -- cgit v1.2.3