// the margins around the bitmap
int m_marginX,
m_marginY;
+private:
+ // Prevent Virtual function hiding warnings
+ void SetLabel(const wxString& rsLabel)
+ { wxWindowBase::SetLabel(rsLabel); }
};
#if defined(__WXUNIVERSAL__)
#include "wx/motif/bmpbuttn.h"
#elif defined(__WXGTK__)
#include "wx/gtk/bmpbuttn.h"
-#elif defined(__WXQT__)
- #include "wx/qt/bmpbuttn.h"
#elif defined(__WXMAC__)
#include "wx/mac/bmpbuttn.h"
#elif defined(__WXPM__)