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 pixels and thus you should use your own control if you want to
display larger images portably.
Derived from
wxControl
wxWindow
wxEvtHandler
wxObject
Include files
<wx/statbmp.h>
Window styles
There are no special styles for this control.
See also window styles overview.
See also
Remarks
The bitmap to be displayed should have a small number of colours, such as 16, to avoid palette problems.
Default constructor.
Constructor, creating and showing a text control.
Parameters
See also
Creation function, for two-step construction. For details see wxStaticBitmap::wxStaticBitmap.
wxBitmap& GetBitmap(void) const
Returns a reference to the label bitmap.
See also
Sets the bitmap label.
Parameters
See also
ymasuda 平成17年11月19日