diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-02-13 03:33:53 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-02-13 03:33:53 +0000 |
| commit | af16ba7e8bedeb1caa9e15739cc11dfd3c85d49a (patch) | |
| tree | 3693bface8ca28210d296bea9de584652d48ff6a /documentation/common.html | |
| parent | a235545e422d52324a9a9cc524ed59922b32502e (diff) | |
Fix links in FLTK docos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1957 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/common.html')
| -rw-r--r-- | documentation/common.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <HTML> <BODY> -<H1 ALIGN=RIGHT><A NAME=common>3 - Common Widgets and Attributes</A></H1> +<H1 ALIGN=RIGHT><A NAME="common">3 - Common Widgets and Attributes</A></H1> <P>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); <P>The type <TT>Fl_Boxtype</TT> stored and returned in <A href="Fl_Widget.html#Fl_Widget.box"><TT>Fl_Widget::box()</TT></A> -is an enumeration defined in <A href="enumerations.html#enumerations"><TT><Enumerations.H></TT></A>. +is an enumeration defined in <A href="enumerations.html#Enumerations"><TT><Enumerations.H></TT></A>. Figure 3-3 shows the standard box types included with FLTK.</P> <P ALIGN="CENTER"><IMG src="boxtypes.gif" ALT="FLTK Box Types"><BR> |
