From de6f468b5121df32566bbaa3b250d35eae8e1178 Mon Sep 17 00:00:00 2001
From: Albrecht Schlosser
Date: Sun, 14 Sep 2008 21:58:12 +0000
Subject: Edited basic chapters to be more doxygen-friendly, added \image html
statements.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6245 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/editor.dox | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
(limited to 'documentation/editor.dox')
diff --git a/documentation/editor.dox b/documentation/editor.dox
index 260c7a887..f6e37e759 100644
--- a/documentation/editor.dox
+++ b/documentation/editor.dox
@@ -150,8 +150,7 @@ custom window. To keep things simple we will have a
the "replace next " button is a
Fl_Return_Button widget:
-
-Figure 4-1: The search and replace dialog.
+\image html editor-replace.gif "Figure 4-1: The search and replace dialog"
Fl_Window *replace_dlg = new Fl_Window(300, 105, "Replace");
@@ -618,8 +617,7 @@ or c++ on your system.
The final editor window should look like the image in Figure 4-2.
-
-Figure 4-2: The completed editor window
+\image html editor.gif "Figure 4-2: The completed editor window"
Advanced Features
--
cgit v1.2.3