Implement wxButton::SetDefault to call SetDefaultItem on the top-level window.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2007-09-03 17:17:35 +00:00
parent 1ebca144e6
commit aadb49f665
2 changed files with 12 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ public:
wxString GetLabel() const;
void SetLabel(const wxString& label);
wxSize DoGetBestSize() const;
virtual void SetDefault();
};
#endif