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