.\" This is a wxWidgets manpage page generated from the XML docs .TH wxStaticBitmap 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxStaticBitmap \- A control to display a bitmap .SH DESCRIPTION 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. .SH REMARKS The bitmap to be displayed should have a small number of colours, such as 16, to avoid palette problems. .SH "PARENTS" wxControl wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/statbmp.h .SH MEMBERS .SS wxStaticBitmap () Default constructor. .SS wxStaticBitmap (wxWindow* parentwxWindowID idconst wxBitmap& labelconst wxPoint& posconst wxSize& size = wxDefaultSizelong style = 0const wxString& name = ``staticBitmap") Constructor, creating and showing a text control. .SS bool Create (wxWindow* parentwxWindowID idconst wxBitmap& labelconst wxPoint& posconst wxSize& size = wxDefaultSizelong style = 0const wxString& name = ``staticBitmap") Creation function, for two-step construction. For details see wxStaticBitmap::wxStaticBitmap . .SS wxBitmap& GetBitmap () Returns a reference to the label bitmap. .SS virtual void SetBitmap (const wxBitmap& label) Sets the bitmap label. .SH "WINDOW STYLES" .SH "SEE ALSO" wxControl wxWindow wxEvtHandler wxObject wxStaticBitmap wxStaticBox .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.