X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/44127b65460984c4f994bd57bac65962eb6d3b3b..0df68c9ff5756bb1e479142ddf2c2039573097c8:/wxPython/src/mac/controls.py diff --git a/wxPython/src/mac/controls.py b/wxPython/src/mac/controls.py index bf64bbb2ab..99f97cd3fd 100644 --- a/wxPython/src/mac/controls.py +++ b/wxPython/src/mac/controls.py @@ -334,6 +334,10 @@ class ComboBox(core.Control,core.ItemContainer): """Replace(long from, long to, wxString value)""" return _controls.ComboBox_Replace(*args, **kwargs) + def SetSelection(*args, **kwargs): + """SetSelection(int n)""" + return _controls.ComboBox_SetSelection(*args, **kwargs) + def SetMark(*args, **kwargs): """SetMark(long from, long to)""" return _controls.ComboBox_SetMark(*args, **kwargs)