From: Robin Dunn Date: Thu, 12 Apr 2007 00:45:56 +0000 (+0000) Subject: SetDefault returns the former default widget X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c533405853e8144ce8c0450f920207d0bd7160a4 SetDefault returns the former default widget git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_button.i b/wxPython/src/_button.i index d29dd2c2a3..9bdfd47ba8 100644 --- a/wxPython/src/_button.i +++ b/wxPython/src/_button.i @@ -163,7 +163,7 @@ The stock IDs and coresponding labels are DocDeclStr( - void , SetDefault(), + wxWindow* , SetDefault(), "This sets the button to be the default item for the panel or dialog box.", "");