From 6312531457711a325bdc38e6624a61d4d2d4a955 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 15 May 2007 10:08:49 +0000 Subject: 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 --- documentation/common.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation/common.html') 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

-- cgit v1.2.3