A static bitmap control displays a bitmap. It is meant for display of the
small icons in the dialog boxes and is not meant to be a general purpose image
display control. In particular, under Windows 9x the size of bitmap is limited
to 64×64 pixels and thus you should use your own control if you want to
display larger images portably.
There are no special styles for this control.
See also window styles overview.
The bitmap to be displayed should have a small number of colours, such as 16, to avoid
palette problems.
Constructor, creating and showing a text control.
Creation function, for two-step construction. For details see StaticBitmap.new.
Returns the bitmap currently used in the control. Notice that this method can
be called even if set_icon had been used.
Returns the icon currently used in the control. Notice that this method can
only be called if set_icon had been used: an icon
can’t be retrieved from the control if a bitmap had been set (using
set_bitmap).
Sets the bitmap label.
Sets the label to the given icon.
[This page automatically generated from the Textile source at 2023-06-03 08:07:40 +0000]