From fae4b6ae7e035a78b518049dd521004ecba87cf1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Jan 1999 20:55:40 +0000 Subject: Final changes for next beta release - typos and more updated images. git-svn-id: file:///fltk/svn/fltk/trunk@224 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/common.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/common.html') diff --git a/documentation/common.html b/documentation/common.html index 4a85c4fe2..97284b7d5 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -134,9 +134,9 @@ button->labelcolor(FL_WHITE);

Box Types

The type Fl_Boxtype stored and returned in Fl_Widget::box() is an enumeration defined in -s.H>: -

-FL_NO_BOX means nothing is drawn at all, so whatever is +<Enumerations.H>: +

+

FL_NO_BOX means nothing is drawn at all, so whatever is already on the screen remains. The FL_..._FRAME types only draw their edges, leaving the center unchanged. In the above diagram the blue color is the area that is not drawn by the box.

@@ -335,4 +335,4 @@ button->shortcut(FL_CTRL + FL_ALT + 'b'); The shortcut value is the key event value (the ASCII value or one of the special keys like FL_Enter) combined with any modifiers -(like shift, alt, and control). \ No newline at end of file +(like shift, alt, and control). -- cgit v1.2.3