Updated chapters so they have names.

Removed spreadsheet chapter (for the moment).


git-svn-id: file:///fltk/svn/fltk/trunk@218 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-01-13 17:48:12 +00:00
parent 0cad30ec73
commit 30fa233681
5 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
<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,