class WXDLLEXPORT wxButtonBase : public wxControl
{
public:
+ wxButtonBase() { }
+
// show the image in the button in addition to the label
virtual void SetImageLabel(const wxBitmap& WXUNUSED(bitmap)) { }
// returns the default button size for this platform
static wxSize GetDefaultSize();
+
+ DECLARE_NO_COPY_CLASS(wxButtonBase)
};
#if defined(__WXUNIVERSAL__)