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 d7c0addc9..5e5623ea1 100644 --- a/documentation/Fl_Tabs.html +++ b/documentation/Fl_Tabs.html @@ -20,11 +20,11 @@ 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 ALIGN=CENTER><IMG src=tabs.gif></P> +<P ALIGN=CENTER><IMG src="tabs.gif" ALT="Fl_Tabs widget."></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> -<TT>Fl_Group<TT></TT></A> widgets containing several widgets +<TT>Fl_Group</TT></A> widgets containing several widgets themselves. </P> <P>Each child makes a card, and it's <TT>label()</TT> is printed on the card tab (including the label font and style). The color of that child |
