]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/gen_iface.py
no changes, just remove trailing whitespace
[wxWidgets.git] / src / stc / gen_iface.py
index 8dda03017dbf13015707ac4156fd94d936859809..ed71e5df980bbac24fd6d3c2dc9439cd9f7660fc 100755 (executable)
@@ -425,15 +425,15 @@ methodOverrideMap = {
 
      ('Retrieve the contents of a line.',)),
 
-    'SetSel' : ('SetSelection', 0, 0, 0),
+    'SetSel' : (None, 0,0,0), #'SetSelection', 0, 0, 0),
 
     'GetSelText' :
     ('GetSelectedText',
      'wxString %s();',
 
      '''wxString %s() {
-         int   start;
-         int   end;
+         long   start;
+         long   end;
 
          GetSelection(&start, &end);
          int   len  = end - start;
@@ -663,6 +663,7 @@ constNonGetterMethods = set((
     'LineFromPosition',
     'PositionFromLine',
     'LineLength',
+    'CanPaste',
     'CanRedo',
     'CanUndo',
 ))