From 367f908d8ed5a3464b9676223a26ddf4e11bdb5b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 7 Jan 1999 16:36:11 +0000 Subject: "Final" changes for first draft of 1.0 documentation. git-svn-id: file:///fltk/svn/fltk/trunk@187 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/common.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/common.html') diff --git a/documentation/common.html b/documentation/common.html index 2f75ea98b..18911c86b 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -1,7 +1,7 @@ -

3 - Common Widgets and Attributes

+

3 - Common Widgets and Attributes

This chapter describes many of the widgets that are provided with FLTK and covers how to query and set the standard attributes. @@ -119,7 +119,7 @@ window->size(width, height); Changing the size or position of a widget will cause a redraw of that widget and its children. -

Colors

+

Colors

FLTK manages a virtual color palette of "standard" colors. The standard colors are: @@ -148,7 +148,7 @@ Similarly, the label color can be set using the labelcolor() method: button->labelcolor(FL_WHITE); -

Box Types

+

Box Types

The type Fl_Boxtype stored and returned in Fl_Widget::box() is an enumeration defined in @@ -204,9 +204,9 @@ The last 4 arguments to Fl::set_boxtype() are the offsets for the bounding box that should be subtracted when drawing the label inside the box. -

Labels and Label Types

+

Labels and Label Types

-The label(), align, labelfont(), labelsize(), +The label(), align, labelfont(), labelsize(), and labeltype() methods control the labeling of widgets.

label()

-- cgit v1.2.3