STR #1793: Updated docs to reflect the default for Fl_Pack::resizable() to be NULL.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
a9456e49f4
commit
072398649c
2
CHANGES
2
CHANGES
@ -2,7 +2,7 @@ CHANGES IN FLTK 1.1.8
|
||||
|
||||
- Documentation fixes (STR #1454, STR #1455, STR #1456,
|
||||
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
|
||||
STR #1639, STR #1645, STR #1644)
|
||||
STR #1639, STR #1645, STR #1644, STR #1793)
|
||||
- Fixed Fl_Chart drawing (STR #1756)
|
||||
- Fixed mapping of subwindows with unmapped parent
|
||||
windows (STR #1706)
|
||||
|
@ -165,7 +165,8 @@ box are moved.
|
||||
<IMG align=TOP SRC="resizebox2.gif" ALT="Resizeable groups"></P>
|
||||
<P>The resizable may be set to the group itself (this is the default
|
||||
value for an <TT>Fl_Group</TT>, although <TT>NULL</TT> is the default
|
||||
for an <TT>Fl_Window</TT>), in which case all the contents are resized.
|
||||
for <TT>Fl_Window</TT> and <TT>Fl_Pack</TT>), in which case all the
|
||||
contents are resized.
|
||||
If the resizable is <TT>NULL</TT> then all widgets remain a fixed size
|
||||
and distance from the top-left corner. </P>
|
||||
<P>It is possible to achieve any type of resize behavior by using an
|
||||
|
@ -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.resizable>resizable</A></LI>
|
||||
<LI><A href=#Fl_Pack.spacing>spacing</A></LI>
|
||||
</UL>
|
||||
<H4><A name=Fl_Pack.Fl_Pack>Fl_Pack::Fl_Pack(int x, int y, int w, int
|
||||
@ -49,6 +50,15 @@ all the children in the user code. A kludge has been done so the <TT>
|
||||
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.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>
|
||||
<P>The resizable for <tt>Fl_Pack</tt> is set to <TT>NULL</TT> by
|
||||
default.</p>
|
||||
|
||||
<p> See also: <A href=Fl_Group.html#Fl_Group.resizable>Fl_Group::resizable()</A></p>
|
||||
|
||||
<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
|
||||
|
Loading…
Reference in New Issue
Block a user