summaryrefslogtreecommitdiff
path: root/documentation/drawing.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2001-12-12 07:50:37 +0000
committerMatthias Melcher <fltk@matthiasm.com>2001-12-12 07:50:37 +0000
commit0ee1fb7b1b99bae2930c612fb2ac753c5ce9b468 (patch)
tree2dc3445067bc7ac3392ccada751b6accabd70df2 /documentation/drawing.html
parent96d499704a4ce48eb914054ccb2334fb5aaf8ccb (diff)
Added Carbon event handling for Mac OS X gaining support for the
Mose Wheel, Key Modifiers, etc. . Added some documentation (please check: English is not my native language) Changed line pattern to look a little nicer. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1835 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 30a359247..dee747871 100644
--- a/documentation/drawing.html
+++ b/documentation/drawing.html
@@ -141,7 +141,7 @@ values. These are mapped to the closest color supported by the
screen, either from one of the 256 colors in the FLTK 1.0.x
colormap or a direct RGB value on TrueColor screens. You can
generate 24-bit RGB color values using the <A
-HREF="functions.html#fl_rgb_color"><TT>fl_rgb_color()</TT>
+HREF="functions.html#fl_rgb_color"><TT>fl_rgb_color()</TT></A>
function.
<H4>void fl_color(Fl_Color)</H4>
@@ -770,7 +770,7 @@ for example.
<H4>virtual void copy();<BR>
virtual void copy(int w, int h);</H4>
-<P>The <TT>copy() method creates a copy of the image. The second form
+<P>The <TT>copy()</TT> method creates a copy of the image. The second form
specifies the new size of the image - the image is resized using the
nearest-neighbor algorithm.