From c533405853e8144ce8c0450f920207d0bd7160a4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 12 Apr 2007 00:45:56 +0000 Subject: [PATCH] SetDefault returns the former default widget git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_button.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", ""); -- 2.45.2