]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tglbtn.h
split wxRegion(wxBitmap) ctor into two ctors with clearer semantics
[wxWidgets.git] / include / wx / msw / tglbtn.h
index 3f665d4d9bac860043f4e779f69ae1955ee575df..11367023977f96f3bd118c6f4eef39e5408fa66f 100644 (file)
@@ -50,9 +50,11 @@ public:
 
 protected:
     virtual wxSize DoGetBestSize() const;
+    virtual wxBorder GetDefaultBorder() const;
+    virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
 private:
-    DECLARE_DYNAMIC_CLASS(wxToggleButton)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxToggleButton)
 };
 
 #endif // _WX_TOGGLEBUTTON_H_