From 30fa233681467b82b165e7d42cd0bea778b93768 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Jan 1999 17:48:12 +0000 Subject: [PATCH] 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 --- documentation/basics.html | 2 +- documentation/drawing.html | 2 +- documentation/functions.html | 2 +- documentation/preface.html | 2 +- documentation/widgets.html | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/basics.html b/documentation/basics.html index 5b95d5780..57bec8472 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -1,7 +1,7 @@ -

2 - FLTK Basics

+

2 - FLTK Basics

This chapter will teach you the basics of compiling programs that use FLTK. diff --git a/documentation/drawing.html b/documentation/drawing.html index 5580e68a4..9219273eb 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -1,7 +1,7 @@ -

5 - Drawing Things in FLTK

+

5 - Drawing Things in FLTK

This chapter covers the drawing functions that are provided with FLTK. diff --git a/documentation/functions.html b/documentation/functions.html index 8d1ddbf1c..9bea40ce4 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -1,7 +1,7 @@ -

B - Function Reference

+

B - Function Reference

This appendix describes all of the fl_ functions and Fl:: methods. For a description of the FLTK widgets, see -

Preface

+

Preface

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 diff --git a/documentation/widgets.html b/documentation/widgets.html index 109e62345..84fc7de1d 100644 --- a/documentation/widgets.html +++ b/documentation/widgets.html @@ -1,10 +1,10 @@ -

A - Widget Reference

+

A - Widget Reference

This appendix describes all of the widget classes in FLTK. For a description of the fl_ functions and Fl:: methods, -see Appendix B. +see Appendix B.