Replaced '>' with '>' in the documentation where appropriate (STR# 1682, 1684, 1685)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2007-05-17 15:52:15 +00:00
parent 04ced5396e
commit ac18bf7609
13 changed files with 66 additions and 66 deletions
+2 -2
View File
@@ -659,7 +659,7 @@ Without the conversion call, the label on OS X would read
<tt>Fahrvergn&cedil;gen</tt> with a deformed umlaut u.
<PRE>
btn = new Fl_Button(10, 10, 300, 25);
btn->copy_label(fl_latin1_to_local("Fahrvergn&uuml;gen"));
btn-&gt;copy_label(fl_latin1_to_local("Fahrvergn&uuml;gen"));
</PRE>
<P>If your application uses characters that are not part of both
@@ -933,7 +933,7 @@ image, and this area is left unchanged.
<H4>void draw(int x, int y)</H4>
<P>Draws the image with the upper-left corner at <TT>x,y</TT>.
This is the same as doing <TT>draw(x,y,img->w(),img->h(),0,0)</TT>.
This is the same as doing <TT>draw(x,y,img-&gt;w(),img-&gt;h(),0,0)</TT>.
<h3><A NAME=offscreen>Offscreen Drawing</A></h3>