]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
Provide NSAutoreleasePool instances during initialization
[wxWidgets.git] / include / wx / msw / button.h
index 52a68b5ab32590078ce0591d2b6ad241ce983fda..5caf45782a1f2c23d8a3f13845bc53f63d9c7225 100644 (file)
@@ -69,7 +69,16 @@ protected:
     // send a notification event, return TRUE if processed
     bool SendClickEvent();
 
+    // default button handling
+    void SetTmpDefault();
+    void UnsetTmpDefault();
+
+    // set or unset BS_DEFPUSHBUTTON style
+    static void SetDefaultStyle(wxButton *btn, bool on);
+
+    // usually overridden base class virtuals
     virtual wxSize DoGetBestSize() const;
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const ;
 
 private:
     DECLARE_DYNAMIC_CLASS(wxButton)