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) {

Fl_Boxtype fl_down(Fl_Boxtype)

fl_down 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: fl_frame drawing.

Fl_Boxtype fl_frame(Fl_Boxtype)

fl_frame 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: fl_frame drawing.

Adding Your Box Type