summaryrefslogtreecommitdiff
path: root/documentation/editor.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-14 21:58:12 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-14 21:58:12 +0000
commitde6f468b5121df32566bbaa3b250d35eae8e1178 (patch)
tree0f4b8e5b0fdccb9bb7ba3f07a49c4ebed11ca77f /documentation/editor.dox
parent7f544a0cf941eeaf7760700839d8a2b143a540e2 (diff)
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
Diffstat (limited to 'documentation/editor.dox')
-rw-r--r--documentation/editor.dox6
1 files changed, 2 insertions, 4 deletions
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 &quot;replace next &quot; button is a
<TT>Fl_Return_Button</TT> widget:</P>
-<P ALIGN="CENTER"><IMG src="editor-replace.gif" ALT="The search and replace dialog."><BR>
-<I>Figure 4-1: The search and replace dialog.</I></P>
+\image html editor-replace.gif "Figure 4-1: The search and replace dialog"
<UL><PRE>
Fl_Window *replace_dlg = new Fl_Window(300, 105, &quot;Replace&quot;);
@@ -618,8 +617,7 @@ or <TT>c++</TT> on your system.
The final editor window should look like the image in Figure 4-2.
-<P ALIGN="CENTER"><IMG src="editor.gif" ALT="The completed editor window."><BR>
-<I>Figure 4-2: The completed editor window</I></P>
+\image html editor.gif "Figure 4-2: The completed editor window"
<H2>Advanced Features</H2>