diff options
Diffstat (limited to 'documentation/preface.html')
| -rw-r--r-- | documentation/preface.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/documentation/preface.html b/documentation/preface.html index 5be3d0f99..61e06de5f 100644 --- a/documentation/preface.html +++ b/documentation/preface.html @@ -1,7 +1,7 @@ <HTML> <HEAD> <META NAME="Author" CONTENT="Michael Sweet"> - <META NAME="Copyright" CONTENT="Copyright 1998 by Bill Spizak and Others."> + <META NAME="Copyright" CONTENT="Copyright 1998-1999 by Bill Spizak and Others."> <META NAME="DocNumber" CONTENT="Revision 0"> <TITLE>FLTK 1.0 Programming Manual</TITLE> </HEAD> @@ -23,15 +23,18 @@ This manual is organized into the following chapters and appendices: <LI><A HREF="#basics">Chapter 2 - FLTK Basics</A> <LI><A HREF="#common">Chapter 3 - Common Widgets and Attributes</A> <LI><A HREF="#editor">Chapter 4 - Designing a Simple Text Editor</A> - <LI><A HREF="#subclasseing">Chapter 5 - Extending and Adding Widgets</A> - <LI><A HREF="#fluid">Chapter 6 - Programming With FLUID</A> - <LI><A HREF="#opengl">Chapter 7 - Using OpenGL</A> + <LI><A HREF="#drawing">Chapter 5 - Drawing Things in FLTK</A> + <LI><A HREF="#events">Chapter 6 - Handling Events</A> + <LI><A HREF="#subclassing">Chapter 7 - Extending and Adding Widgets</A> + <LI><A HREF="#fluid">Chapter 8 - Programming With FLUID</A> + <LI><A HREF="#opengl">Chapter 9 - Using OpenGL</A> <LI><A HREF="#widgets">Appendix A - Widget Reference</A> <LI><A HREF="#functions">Appendix B - Function Reference</A> <LI><A HREF="#enumerations">Appendix C - Enumeration Reference</A> <LI><A HREF="#glut">Appendix D - GLUT Compatibility</A> <LI><A HREF="#forms">Appendix E - Forms Compatibility</A> - <LI><A HREF="#license">Appendix F - Software License</A> + <LI><A HREF="#license">Appendix F - Operating System Issues</A> + <LI><A HREF="#license">Appendix G - Software License</A> </UL> <H2>Conventions</H2> @@ -63,7 +66,7 @@ The following abbreviations are used in this manual: <H2>Copyrights and Trademarks</H2> -FLTK is Copyright 1998 by Bill Spitzak and others. Use and distribution of FLTK is +FLTK is Copyright 1998-1999 by Bill Spitzak and others. Use and distribution of FLTK is governed by the GNU Library General Public License, located in <A HREF=#license>Appendix D</A>. |
