mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
Update documentation files to eliminate most of the warnings
and errors reported by HTML Tidy. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -122,7 +122,7 @@ and "replace all", "replace next", and "cancel" bu
|
||||
are just <TT>Fl_Input</TT> widgets, the "replace all" and "cancel"
|
||||
buttons are <TT>Fl_Button</TT> widgets, and the "replace next " button
|
||||
is a <TT>Fl_Return_Button</TT> widget:
|
||||
<P ALIGN=CENTER><IMG src=./editor-replace.gif></P>
|
||||
<P ALIGN=CENTER><IMG src="editor-replace.gif" ALT="The search and replace dialog."></P>
|
||||
<UL>
|
||||
<PRE>
|
||||
Fl_Window *replace_dlg = new Fl_Window(300, 105, "Replace");
|
||||
@@ -553,5 +553,5 @@ library. Also, the <TT>CC</TT> command may also be called <TT>gcc</TT>
|
||||
<P>Congratulations, you've just built your own text editor! </P>
|
||||
<H2>The Final Product</H2>
|
||||
The final editor window should look like the image on the next page.
|
||||
<P ALIGN=CENTER><IMG src=./editor.gif></P>
|
||||
<P ALIGN=CENTER><IMG src="editor.gif" ALT="The completed editor window."></P>
|
||||
</BODY></HTML>
|
||||
|
||||
Reference in New Issue
Block a user