diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/index.html | 17 | ||||
| -rw-r--r-- | documentation/preface.html | 8 |
2 files changed, 13 insertions, 12 deletions
diff --git a/documentation/index.html b/documentation/index.html index a9ea4d072..90e20318c 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -1,20 +1,21 @@ <HTML> <HEAD><meta name="robots" content="noindex"> - <TITLE>FLTK 1.0.11 Programming Manual</TITLE> + <TITLE>FLTK 1.1.0 Programming Manual</TITLE> </HEAD> <BODY> <CENTER><TABLE WIDTH=90% BGCOLOR=#9f9f9f CELLPADDING=8 CELLSPACING=0 SUMMARY="TITLE BAR"> <TR> -<TD ALIGN=CENTER VALIGN=MIDDLE><IMG SRC="FL.gif" ALIGN="ABSMIDDLE" ALT="FL"></TD> -<TD ALIGN=CENTER VALIGN=MIDDLE> -<H1>FLTK 1.0.11 Programming Manual</H1> -Revision 18 by Michael Sweet, Craig P. Earls, and Bill Spitzak<BR> +<TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=100><IMG SRC="FL.gif" WIDTH=100 HEIGHT=70 ALIGN="ABSMIDDLE" ALT="FL"></TD> +<TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=500> +<H1>FLTK 1.1.0 Programming Manual</H1> +Revision 0 by Michael Sweet, Craig P. Earls, and Bill Spitzak<BR> Copyright 1998-2001 by Bill Spitzak and others.<BR> </TD> </TR> +<TABLE WIDTH=90% BGCOLOR=#9f9f9f CELLPADDING=8 CELLSPACING=0 SUMMARY="TITLE BAR"> <TR> -<TD ALIGN=CENTER COLSPAN=2> +<TD ALIGN=CENTER WIDTH=600> This software is provided under the terms of the GNU Library General Public License. </TD> @@ -23,7 +24,7 @@ Public License. <CENTER><TABLE WIDTH=90% COLS=2 BGCOLOR=#9f9fef CELLPADDING=8 CELLSPACING=0 SUMMARY="Table of Contents"> <TR> -<TD ALIGN=LEFT VALIGN=TOP> +<TD ALIGN=LEFT VALIGN=TOP WIDTH=300> <B><A HREF=preface.html#preface>Preface</A></B> <BR> <BR> @@ -55,7 +56,7 @@ Public License. <B><A HREF=subclassing.html#subclassing>7 - Adding and Extending Widgets</A></B> </TD> -<TD ALIGN=LEFT VALIGN=TOP> +<TD ALIGN=LEFT VALIGN=TOP WIDTH=300> <B><A HREF=fluid.html#FLUID>8 - Programming with FLUID</A></B> <UL> <LI><A HREF=fluid.html#widget_attributes>Widget Attributes</A></LI> diff --git a/documentation/preface.html b/documentation/preface.html index 7d24de52d..9635d16d8 100644 --- a/documentation/preface.html +++ b/documentation/preface.html @@ -2,13 +2,13 @@ <HEAD> <META CONTENT="Written by Michael Sweet, Craig P. Earls, and Bill Spitzak" NAME="Author"> <META CONTENT="Copyright 1998-2001 by Bill Spitzak and Others." NAME="Copyright"> - <META CONTENT="Revision 18" NAME="DocNumber"> - <TITLE>FLTK 1.0.11 Programming Manual</TITLE> + <META CONTENT="Revision 0" NAME="DocNumber"> + <TITLE>FLTK 1.1.0 Programming Manual</TITLE> </HEAD> <BODY> <H1 ALIGN=RIGHT><A NAME=preface>Preface</A></H1> This manual describes the Fast Light Tool Kit ("FLTK") -version 1.0.11, a C++ Graphical User Interface +version 1.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 a convenient reference @@ -57,7 +57,7 @@ Reference</A></LI> <DD>The Microsoft Windows 32-bit Application Programmer's Interface.</DD> </DL> <H2>Copyrights and Trademarks</H2> - FLTK is Copyright 1998-2000 by Bill Spitzak and others. Use and + FLTK is Copyright 1998-2001 by Bill Spitzak and others. Use and distribution of FLTK is governed by the GNU Library General Public License, located in <A HREF=license.html#license>Appendix G</A>. <P>UNIX is a registered trademark of the X Open Group, Inc. Microsoft |
