From b983b285cc4f0627a1f72c9d6c510047af0ad116 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 26 Jan 1999 21:36:02 +0000 Subject: Lots of documentation fixes, and added a new image for the Fluid chapter. git-svn-id: file:///fltk/svn/fltk/trunk@244 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/editor.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/editor.html') diff --git a/documentation/editor.html b/documentation/editor.html index 4d18c7b33..8da7c9a5c 100644 --- a/documentation/editor.html +++ b/documentation/editor.html @@ -6,7 +6,7 @@ editor. Since this will be the first big project you'll be doing with FLTK, lets define what we want our text editor to do:
    -
  1. Menu_Bar/menus for all functions.
  2. +
  3. Menubar/menus for all functions.
  4. Edit a single text file.
  5. Load from a file.
  6. Save to a file.
  7. @@ -31,7 +31,7 @@ things: - Once we have the menus defined we can create the Fl_Menu_Bar +Once we have the menus defined we can create the Fl_Menu_Bar widget and assign the menus to it with: