summaryrefslogtreecommitdiff
path: root/documentation/common.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-05-15 10:08:49 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-05-15 10:08:49 +0000
commit6312531457711a325bdc38e6624a61d4d2d4a955 (patch)
tree8c8dcfa46a6a99150e546a7fad3cf4004316fbc7 /documentation/common.html
parentd7a34f00617967375cdc8b26b34d72c4ef13ef6d (diff)
Some very minor documentation updates. More to come.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5832 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/common.html')
-rw-r--r--documentation/common.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/common.html b/documentation/common.html
index 75a95092b..53e91ad4f 100644
--- a/documentation/common.html
+++ b/documentation/common.html
@@ -324,10 +324,15 @@ void xyz_draw(int x, int y, int w, int h, Fl_Color c) {
<H4><A name="fl_down">Fl_Boxtype fl_down(Fl_Boxtype)</A></H4>
<P><tt>fl_down</tt> returns the "pressed" or "down" version of a box.
+If no "down" 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_frame">Fl_Boxtype fl_frame(Fl_Boxtype)</A></H4>
<P><tt>fl_frame</tt> returns the unfilled, frame-only version of a box.
+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>Adding Your Box Type</H4>