]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_combobox.i
Add wxGraphicsMatrix::Get
[wxWidgets.git] / wxPython / src / _combobox.i
index f5d68f6982f4bc92d40ecacf25989e6dae853616..d593ea6f120b25800693503956817abbe5b6c31e 100644 (file)
@@ -167,7 +167,7 @@ the combobox text field.", "",
 #else
     %pythoncode {
         def GetMark(self):
-            raise NotImplementedError
+            return (0,0)
     }
 #endif