From af16ba7e8bedeb1caa9e15739cc11dfd3c85d49a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Feb 2002 03:33:53 +0000 Subject: Fix links in FLTK docos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1957 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/common.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/common.html') diff --git a/documentation/common.html b/documentation/common.html index bad086ebe..339c2c6fa 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 @@ -253,7 +253,7 @@ button->labelcolor(FL_WHITE);

The type Fl_Boxtype stored and returned in Fl_Widget::box() -is an enumeration defined in <Enumerations.H>. +is an enumeration defined in <Enumerations.H>. Figure 3-3 shows the standard box types included with FLTK.

FLTK Box Types
-- cgit v1.2.3