summaryrefslogtreecommitdiff
path: root/documentation/common.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-05-16 08:30:48 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-05-16 08:30:48 +0000
commit2c7bea98fe956a88fbe34d14d4f289d3fc866c26 (patch)
tree5cf2d1fe997f3d8d9ec8fa65c92cfda1a688acf9 /documentation/common.html
parent1feb3ed69ccc5466bfcecf34f585d36465cbed68 (diff)
STR #1678: improved fl_down, fl_frame, added fl_box, updated documentation. Fixed indent in Fl_Input_Choice.H
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5834 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/common.html')
-rw-r--r--documentation/common.html7
1 files changed, 7 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