]> 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 7f6edb2960b7e9ead4767b15c44e93d2eac2c3f4..11367023977f96f3bd118c6f4eef39e5408fa66f 100644 (file)
@@ -50,6 +50,8 @@ public:
 
 protected:
     virtual wxSize DoGetBestSize() const;
+    virtual wxBorder GetDefaultBorder() const;
+    virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxToggleButton)