summaryrefslogtreecommitdiff
path: root/documentation/Fl_Tabs.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
commit46f509f7de8b069eccaa081bbb7112a532c33e51 (patch)
treec4f21d1d9169624f784eb3e67ac4850d871210fb /documentation/Fl_Tabs.html
parenta98c49d088c9101fea4ac8fd544f42249be1a8fd (diff)
More image updates, minor typos, etc.
git-svn-id: file:///fltk/svn/fltk/trunk@227 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Tabs.html')
-rw-r--r--documentation/Fl_Tabs.html4
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 &quot;file card tabs&quot; 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>