summaryrefslogtreecommitdiff
path: root/documentation/drawing.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-05-17 15:52:15 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-05-17 15:52:15 +0000
commitac18bf760907d148490594a1a38dfa311978fcef (patch)
tree3bec0bb159d3fef35edbf816a4cd7980760c76bb /documentation/drawing.html
parent04ced5396e67c19ea808b64c851f8fa039e8eb95 (diff)
Replaced '>' with '&gt;' 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
Diffstat (limited to 'documentation/drawing.html')
-rw-r--r--documentation/drawing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/drawing.html b/documentation/drawing.html
index f734ce34a..f003e5a43 100644
--- a/documentation/drawing.html
+++ b/documentation/drawing.html
@@ -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>