reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-05-27 01:00:18 +00:00
parent 9102723010
commit 5dce5a9add
6 changed files with 18 additions and 18 deletions

View File

@@ -2629,7 +2629,7 @@ class MultiChoiceDialog(Dialog):
def __init__(self, *args, **kwargs):
"""
__init__(self, Window parent, String message, String caption,
List choices=None, long style=CHOICEDLG_STYLE,
List choices=EmptyList, long style=CHOICEDLG_STYLE,
Point pos=DefaultPosition) -> MultiChoiceDialog
Constructor. Use the `ShowModal` method to show the dialog.
@@ -2685,7 +2685,7 @@ class SingleChoiceDialog(Dialog):
def __init__(self, *args, **kwargs):
"""
__init__(Window parent, String message, String caption,
List choices=[], long style=CHOICEDLG_STYLE,
List choices=EmptyList, long style=CHOICEDLG_STYLE,
Point pos=DefaultPosition) -> SingleChoiceDialog
Constructor. Use ShowModal method to show the dialog.