]> git.saurik.com Git - wxWidgets.git/commitdiff
SetDefault returns the former default widget
authorRobin Dunn <robin@alldunn.com>
Thu, 12 Apr 2007 00:45:56 +0000 (00:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 12 Apr 2007 00:45:56 +0000 (00:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_button.i

index d29dd2c2a3bc4900db73ab13b5e426c6f5bce542..9bdfd47ba8ad0fd962fd9a4a40964733ed496857 100644 (file)
@@ -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.", "");