Skip to content

Commit

Permalink
Updated chapters so they have names.
Browse files Browse the repository at this point in the history
Removed spreadsheet chapter (for the moment).


git-svn-id: file:///fltk/svn/fltk/trunk@218 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Jan 13, 1999
1 parent 0cad30e commit 30fa233
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion documentation/preface.html
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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>
Expand Down

0 comments on commit 30fa233

Please sign in to comment.