1999-01-13 22:28:54 +03:00
|
|
|
<HTML><BODY>
|
2001-11-28 21:00:17 +03:00
|
|
|
<!-- NEW PAGE -->
|
1999-01-13 22:28:54 +03:00
|
|
|
<H2><A name=Fl_Box>class Fl_Box</A></H2>
|
|
|
|
<HR>
|
|
|
|
<H3>Class Hierarchy</H3>
|
|
|
|
<UL>
|
|
|
|
<PRE>
|
|
|
|
<A href=Fl_Widget.html#Fl_Widget>Fl_Widget</A>
|
1998-12-29 17:21:17 +03:00
|
|
|
|
|
1999-01-13 22:28:54 +03:00
|
|
|
+----<B>Fl_Box</B>
|
|
|
|
</PRE>
|
|
|
|
</UL>
|
|
|
|
<H3>Include Files</H3>
|
|
|
|
<UL>
|
|
|
|
<PRE>
|
|
|
|
#include <FL/Fl_Box.H>
|
|
|
|
</PRE>
|
|
|
|
</UL>
|
|
|
|
<H3>Description</H3>
|
2001-11-29 22:24:00 +03:00
|
|
|
This widget simply draws its box, and possibly it's label. Putting it
|
|
|
|
before some other widgets and making it big enough to surround them
|
|
|
|
will let you draw a frame around them.
|
1999-01-13 22:28:54 +03:00
|
|
|
<H3>Methods</H3>
|
|
|
|
<UL>
|
|
|
|
<LI><A href=#Fl_Box.Fl_Box>Fl_Box</A></LI>
|
|
|
|
<LI><A href=#Fl_Box.~Fl_Box>~Fl_Box</A></LI>
|
|
|
|
</UL>
|
2001-11-29 22:24:00 +03:00
|
|
|
<H4><A name=Fl_Box.Fl_Box>Fl_Box::Fl_Box(int x, int y, int w, int h,
|
1999-01-13 22:28:54 +03:00
|
|
|
const char * = 0)
|
2001-11-29 22:24:00 +03:00
|
|
|
<BR> Fl_Box::Fl_Box(Fl_Boxtype b, int x, int y, int w, int h, const
|
1999-01-13 22:28:54 +03:00
|
|
|
char *)</A></H4>
|
2001-11-29 22:24:00 +03:00
|
|
|
The first constructor sets <TT>box()</TT> to <TT>FL_NO_BOX</TT>, which
|
|
|
|
means it is invisible. However such widgets are useful as placeholders
|
2001-10-01 00:25:36 +04:00
|
|
|
or <A href="Fl_Group.html#Fl_Group.resizable"><TT>Fl_Group::resizable()</TT></A>
|
2001-11-29 22:24:00 +03:00
|
|
|
values. To change the box to something visible, use <TT>box(n)</TT>.
|
|
|
|
<P>The second form of the constructor sets the box to the specified box
|
1999-01-13 22:28:54 +03:00
|
|
|
type. </P>
|
|
|
|
<H4><A name=Fl_Box.~Fl_Box>Fl_Box::~Fl_Box(void)</A></H4>
|
2001-10-01 00:25:36 +04:00
|
|
|
The destructor removes the box.
|
|
|
|
</BODY></HTML>
|