diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 19:24:00 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 19:24:00 +0000 |
| commit | 09daf20b81cdae78772f07c0af22a571d7cc73eb (patch) | |
| tree | 1641f788cafe20b505355b0479ba0d528297eb30 /documentation/Fl_Box.html | |
| parent | b105ab8b7fb6281635076559aae96f2b3b12fc51 (diff) | |
Documentation updates galore (up to chapter 7, still need to do chapter
8 and 9, tweek the appendices, and recapture the screenshots...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1786 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Box.html')
| -rw-r--r-- | documentation/Fl_Box.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/Fl_Box.html b/documentation/Fl_Box.html index 01ed1b4c0..e575fad8a 100644 --- a/documentation/Fl_Box.html +++ b/documentation/Fl_Box.html @@ -17,23 +17,23 @@ </PRE> </UL> <H3>Description</H3> - 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. + 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. <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> -<H4><A name=Fl_Box.Fl_Box>Fl_Box::Fl_Box(int x, int y, int w, int h, +<H4><A name=Fl_Box.Fl_Box>Fl_Box::Fl_Box(int x, int y, int w, int h, const char * = 0) -<BR> Fl_Box::Fl_Box(Fl_Boxtype b, int x, int y, int w, int h, const +<BR> Fl_Box::Fl_Box(Fl_Boxtype b, int x, int y, int w, int h, const char *)</A></H4> - 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 + 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 or <A href="Fl_Group.html#Fl_Group.resizable"><TT>Fl_Group::resizable()</TT></A> - 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 + 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 type. </P> <H4><A name=Fl_Box.~Fl_Box>Fl_Box::~Fl_Box(void)</A></H4> The destructor removes the box. |
