X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea9868e8d269fa4a72b6af725b048a7eb4fb8728..3550706df76875b741ae10e85e496da4ec30799d:/include/wx/motif/bmpbuttn.h diff --git a/include/wx/motif/bmpbuttn.h b/include/wx/motif/bmpbuttn.h index 8ce933170d..af3237a0df 100644 --- a/include/wx/motif/bmpbuttn.h +++ b/include/wx/motif/bmpbuttn.h @@ -12,11 +12,11 @@ #ifndef _WX_BMPBUTTN_H_ #define _WX_BMPBUTTN_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "bmpbuttn.h" #endif -WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr; +#include "wx/motif/bmpmotif.h" #define wxDEFAULT_BUTTON_MARGIN 4 @@ -67,7 +67,9 @@ protected: // to reflect button background colour wxBitmap m_bmpSelectedOriginal; wxBitmap m_bmpDisabledOriginal; - + + wxBitmapCache m_bitmapCache; + WXPixmap m_insensPixmap; };