diff options
Diffstat (limited to 'documentation/Fl_Box.html')
| -rw-r--r-- | documentation/Fl_Box.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Fl_Box.html b/documentation/Fl_Box.html index ccc593b17..74ad9b67a 100644 --- a/documentation/Fl_Box.html +++ b/documentation/Fl_Box.html @@ -31,9 +31,10 @@ const char * = 0) 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 -or <A href="#Fl_Group.resizable"><TT>Fl_Group::resizable()</TT></A> +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 type. </P> <H4><A name=Fl_Box.~Fl_Box>Fl_Box::~Fl_Box(void)</A></H4> - The destructor removes the box. </BODY></HTML>
\ No newline at end of file +The destructor removes the box. +</BODY></HTML> |
