]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/button.h
change the selection appropriately (and refresh it as needed) after deleting a notebo...
[wxWidgets.git] / include / wx / os2 / button.h
index d4f92f470dae20d37f28fdb9d54bef52e62f6040..47a0bcd5041e88b0e8e0814c4e538ec258601510 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 UpdateDefaultStyle( wxWindow* pWinDefault
+                                   ,wxWindow* pWinOldDefault
+                                  );
+
+    virtual wxSize  DoGetBestSize(void) const;
+    virtual WXDWORD OS2GetStyle( long     style
+                                ,WXDWORD* exstyle
+                               ) const;
 private:
   DECLARE_DYNAMIC_CLASS(wxButton)
 }; // end of CLASS wxButton