mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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:
@@ -659,7 +659,7 @@ Without the conversion call, the label on OS X would read
|
||||
<tt>Fahrvergn¸gen</tt> with a deformed umlaut u.
|
||||
<PRE>
|
||||
btn = new Fl_Button(10, 10, 300, 25);
|
||||
btn->copy_label(fl_latin1_to_local("Fahrvergnügen"));
|
||||
btn->copy_label(fl_latin1_to_local("Fahrvergnü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->w(),img->h(),0,0)</TT>.
|
||||
|
||||
<h3><A NAME=offscreen>Offscreen Drawing</A></h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user