/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/statbmp.h
+// Name: wx/gtk1/statbmp.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __GTKSTATICBITMAPH__
#define __GTKSTATICBITMAPH__
-#ifdef __GNUG__
-#pragma interface
-#endif
-
#include "wx/icon.h"
//-----------------------------------------------------------------------------
// wxStaticBitmap
//-----------------------------------------------------------------------------
-class wxStaticBitmap : public wxStaticBitmapBase
+class WXDLLIMPEXP_CORE wxStaticBitmap : public wxStaticBitmapBase
{
public:
wxStaticBitmap();
return (const wxIcon &)m_bitmap;
}
-private:
- // creates the new pixmap widget
- void CreatePixmapWidget();
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+private:
wxBitmap m_bitmap;
DECLARE_DYNAMIC_CLASS(wxStaticBitmap)