diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 20:25:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 20:25:36 +0000 |
| commit | 2c61d60470b0583614437950066b2f63c4ac2782 (patch) | |
| tree | f32ab07a4acdbfca9f3389ec851dc5c4b9e09653 /documentation/Fl_Pack.html | |
| parent | eb9a83b3483608286be0a9ead6b98938d21370f3 (diff) | |
Documentation updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Pack.html')
| -rw-r--r-- | documentation/Fl_Pack.html | 35 |
1 files changed, 3 insertions, 32 deletions
diff --git a/documentation/Fl_Pack.html b/documentation/Fl_Pack.html index fce869243..ef3efeb23 100644 --- a/documentation/Fl_Pack.html +++ b/documentation/Fl_Pack.html @@ -25,44 +25,15 @@ each other horizontally. If <TT>type()</TT> is not <TT>FL_HORIZONTAL</TT> then the children are resized to the width and are stacked below each other. Then the <TT>Fl_Pack</TT> resizes itself to surround the child widgets. </P> -<P>This widget is needed for the <A href=#Fl_Tab><TT>Fl_Tab</TT></A>. +<P>This widget is needed for the <A href=Fl_Tabs.html#Fl_Tabs><TT>Fl_Tabs</TT></A>. In addition you may want to put the <TT>Fl_Pack</TT> inside an <A href=Fl_Scroll.html#Fl_Scroll> <TT>Fl_Scroll</TT></A>. </P> <H3>Methods</H3> -<CENTER> -<TABLE width=90% summary="Fl_Pack methods."> -<TR><TD align=left valign=top> <UL> <LI><A href=#Fl_Pack.Fl_Pack>Fl_Pack</A></LI> <LI><A href=#Fl_Pack.~Fl_Pack>~Fl_Pack</A></LI> -<LI><A href=#Fl_Pack.add>add</A></LI> +<LI><A href=#Fl_Pack.spacing>spacing</A></LI> </UL> -</TD><TD align=left valign=top> -<UL> -<LI><A href=#Fl_Pack.add_resizeable>add_resizeable</A></LI> -<LI><A href=#Fl_Pack.array>array</A></LI> -<LI><A href=#Fl_Pack.begin>begin</A></LI> -</UL> -</TD><TD align=left valign=top> -<UL> -<LI><A href=#Fl_Pack.child>child</A></LI> -<LI><A href=#Fl_Pack.children>children</A></LI> -<LI><A href=#Fl_Pack.current>current</A></LI> -</UL> -</TD><TD align=left valign=top> -<UL> -<LI><A href=#Fl_Pack.end>end</A></LI> -<LI><A href=#Fl_Pack.find>find</A></LI> -<LI><A href=#Fl_Pack.insert>insert</A></LI> -</UL> -</TD><TD align=left valign=top> -<UL> -<LI><A href=#Fl_Pack.remove>remove</A></LI> -<LI><A href=#Fl_Pack.resizeable>resizeable</A></LI> -</UL> -</TD></TR> -</TABLE> -</CENTER> <H4><A name=Fl_Pack.Fl_Pack>Fl_Pack::Fl_Pack(int x, int y, int w, int h, const char *label = 0)</A></H4> Creates a new <TT>Fl_Pack</TT> widget using the given position, size, @@ -77,4 +48,4 @@ that it is destroyed last. <H4><A name=Fl_Pack.spacing>int Fl_Pack::spacing() const <BR> void Fl_Pack::spacing(int)</A></H4> Gets or sets the number of extra pixels of blank space that are added -between the children. </BODY></HTML>
\ No newline at end of file +between the children. </BODY></HTML> |
