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:
parent
0cad30ec73
commit
30fa233681
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user