]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/button.h
SetFocus fixed
[wxWidgets.git] / include / wx / button.h
index 428e6e0611e677b9b48c3d0179624f64fe0cb73a..66c31c5a479350bcae7e01d8c7615e2e1f08b1c8 100644 (file)
@@ -25,7 +25,7 @@
 #define wxBU_TOP             0x0080
 #define wxBU_RIGHT           0x0100
 #define wxBU_BOTTOM          0x0200
-
+#define wxBU_ALIGN_MASK      ( wxBU_LEFT | wxBU_TOP | wxBU_RIGHT | wxBU_BOTTOM )
 #endif
 
 #if wxUSE_BUTTON
@@ -76,6 +76,7 @@ public:
     // returns the default button size for this platform
     static wxSize GetDefaultSize();
 
+protected:
     DECLARE_NO_COPY_CLASS(wxButtonBase)
 };