]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/gen_iface.py
removed wcslen() implementation, it is now inline in wxchar.h
[wxWidgets.git] / src / stc / gen_iface.py
index 3da52f8420ddf9b87657e49f3f37db9ab3d32fb4..b5342b73e6b4071c70ef7dc3875d8aceb9b1f9e2 100644 (file)
@@ -216,6 +216,9 @@ methodOverrideMap = {
     'IndicSetFore' : ('IndicatorSetForeground', 0, 0, 0),
     'IndicGetFore' : ('IndicatorGetForeground', 0, 0, 0),
 
+    'SetWhitespaceFore' : ('SetWhitespaceForeground', 0, 0, 0),
+    'SetWhitespaceBack' : ('SetWhitespaceBackground', 0, 0, 0),
+
     'AutoCShow' : ('AutoCompShow', 0, 0, 0),
     'AutoCCancel' : ('AutoCompCancel', 0, 0, 0),
     'AutoCActive' : ('AutoCompActive', 0, 0, 0),
@@ -515,6 +518,7 @@ methodOverrideMap = {
     'GetFocus'  : ('GetSTCFocus', 0, 0, 0),
 
 
+
     '' : ('', 0, 0, 0),
 
     }
@@ -553,6 +557,12 @@ def processIface(iface, h_tmplt, cpp_tmplt, h_dest, cpp_dest):
         elif op == 'evt ':
             pass
 
+        elif op == 'enu ':
+            pass
+
+        elif op == 'lex ':
+            pass
+
         else:
             print '***** Unknown line type: ', line