// wxStaticBitmap
//-----------------------------------------------------------------------------
-class wxStaticBitmap : public wxStaticBitmapBase
+class WXDLLIMPEXP_CORE wxStaticBitmap : public wxStaticBitmapBase
{
public:
wxStaticBitmap();
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
private:
- // creates the new pixmap widget
- void CreatePixmapWidget();
-
wxBitmap m_bitmap;
DECLARE_DYNAMIC_CLASS(wxStaticBitmap)