final fixes to [a-b]*h headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-27 21:14:31 +00:00
parent 03d4f7b992
commit 2fd0ada578
3 changed files with 11 additions and 4 deletions

View File

@@ -120,7 +120,8 @@ public:
wxString GetLabel() const;
/**
This sets the button to be the default item for the panel or dialog box.
This sets the button to be the default item in its top-level window
(e.g. the panel or the dialog box containing it).
As normal, pressing return causes the default button to be depressed when
the return key is pressed.
@@ -129,8 +130,10 @@ public:
and text panel items, and wxTopLevelWindow::SetDefaultItem().
@remarks Under Windows, only dialog box buttons respond to this function.
@returns the old default item (possibly NULL)
*/
void SetDefault();
virtual wxWindow* SetDefault();
/**
Sets the string label for the button.