]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_button.i
[ 1718338 ] wxToolBarGTK: Implement tool right-click handling
[wxWidgets.git] / 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.", "");