diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/common.html | 7 | ||||
| -rw-r--r-- | documentation/functions.html | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/documentation/common.html b/documentation/common.html index f25477f99..18fbc22c5 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -335,6 +335,13 @@ If no frame version of a given box exists, the behavior of this function is undefined and some random box or frame is returned. See also: <A HREF="drawing.html#fl_frame">fl_frame drawing</A>. +<H4><A name="fl_box">Fl_Boxtype fl_box(Fl_Boxtype)</A></H4> + +<P><tt>fl_box</tt> returns the filled version of a frame. +If no filled version of a given frame exists, the behavior of this function +is undefined and some random box or frame is returned. +See also: <TT><A HREF="#fl_frame">fl_frame</A></TT>. + <H4>Adding Your Box Type</H4> <P>The <TT>Fl::set_boxtype()</TT> method adds or replaces the diff --git a/documentation/functions.html b/documentation/functions.html index aaf8789e9..bcd4d099d 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -29,6 +29,7 @@ A</A>. <LI><A HREF="drawing.html#fl_begin_offscreen"><TT>fl_begin_offscreen</TT></A></LI> <LI><A HREF="drawing.html#fl_begin_points"><TT>fl_begin_points</TT></A></LI> <LI><A HREF="drawing.html#fl_begin_polygon"><TT>fl_begin_polygon</TT></A></LI> + <LI><A HREF="common.html#fl_box"><TT>fl_box</TT></A></LI> <LI><A HREF="osissues.html#WIN32.gdi"><TT>fl_brush</TT></A> (WIN32)</LI> <LI><A HREF="drawing.html#fl_can_do_alpha_blending"><TT>fl_can_do_alpha_blending</TT></A></LI> <LI><A HREF="#fl_casealphasort"><TT>fl_casealphasort</TT></A></LI> |
