]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/button.h
added CanConvert()
[wxWidgets.git] / include / wx / button.h
index 443402f23ac3853a54078db906e0a6ccd0569ae5..d4032a3b6c3e0f85fa0ccccbce61eaabeffe02e0 100644 (file)
@@ -48,6 +48,8 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr;
 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)) { }
 
@@ -60,6 +62,8 @@ public:
 
     // returns the default button size for this platform
     static wxSize GetDefaultSize();
+
+    DECLARE_NO_COPY_CLASS(wxButtonBase)
 };
 
 #if defined(__WXUNIVERSAL__)