]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_bmpbt.h
use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up...
[wxWidgets.git] / include / wx / xrc / xh_bmpbt.h
index 34862621f362342817da4ef1fe689ba8fdce598a..6a33f955facf8236e1ddfb2571b0b262ba2e3806 100644 (file)
 
 #include "wx/xrc/xmlres.h"
 
+#if wxUSE_XRC
 
-class WXXMLDLLEXPORT wxBitmapButtonXmlHandler : public wxXmlResourceHandler
+
+class WXDLLIMPEXP_XRC wxBitmapButtonXmlHandler : public wxXmlResourceHandler
 {
+DECLARE_DYNAMIC_CLASS(wxBitmapButtonXmlHandler)
 public:
     wxBitmapButtonXmlHandler();
     virtual wxObject *DoCreateResource();
     virtual bool CanHandle(wxXmlNode *node);
 };
 
+#endif // wxUSE_XRC
+
 
 #endif // _WX_XH_BMPBT_H_