]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/gen_iface.py
reSWIGed
[wxWidgets.git] / src / stc / gen_iface.py
index d88aae231bc64d1d357d9b21528b379d9bc3b229..aa9432d377e9be65ad2fa3b19618e28436339056 100644 (file)
@@ -547,9 +547,12 @@ methodOverrideMap = {
 
 
     'GrabFocus' : (None, 0, 0, 0),
+
+    # Rename some that woudl otherwise hid the wxWindow methods
     'SetFocus'  : ('SetSTCFocus', 0, 0, 0),
     'GetFocus'  : ('GetSTCFocus', 0, 0, 0),
-
+    'SetCursor' : ('SetSTCCursor', 0, 0, 0),
+    'GetCursor' : ('GetSTCCursor', 0, 0, 0),
 
     'LoadLexerLibrary' : (None, 0,0,0),