X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/034e367709c3c62625191a5dc73c9605ff961e60..53307de4e3e1182924ecb2203bd266f401a7614f:/wxPython/src/msw/_windows.py diff --git a/wxPython/src/msw/_windows.py b/wxPython/src/msw/_windows.py index bdd35c5553..8dfc22ae34 100644 --- a/wxPython/src/msw/_windows.py +++ b/wxPython/src/msw/_windows.py @@ -2657,7 +2657,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. @@ -2713,7 +2713,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. @@ -3777,7 +3777,7 @@ class PyScrolledWindow(ScrolledWindow): self.this = newobj.this self.thisown = 1 del newobj.thisown - self._setOORInfo(self); self._setCallbackInfo(self, PyPanel) + self._setOORInfo(self); self._setCallbackInfo(self, PyScrolledWindow) def _setCallbackInfo(*args, **kwargs): """_setCallbackInfo(self, PyObject self, PyObject _class)"""