diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/basics.html | 2 | ||||
| -rw-r--r-- | documentation/drawing.html | 2 | ||||
| -rw-r--r-- | documentation/functions.html | 2 | ||||
| -rw-r--r-- | documentation/preface.html | 2 | ||||
| -rw-r--r-- | documentation/widgets.html | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/documentation/basics.html b/documentation/basics.html index 5b95d5780..57bec8472 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -1,7 +1,7 @@ <HTML> <BODY> -<H1 ALIGN=RIGHT>2 - FLTK Basics</H1> +<H1 ALIGN=RIGHT><A NAME=basics>2 - FLTK Basics</A></H1> This chapter will teach you the basics of compiling programs that use FLTK. diff --git a/documentation/drawing.html b/documentation/drawing.html index 5580e68a4..9219273eb 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -1,7 +1,7 @@ <HTML> <BODY> -<H1>5 - Drawing Things in FLTK</H1> +<H1><A NAME=drawing>5 - Drawing Things in FLTK</A></H1> This chapter covers the drawing functions that are provided with FLTK. diff --git a/documentation/functions.html b/documentation/functions.html index 8d1ddbf1c..9bea40ce4 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -1,7 +1,7 @@ <HTML> <BODY> -<H1 ALIGN=RIGHT>B - Function Reference</H1> +<H1 ALIGN=RIGHT><A NAME=functions>B - Function Reference</A></H1> This appendix describes all of the <tt>fl_</tt> functions and <tt>Fl::</tt> methods. For a description of the FLTK widgets, see <a diff --git a/documentation/preface.html b/documentation/preface.html index afecf98c4..11df6181d 100644 --- a/documentation/preface.html +++ b/documentation/preface.html @@ -7,7 +7,7 @@ </HEAD> <BODY> -<H1 ALIGN=RIGHT>Preface</H1> +<H1 ALIGN=RIGHT><A NAME=preface>Preface</A></H1> This manual describes the Fast Light Tool Kit ("FLTK") version 1.0, a C++ Graphical User Interface ("GUI") toolkit for UNIX and Microsoft Windows. Each of the chapters in this manual is designed as a tutorial for using FLTK, while the appendices provide diff --git a/documentation/widgets.html b/documentation/widgets.html index 109e62345..84fc7de1d 100644 --- a/documentation/widgets.html +++ b/documentation/widgets.html @@ -1,10 +1,10 @@ <HTML> <BODY> -<H1 ALIGN=RIGHT>A - Widget Reference</H1> +<H1 ALIGN=RIGHT><A NAME=widgets>A - Widget Reference</A></H1> This appendix describes all of the widget classes in FLTK. For a description of the <tt>fl_</tt> functions and <tt>Fl::</tt> methods, -see <a href="#functions"> Appendix B</a>. +see <a href="#functions">Appendix B</a>. </BODY> </HTML> |
