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
This commit is contained in:
Matthias Melcher 2007-05-15 10:08:49 +00:00
parent d7a34f0061
commit 6312531457

View File

@ -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>