mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
Note that Fl_Pack only works with frame box types (STR #1794)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5989 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -36,6 +36,7 @@ widgets. </P>
|
||||
<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.box>box</A></LI>
|
||||
<LI><A href=#Fl_Pack.resizable>resizable</A></LI>
|
||||
<LI><A href=#Fl_Pack.spacing>spacing</A></LI>
|
||||
</UL>
|
||||
@@ -51,6 +52,13 @@ Fl_Pack</TT> and all of it's children can be automatic (local)
|
||||
variables, but you must declare the <TT>Fl_Pack</TT><I>first</I>, so
|
||||
that it is destroyed last.
|
||||
|
||||
<H4><A name=Fl_Pack.box>Fl_Boxtype Fl_Pack::box() const
|
||||
<BR> void Fl_Pack::box(Fl_Boxtype)</A></H4>
|
||||
|
||||
<P>Gets or sets the box type for the widget, which identifies a
|
||||
routine that draws the background of the widget. <em>Only frame
|
||||
box types may be used with the <tt>Fl_Pack</tt> widget.</em></p>
|
||||
|
||||
<H4><A name=Fl_Pack.resizable>void Fl_Pack::resizable(Fl_Widget *box)
|
||||
<BR> void Fl_Pack::resizable(Fl_Widget &box)
|
||||
<BR> Fl_Widget *Fl_Pack::resizable() const</A></H4>
|
||||
|
||||
Reference in New Issue
Block a user