diff options
Diffstat (limited to 'documentation/Fl_Tabs.html')
| -rw-r--r-- | documentation/Fl_Tabs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Fl_Tabs.html b/documentation/Fl_Tabs.html index e0f7196f1..88b37a249 100644 --- a/documentation/Fl_Tabs.html +++ b/documentation/Fl_Tabs.html @@ -20,7 +20,7 @@ The <TT>Fl_Tabs</TT> widget is the "file card tabs" interface that allows you to put lots and lots of buttons and switches in a panel, as popularized by many toolkits. -<P><IMG src=./tabs.gif></P> +<P ALIGN=CENTER><IMG src=tabs.gif></P> <P>Clicking the tab makes a child <TT>visible()</TT> (by calling <TT> show()</TT> on it) and all other children are invisible (by calling <TT> hide()</TT> on them). Usually the children are <A href=Fl_Group.html#Fl_Group> @@ -61,4 +61,4 @@ variables, but you must declare the <TT>Fl_Tab</TT><I>first</I>, so that it is destroyed last. <H4><A name=Fl_Tab.value>Fl_Widget* Fl_Tabs::value() const <BR> int Fl_Tabs::value(Fl_Widget*)</A></H4> - Gets or sets the currently visible widget/tab. </BODY></HTML>
\ No newline at end of file + Gets or sets the currently visible widget/tab. </BODY></HTML> |
