mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user