This file is automatically generated from Scintilla.iface DO NOT MODIFY
Make an unsigned int out of two unsigned shorts
Return the message type for a selector
Return the message identifier for a selector
Construct an FXColor value from its red, green and blue components
Construct an FXColor value from its red, green, blue and alpha
(transparency) components
Return the red value from an FXColor value
Return the red value from an FXColor value
Return the red value from an FXColor value
Return the red value from an FXColor value
Return the specified component value for this FXColor value, where
component is either 0, 1, 2 or 3.
Parse for accelerator key codes in a string
Parse for hot key codes in a string
Locate hot key underline offset from begin of string
Return the RGB value for this color name.
Return the name of the closest color to the input RGB value.
Return the version number that the FOX library has been compiled with, as a
String (e.g. "1.0.34").
Load a ICO file from store (an FXStream instance). On success,
returns an array whose elements are the image data (a String), the
transparency color, the icon width and icon height. If the operation fails,
this method returns nil.
Save a ICO file to a stream. Returns true on success,
false on failure.
Load a JPEG from store (an FXStream instance). On success, returns
an array whose elements are the image data (a String), the transparency
color, image width, image height and quality. On failure, returns
nil.
Save a JPEG to a stream. Returns true on success, false
on failure.
Load a PCX file from a stream. If successful, returns an array containing
the pixel data, transparency color, image width and image height. Returns
nil on failure.
Save a PCX file to a stream. Returns true if successful, false if it fails.
The drag-and-drop data used for colors is a sequence of unsigned short
integers, in native byte ordering. Here, we use the ‘S’
directive for String#unpack (which treats two successive characters as an
unsigned short in native byte order) to decode the R, G, B and A values.
Returns the FXRuby version number as a string, e.g. "1.0.19".
Load a PNG file from a stream. If successful, returns an array containing
the image pixel data (as a String), the transparency color, the image width
and the image height. If it fails, the function returns nil.
Save a PNG file to a stream. Returns true on success, false on failure.