]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/button.h
fix for wxUniversal on win32 platforms
[wxWidgets.git] / include / wx / os2 / button.h
index d4f92f470dae20d37f28fdb9d54bef52e62f6040..81d97f47f7de5be7ecfd9b8b65c56b28e34f38fa 100644 (file)
@@ -80,8 +80,18 @@ class WXDLLEXPORT wxButton: public wxButtonBase
 
 protected:
 
-    bool           SendClickEvent(void);
-    virtual wxSize DoGetBestSize(void) const;
+    bool            SendClickEvent(void);
+    void            SetTmpDefault(void);
+    void            UnsetTmpDefault(void);
+
+    static void     SetDefaultStyle( wxButton* pButton
+                                    ,bool      bOn
+                                   );
+
+    virtual wxSize  DoGetBestSize(void) const;
+    virtual WXDWORD OS2GetStyle( long     style
+                                ,WXDWORD* exstyle
+                               ) const;
 private:
   DECLARE_DYNAMIC_CLASS(wxButton)
 }; // end of CLASS wxButton