]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/gen_iface.py
set string length to 0 in AllocBeforeWrite() just to be tidy (replaces patch 1123226)
[wxWidgets.git] / src / stc / gen_iface.py
index 541dd96ee880dd3408e108f3587da8380e891b5b..6e0a0aee90770c073644b161bfde18d911844b91 100644 (file)
@@ -501,6 +501,11 @@ methodOverrideMap = {
          return SendMsg(%s, strlen(buf), (long)(const char*)buf);''',
      0),
 
+    # not sure what to do about these yet
+    'TargetAsUTF8' :       ( None, 0, 0, 0),
+    'SetLengthForEncode' : ( None, 0, 0, 0),
+    'EncodedFromUTF8' :    ( None, 0, 0, 0),
+    
 
     'GetDocPointer' :
     (0,