#ifndef __GTKSTATICBITMAPH__
#define __GTKSTATICBITMAPH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
return (const wxIcon &)m_bitmap;
}
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
private:
// creates the new pixmap widget
void CreatePixmapWidget();