]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_controls.py
wxURI/wxURL links in changes list.
[wxWidgets.git] / wxPython / src / msw / _controls.py
index 95b0ca122d6e00dedf3657c1a121ec1806fc44b3..826df2a570d0456c9b521008144b9aa4f8dad1c9 100644 (file)
@@ -664,6 +664,15 @@ class ComboBox(Choice):
         """
         return _controls_.ComboBox_SetMark(*args, **kwargs)
 
+    def GetMark(*args, **kwargs):
+        """
+        GetMark(self) -> (from, to)
+
+        Gets the positions of the begining and ending of the selection mark in
+        the combobox text field.
+        """
+        return _controls_.ComboBox_GetMark(*args, **kwargs)
+
     def SetStringSelection(*args, **kwargs):
         """
         SetStringSelection(self, String string) -> bool