]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/gtk/stc.py
Compile fixes for Linux
[wxWidgets.git] / wxPython / contrib / stc / gtk / stc.py
index ffaf3bcfa9d898d23b52957ea4f6fef1c7dcf522..9d8b41ca36ac3890e11ec950929ea428fc1731b9 100644 (file)
@@ -295,6 +295,8 @@ STC_LEX_SPECMAN = _stc.STC_LEX_SPECMAN
 STC_LEX_AU3 = _stc.STC_LEX_AU3
 STC_LEX_APDL = _stc.STC_LEX_APDL
 STC_LEX_BASH = _stc.STC_LEX_BASH
+STC_LEX_ASN1 = _stc.STC_LEX_ASN1
+STC_LEX_VHDL = _stc.STC_LEX_VHDL
 STC_LEX_AUTOMATIC = _stc.STC_LEX_AUTOMATIC
 STC_P_DEFAULT = _stc.STC_P_DEFAULT
 STC_P_COMMENTLINE = _stc.STC_P_COMMENTLINE
@@ -536,6 +538,7 @@ STC_ERR_IFC = _stc.STC_ERR_IFC
 STC_ERR_IFORT = _stc.STC_ERR_IFORT
 STC_ERR_ABSF = _stc.STC_ERR_ABSF
 STC_ERR_TIDY = _stc.STC_ERR_TIDY
+STC_ERR_JAVA_STACK = _stc.STC_ERR_JAVA_STACK
 STC_BAT_DEFAULT = _stc.STC_BAT_DEFAULT
 STC_BAT_COMMENT = _stc.STC_BAT_COMMENT
 STC_BAT_WORD = _stc.STC_BAT_WORD
@@ -716,6 +719,7 @@ STC_CSS_IMPORTANT = _stc.STC_CSS_IMPORTANT
 STC_CSS_DIRECTIVE = _stc.STC_CSS_DIRECTIVE
 STC_CSS_DOUBLESTRING = _stc.STC_CSS_DOUBLESTRING
 STC_CSS_SINGLESTRING = _stc.STC_CSS_SINGLESTRING
+STC_CSS_IDENTIFIER2 = _stc.STC_CSS_IDENTIFIER2
 STC_POV_DEFAULT = _stc.STC_POV_DEFAULT
 STC_POV_COMMENT = _stc.STC_POV_COMMENT
 STC_POV_COMMENTLINE = _stc.STC_POV_COMMENTLINE
@@ -944,14 +948,19 @@ STC_AU3_OPERATOR = _stc.STC_AU3_OPERATOR
 STC_AU3_VARIABLE = _stc.STC_AU3_VARIABLE
 STC_AU3_SENT = _stc.STC_AU3_SENT
 STC_AU3_PREPROCESSOR = _stc.STC_AU3_PREPROCESSOR
+STC_AU3_SPECIAL = _stc.STC_AU3_SPECIAL
 STC_APDL_DEFAULT = _stc.STC_APDL_DEFAULT
 STC_APDL_COMMENT = _stc.STC_APDL_COMMENT
 STC_APDL_COMMENTBLOCK = _stc.STC_APDL_COMMENTBLOCK
 STC_APDL_NUMBER = _stc.STC_APDL_NUMBER
 STC_APDL_STRING = _stc.STC_APDL_STRING
+STC_APDL_OPERATOR = _stc.STC_APDL_OPERATOR
 STC_APDL_WORD = _stc.STC_APDL_WORD
-STC_APDL_COMMAND = _stc.STC_APDL_COMMAND
 STC_APDL_PROCESSOR = _stc.STC_APDL_PROCESSOR
+STC_APDL_COMMAND = _stc.STC_APDL_COMMAND
+STC_APDL_SLASHCOMMAND = _stc.STC_APDL_SLASHCOMMAND
+STC_APDL_STARCOMMAND = _stc.STC_APDL_STARCOMMAND
+STC_APDL_ARGUMENT = _stc.STC_APDL_ARGUMENT
 STC_APDL_FUNCTION = _stc.STC_APDL_FUNCTION
 STC_SH_DEFAULT = _stc.STC_SH_DEFAULT
 STC_SH_ERROR = _stc.STC_SH_ERROR
@@ -967,6 +976,32 @@ STC_SH_PARAM = _stc.STC_SH_PARAM
 STC_SH_BACKTICKS = _stc.STC_SH_BACKTICKS
 STC_SH_HERE_DELIM = _stc.STC_SH_HERE_DELIM
 STC_SH_HERE_Q = _stc.STC_SH_HERE_Q
+STC_ASN1_DEFAULT = _stc.STC_ASN1_DEFAULT
+STC_ASN1_COMMENT = _stc.STC_ASN1_COMMENT
+STC_ASN1_IDENTIFIER = _stc.STC_ASN1_IDENTIFIER
+STC_ASN1_STRING = _stc.STC_ASN1_STRING
+STC_ASN1_OID = _stc.STC_ASN1_OID
+STC_ASN1_SCALAR = _stc.STC_ASN1_SCALAR
+STC_ASN1_KEYWORD = _stc.STC_ASN1_KEYWORD
+STC_ASN1_ATTRIBUTE = _stc.STC_ASN1_ATTRIBUTE
+STC_ASN1_DESCRIPTOR = _stc.STC_ASN1_DESCRIPTOR
+STC_ASN1_TYPE = _stc.STC_ASN1_TYPE
+STC_ASN1_OPERATOR = _stc.STC_ASN1_OPERATOR
+STC_VHDL_DEFAULT = _stc.STC_VHDL_DEFAULT
+STC_VHDL_COMMENT = _stc.STC_VHDL_COMMENT
+STC_VHDL_COMMENTLINEBANG = _stc.STC_VHDL_COMMENTLINEBANG
+STC_VHDL_NUMBER = _stc.STC_VHDL_NUMBER
+STC_VHDL_STRING = _stc.STC_VHDL_STRING
+STC_VHDL_OPERATOR = _stc.STC_VHDL_OPERATOR
+STC_VHDL_IDENTIFIER = _stc.STC_VHDL_IDENTIFIER
+STC_VHDL_STRINGEOL = _stc.STC_VHDL_STRINGEOL
+STC_VHDL_KEYWORD = _stc.STC_VHDL_KEYWORD
+STC_VHDL_STDOPERATOR = _stc.STC_VHDL_STDOPERATOR
+STC_VHDL_ATTRIBUTE = _stc.STC_VHDL_ATTRIBUTE
+STC_VHDL_STDFUNCTION = _stc.STC_VHDL_STDFUNCTION
+STC_VHDL_STDPACKAGE = _stc.STC_VHDL_STDPACKAGE
+STC_VHDL_STDTYPE = _stc.STC_VHDL_STDTYPE
+STC_VHDL_USERWORD = _stc.STC_VHDL_USERWORD
 STC_CMD_REDO = _stc.STC_CMD_REDO
 STC_CMD_SELECTALL = _stc.STC_CMD_SELECTALL
 STC_CMD_UNDO = _stc.STC_CMD_UNDO
@@ -1076,7 +1111,7 @@ class StyledTextCtrl(_core.Control):
     def Create(*args, **kwargs):
         """
         Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition, 
-            Size size=DefaultSize, long style=0, String name=wxSTCNameStr)
+            Size size=DefaultSize, long style=0, String name=wxSTCNameStr) -> bool
         """
         return _stc.StyledTextCtrl_Create(*args, **kwargs)
 
@@ -2059,7 +2094,7 @@ class StyledTextCtrl(_core.Control):
         return _stc.StyledTextCtrl_GetUseVerticalScrollBar(*args, **kwargs)
 
     def AppendText(*args, **kwargs):
-        """AppendText(self, int length, String text)"""
+        """AppendText(self, String text)"""
         return _stc.StyledTextCtrl_AppendText(*args, **kwargs)
 
     def GetTwoPhaseDraw(*args, **kwargs):
@@ -2690,6 +2725,10 @@ class StyledTextCtrl(_core.Control):
         """Allocate(self, int bytes)"""
         return _stc.StyledTextCtrl_Allocate(*args, **kwargs)
 
+    def FindColumn(*args, **kwargs):
+        """FindColumn(self, int line, int column) -> int"""
+        return _stc.StyledTextCtrl_FindColumn(*args, **kwargs)
+
     def StartRecord(*args, **kwargs):
         """StartRecord(self)"""
         return _stc.StyledTextCtrl_StartRecord(*args, **kwargs)
@@ -2809,6 +2848,42 @@ class StyledTextCtrl(_core.Control):
         """GetUseAntiAliasing(self) -> bool"""
         return _stc.StyledTextCtrl_GetUseAntiAliasing(*args, **kwargs)
 
+    def AddTextRaw(*args, **kwargs):
+        """AddTextRaw(self, char text)"""
+        return _stc.StyledTextCtrl_AddTextRaw(*args, **kwargs)
+
+    def InsertTextRaw(*args, **kwargs):
+        """InsertTextRaw(self, int pos, char text)"""
+        return _stc.StyledTextCtrl_InsertTextRaw(*args, **kwargs)
+
+    def GetCurLineRaw(*args, **kwargs):
+        """GetCurLineRaw(self, int OUTPUT) -> wxCharBuffer"""
+        return _stc.StyledTextCtrl_GetCurLineRaw(*args, **kwargs)
+
+    def GetLineRaw(*args, **kwargs):
+        """GetLineRaw(self, int line) -> wxCharBuffer"""
+        return _stc.StyledTextCtrl_GetLineRaw(*args, **kwargs)
+
+    def GetSelectedTextRaw(*args, **kwargs):
+        """GetSelectedTextRaw(self) -> wxCharBuffer"""
+        return _stc.StyledTextCtrl_GetSelectedTextRaw(*args, **kwargs)
+
+    def GetTextRangeRaw(*args, **kwargs):
+        """GetTextRangeRaw(self, int startPos, int endPos) -> wxCharBuffer"""
+        return _stc.StyledTextCtrl_GetTextRangeRaw(*args, **kwargs)
+
+    def SetTextRaw(*args, **kwargs):
+        """SetTextRaw(self, char text)"""
+        return _stc.StyledTextCtrl_SetTextRaw(*args, **kwargs)
+
+    def GetTextRaw(*args, **kwargs):
+        """GetTextRaw(self) -> wxCharBuffer"""
+        return _stc.StyledTextCtrl_GetTextRaw(*args, **kwargs)
+
+    def AppendTextRaw(*args, **kwargs):
+        """AppendTextRaw(self, char text)"""
+        return _stc.StyledTextCtrl_AppendTextRaw(*args, **kwargs)
+
 
 class StyledTextCtrlPtr(StyledTextCtrl):
     def __init__(self, this):