From 0ee1fb7b1b99bae2930c612fb2ac753c5ce9b468 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 12 Dec 2001 07:50:37 +0000 Subject: 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 --- documentation/drawing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/drawing.html') 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 fl_rgb_color() +HREF="functions.html#fl_rgb_color">fl_rgb_color() function.

void fl_color(Fl_Color)

@@ -770,7 +770,7 @@ for example.

virtual void copy();
virtual void copy(int w, int h);

-

The copy() method creates a copy of the image. The second form +

The copy() 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. -- cgit v1.2.3