X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..52df3d15d8df4bdd1efa308aaf7b0f1b7d2c82f8:/wxPython/contrib/stc/stc.py?ds=sidebyside diff --git a/wxPython/contrib/stc/stc.py b/wxPython/contrib/stc/stc.py index dc5b89dbfa..50bc3d5eaf 100644 --- a/wxPython/contrib/stc/stc.py +++ b/wxPython/contrib/stc/stc.py @@ -1,7 +1,2881 @@ +# This file was created automatically by SWIG. +# Don't modify this file, modify the SWIG interface instead. + +import _stc + +import core +import misc +wx = core +STC_USE_DND = _stc.STC_USE_DND +STC_USE_POPUP = _stc.STC_USE_POPUP +STC_INVALID_POSITION = _stc.STC_INVALID_POSITION +STC_START = _stc.STC_START +STC_OPTIONAL_START = _stc.STC_OPTIONAL_START +STC_LEXER_START = _stc.STC_LEXER_START +STC_WS_INVISIBLE = _stc.STC_WS_INVISIBLE +STC_WS_VISIBLEALWAYS = _stc.STC_WS_VISIBLEALWAYS +STC_WS_VISIBLEAFTERINDENT = _stc.STC_WS_VISIBLEAFTERINDENT +STC_EOL_CRLF = _stc.STC_EOL_CRLF +STC_EOL_CR = _stc.STC_EOL_CR +STC_EOL_LF = _stc.STC_EOL_LF +STC_CP_UTF8 = _stc.STC_CP_UTF8 +STC_CP_DBCS = _stc.STC_CP_DBCS +STC_MARKER_MAX = _stc.STC_MARKER_MAX +STC_MARK_CIRCLE = _stc.STC_MARK_CIRCLE +STC_MARK_ROUNDRECT = _stc.STC_MARK_ROUNDRECT +STC_MARK_ARROW = _stc.STC_MARK_ARROW +STC_MARK_SMALLRECT = _stc.STC_MARK_SMALLRECT +STC_MARK_SHORTARROW = _stc.STC_MARK_SHORTARROW +STC_MARK_EMPTY = _stc.STC_MARK_EMPTY +STC_MARK_ARROWDOWN = _stc.STC_MARK_ARROWDOWN +STC_MARK_MINUS = _stc.STC_MARK_MINUS +STC_MARK_PLUS = _stc.STC_MARK_PLUS +STC_MARK_VLINE = _stc.STC_MARK_VLINE +STC_MARK_LCORNER = _stc.STC_MARK_LCORNER +STC_MARK_TCORNER = _stc.STC_MARK_TCORNER +STC_MARK_BOXPLUS = _stc.STC_MARK_BOXPLUS +STC_MARK_BOXPLUSCONNECTED = _stc.STC_MARK_BOXPLUSCONNECTED +STC_MARK_BOXMINUS = _stc.STC_MARK_BOXMINUS +STC_MARK_BOXMINUSCONNECTED = _stc.STC_MARK_BOXMINUSCONNECTED +STC_MARK_LCORNERCURVE = _stc.STC_MARK_LCORNERCURVE +STC_MARK_TCORNERCURVE = _stc.STC_MARK_TCORNERCURVE +STC_MARK_CIRCLEPLUS = _stc.STC_MARK_CIRCLEPLUS +STC_MARK_CIRCLEPLUSCONNECTED = _stc.STC_MARK_CIRCLEPLUSCONNECTED +STC_MARK_CIRCLEMINUS = _stc.STC_MARK_CIRCLEMINUS +STC_MARK_CIRCLEMINUSCONNECTED = _stc.STC_MARK_CIRCLEMINUSCONNECTED +STC_MARK_BACKGROUND = _stc.STC_MARK_BACKGROUND +STC_MARK_DOTDOTDOT = _stc.STC_MARK_DOTDOTDOT +STC_MARK_ARROWS = _stc.STC_MARK_ARROWS +STC_MARK_PIXMAP = _stc.STC_MARK_PIXMAP +STC_MARK_CHARACTER = _stc.STC_MARK_CHARACTER +STC_MARKNUM_FOLDEREND = _stc.STC_MARKNUM_FOLDEREND +STC_MARKNUM_FOLDEROPENMID = _stc.STC_MARKNUM_FOLDEROPENMID +STC_MARKNUM_FOLDERMIDTAIL = _stc.STC_MARKNUM_FOLDERMIDTAIL +STC_MARKNUM_FOLDERTAIL = _stc.STC_MARKNUM_FOLDERTAIL +STC_MARKNUM_FOLDERSUB = _stc.STC_MARKNUM_FOLDERSUB +STC_MARKNUM_FOLDER = _stc.STC_MARKNUM_FOLDER +STC_MARKNUM_FOLDEROPEN = _stc.STC_MARKNUM_FOLDEROPEN +STC_MASK_FOLDERS = _stc.STC_MASK_FOLDERS +STC_MARGIN_SYMBOL = _stc.STC_MARGIN_SYMBOL +STC_MARGIN_NUMBER = _stc.STC_MARGIN_NUMBER +STC_STYLE_DEFAULT = _stc.STC_STYLE_DEFAULT +STC_STYLE_LINENUMBER = _stc.STC_STYLE_LINENUMBER +STC_STYLE_BRACELIGHT = _stc.STC_STYLE_BRACELIGHT +STC_STYLE_BRACEBAD = _stc.STC_STYLE_BRACEBAD +STC_STYLE_CONTROLCHAR = _stc.STC_STYLE_CONTROLCHAR +STC_STYLE_INDENTGUIDE = _stc.STC_STYLE_INDENTGUIDE +STC_STYLE_LASTPREDEFINED = _stc.STC_STYLE_LASTPREDEFINED +STC_STYLE_MAX = _stc.STC_STYLE_MAX +STC_CHARSET_ANSI = _stc.STC_CHARSET_ANSI +STC_CHARSET_DEFAULT = _stc.STC_CHARSET_DEFAULT +STC_CHARSET_BALTIC = _stc.STC_CHARSET_BALTIC +STC_CHARSET_CHINESEBIG5 = _stc.STC_CHARSET_CHINESEBIG5 +STC_CHARSET_EASTEUROPE = _stc.STC_CHARSET_EASTEUROPE +STC_CHARSET_GB2312 = _stc.STC_CHARSET_GB2312 +STC_CHARSET_GREEK = _stc.STC_CHARSET_GREEK +STC_CHARSET_HANGUL = _stc.STC_CHARSET_HANGUL +STC_CHARSET_MAC = _stc.STC_CHARSET_MAC +STC_CHARSET_OEM = _stc.STC_CHARSET_OEM +STC_CHARSET_RUSSIAN = _stc.STC_CHARSET_RUSSIAN +STC_CHARSET_SHIFTJIS = _stc.STC_CHARSET_SHIFTJIS +STC_CHARSET_SYMBOL = _stc.STC_CHARSET_SYMBOL +STC_CHARSET_TURKISH = _stc.STC_CHARSET_TURKISH +STC_CHARSET_JOHAB = _stc.STC_CHARSET_JOHAB +STC_CHARSET_HEBREW = _stc.STC_CHARSET_HEBREW +STC_CHARSET_ARABIC = _stc.STC_CHARSET_ARABIC +STC_CHARSET_VIETNAMESE = _stc.STC_CHARSET_VIETNAMESE +STC_CHARSET_THAI = _stc.STC_CHARSET_THAI +STC_CASE_MIXED = _stc.STC_CASE_MIXED +STC_CASE_UPPER = _stc.STC_CASE_UPPER +STC_CASE_LOWER = _stc.STC_CASE_LOWER +STC_INDIC_MAX = _stc.STC_INDIC_MAX +STC_INDIC_PLAIN = _stc.STC_INDIC_PLAIN +STC_INDIC_SQUIGGLE = _stc.STC_INDIC_SQUIGGLE +STC_INDIC_TT = _stc.STC_INDIC_TT +STC_INDIC_DIAGONAL = _stc.STC_INDIC_DIAGONAL +STC_INDIC_STRIKE = _stc.STC_INDIC_STRIKE +STC_INDIC_HIDDEN = _stc.STC_INDIC_HIDDEN +STC_INDIC_BOX = _stc.STC_INDIC_BOX +STC_INDIC0_MASK = _stc.STC_INDIC0_MASK +STC_INDIC1_MASK = _stc.STC_INDIC1_MASK +STC_INDIC2_MASK = _stc.STC_INDIC2_MASK +STC_INDICS_MASK = _stc.STC_INDICS_MASK +STC_PRINT_NORMAL = _stc.STC_PRINT_NORMAL +STC_PRINT_INVERTLIGHT = _stc.STC_PRINT_INVERTLIGHT +STC_PRINT_BLACKONWHITE = _stc.STC_PRINT_BLACKONWHITE +STC_PRINT_COLOURONWHITE = _stc.STC_PRINT_COLOURONWHITE +STC_PRINT_COLOURONWHITEDEFAULTBG = _stc.STC_PRINT_COLOURONWHITEDEFAULTBG +STC_FIND_WHOLEWORD = _stc.STC_FIND_WHOLEWORD +STC_FIND_MATCHCASE = _stc.STC_FIND_MATCHCASE +STC_FIND_WORDSTART = _stc.STC_FIND_WORDSTART +STC_FIND_REGEXP = _stc.STC_FIND_REGEXP +STC_FIND_POSIX = _stc.STC_FIND_POSIX +STC_FOLDLEVELBASE = _stc.STC_FOLDLEVELBASE +STC_FOLDLEVELWHITEFLAG = _stc.STC_FOLDLEVELWHITEFLAG +STC_FOLDLEVELHEADERFLAG = _stc.STC_FOLDLEVELHEADERFLAG +STC_FOLDLEVELBOXHEADERFLAG = _stc.STC_FOLDLEVELBOXHEADERFLAG +STC_FOLDLEVELBOXFOOTERFLAG = _stc.STC_FOLDLEVELBOXFOOTERFLAG +STC_FOLDLEVELCONTRACTED = _stc.STC_FOLDLEVELCONTRACTED +STC_FOLDLEVELUNINDENT = _stc.STC_FOLDLEVELUNINDENT +STC_FOLDLEVELNUMBERMASK = _stc.STC_FOLDLEVELNUMBERMASK +STC_FOLDFLAG_LINEBEFORE_EXPANDED = _stc.STC_FOLDFLAG_LINEBEFORE_EXPANDED +STC_FOLDFLAG_LINEBEFORE_CONTRACTED = _stc.STC_FOLDFLAG_LINEBEFORE_CONTRACTED +STC_FOLDFLAG_LINEAFTER_EXPANDED = _stc.STC_FOLDFLAG_LINEAFTER_EXPANDED +STC_FOLDFLAG_LINEAFTER_CONTRACTED = _stc.STC_FOLDFLAG_LINEAFTER_CONTRACTED +STC_FOLDFLAG_LEVELNUMBERS = _stc.STC_FOLDFLAG_LEVELNUMBERS +STC_FOLDFLAG_BOX = _stc.STC_FOLDFLAG_BOX +STC_TIME_FOREVER = _stc.STC_TIME_FOREVER +STC_WRAP_NONE = _stc.STC_WRAP_NONE +STC_WRAP_WORD = _stc.STC_WRAP_WORD +STC_CACHE_NONE = _stc.STC_CACHE_NONE +STC_CACHE_CARET = _stc.STC_CACHE_CARET +STC_CACHE_PAGE = _stc.STC_CACHE_PAGE +STC_CACHE_DOCUMENT = _stc.STC_CACHE_DOCUMENT +STC_EDGE_NONE = _stc.STC_EDGE_NONE +STC_EDGE_LINE = _stc.STC_EDGE_LINE +STC_EDGE_BACKGROUND = _stc.STC_EDGE_BACKGROUND +STC_CURSORNORMAL = _stc.STC_CURSORNORMAL +STC_CURSORWAIT = _stc.STC_CURSORWAIT +STC_VISIBLE_SLOP = _stc.STC_VISIBLE_SLOP +STC_VISIBLE_STRICT = _stc.STC_VISIBLE_STRICT +STC_CARET_SLOP = _stc.STC_CARET_SLOP +STC_CARET_STRICT = _stc.STC_CARET_STRICT +STC_CARET_JUMPS = _stc.STC_CARET_JUMPS +STC_CARET_EVEN = _stc.STC_CARET_EVEN +STC_SEL_STREAM = _stc.STC_SEL_STREAM +STC_SEL_RECTANGLE = _stc.STC_SEL_RECTANGLE +STC_SEL_LINES = _stc.STC_SEL_LINES +STC_KEYWORDSET_MAX = _stc.STC_KEYWORDSET_MAX +STC_MOD_INSERTTEXT = _stc.STC_MOD_INSERTTEXT +STC_MOD_DELETETEXT = _stc.STC_MOD_DELETETEXT +STC_MOD_CHANGESTYLE = _stc.STC_MOD_CHANGESTYLE +STC_MOD_CHANGEFOLD = _stc.STC_MOD_CHANGEFOLD +STC_PERFORMED_USER = _stc.STC_PERFORMED_USER +STC_PERFORMED_UNDO = _stc.STC_PERFORMED_UNDO +STC_PERFORMED_REDO = _stc.STC_PERFORMED_REDO +STC_LASTSTEPINUNDOREDO = _stc.STC_LASTSTEPINUNDOREDO +STC_MOD_CHANGEMARKER = _stc.STC_MOD_CHANGEMARKER +STC_MOD_BEFOREINSERT = _stc.STC_MOD_BEFOREINSERT +STC_MOD_BEFOREDELETE = _stc.STC_MOD_BEFOREDELETE +STC_MODEVENTMASKALL = _stc.STC_MODEVENTMASKALL +STC_KEY_DOWN = _stc.STC_KEY_DOWN +STC_KEY_UP = _stc.STC_KEY_UP +STC_KEY_LEFT = _stc.STC_KEY_LEFT +STC_KEY_RIGHT = _stc.STC_KEY_RIGHT +STC_KEY_HOME = _stc.STC_KEY_HOME +STC_KEY_END = _stc.STC_KEY_END +STC_KEY_PRIOR = _stc.STC_KEY_PRIOR +STC_KEY_NEXT = _stc.STC_KEY_NEXT +STC_KEY_DELETE = _stc.STC_KEY_DELETE +STC_KEY_INSERT = _stc.STC_KEY_INSERT +STC_KEY_ESCAPE = _stc.STC_KEY_ESCAPE +STC_KEY_BACK = _stc.STC_KEY_BACK +STC_KEY_TAB = _stc.STC_KEY_TAB +STC_KEY_RETURN = _stc.STC_KEY_RETURN +STC_KEY_ADD = _stc.STC_KEY_ADD +STC_KEY_SUBTRACT = _stc.STC_KEY_SUBTRACT +STC_KEY_DIVIDE = _stc.STC_KEY_DIVIDE +STC_SCMOD_SHIFT = _stc.STC_SCMOD_SHIFT +STC_SCMOD_CTRL = _stc.STC_SCMOD_CTRL +STC_SCMOD_ALT = _stc.STC_SCMOD_ALT +STC_LEX_CONTAINER = _stc.STC_LEX_CONTAINER +STC_LEX_NULL = _stc.STC_LEX_NULL +STC_LEX_PYTHON = _stc.STC_LEX_PYTHON +STC_LEX_CPP = _stc.STC_LEX_CPP +STC_LEX_HTML = _stc.STC_LEX_HTML +STC_LEX_XML = _stc.STC_LEX_XML +STC_LEX_PERL = _stc.STC_LEX_PERL +STC_LEX_SQL = _stc.STC_LEX_SQL +STC_LEX_VB = _stc.STC_LEX_VB +STC_LEX_PROPERTIES = _stc.STC_LEX_PROPERTIES +STC_LEX_ERRORLIST = _stc.STC_LEX_ERRORLIST +STC_LEX_MAKEFILE = _stc.STC_LEX_MAKEFILE +STC_LEX_BATCH = _stc.STC_LEX_BATCH +STC_LEX_XCODE = _stc.STC_LEX_XCODE +STC_LEX_LATEX = _stc.STC_LEX_LATEX +STC_LEX_LUA = _stc.STC_LEX_LUA +STC_LEX_DIFF = _stc.STC_LEX_DIFF +STC_LEX_CONF = _stc.STC_LEX_CONF +STC_LEX_PASCAL = _stc.STC_LEX_PASCAL +STC_LEX_AVE = _stc.STC_LEX_AVE +STC_LEX_ADA = _stc.STC_LEX_ADA +STC_LEX_LISP = _stc.STC_LEX_LISP +STC_LEX_RUBY = _stc.STC_LEX_RUBY +STC_LEX_EIFFEL = _stc.STC_LEX_EIFFEL +STC_LEX_EIFFELKW = _stc.STC_LEX_EIFFELKW +STC_LEX_TCL = _stc.STC_LEX_TCL +STC_LEX_NNCRONTAB = _stc.STC_LEX_NNCRONTAB +STC_LEX_BULLANT = _stc.STC_LEX_BULLANT +STC_LEX_VBSCRIPT = _stc.STC_LEX_VBSCRIPT +STC_LEX_ASP = _stc.STC_LEX_ASP +STC_LEX_PHP = _stc.STC_LEX_PHP +STC_LEX_BAAN = _stc.STC_LEX_BAAN +STC_LEX_MATLAB = _stc.STC_LEX_MATLAB +STC_LEX_SCRIPTOL = _stc.STC_LEX_SCRIPTOL +STC_LEX_ASM = _stc.STC_LEX_ASM +STC_LEX_CPPNOCASE = _stc.STC_LEX_CPPNOCASE +STC_LEX_FORTRAN = _stc.STC_LEX_FORTRAN +STC_LEX_F77 = _stc.STC_LEX_F77 +STC_LEX_CSS = _stc.STC_LEX_CSS +STC_LEX_POV = _stc.STC_LEX_POV +STC_LEX_LOUT = _stc.STC_LEX_LOUT +STC_LEX_ESCRIPT = _stc.STC_LEX_ESCRIPT +STC_LEX_PS = _stc.STC_LEX_PS +STC_LEX_NSIS = _stc.STC_LEX_NSIS +STC_LEX_MMIXAL = _stc.STC_LEX_MMIXAL +STC_LEX_CLW = _stc.STC_LEX_CLW +STC_LEX_CLWNOCASE = _stc.STC_LEX_CLWNOCASE +STC_LEX_LOT = _stc.STC_LEX_LOT +STC_LEX_YAML = _stc.STC_LEX_YAML +STC_LEX_TEX = _stc.STC_LEX_TEX +STC_LEX_METAPOST = _stc.STC_LEX_METAPOST +STC_LEX_POWERBASIC = _stc.STC_LEX_POWERBASIC +STC_LEX_FORTH = _stc.STC_LEX_FORTH +STC_LEX_ERLANG = _stc.STC_LEX_ERLANG +STC_LEX_OCTAVE = _stc.STC_LEX_OCTAVE +STC_LEX_AUTOMATIC = _stc.STC_LEX_AUTOMATIC +STC_P_DEFAULT = _stc.STC_P_DEFAULT +STC_P_COMMENTLINE = _stc.STC_P_COMMENTLINE +STC_P_NUMBER = _stc.STC_P_NUMBER +STC_P_STRING = _stc.STC_P_STRING +STC_P_CHARACTER = _stc.STC_P_CHARACTER +STC_P_WORD = _stc.STC_P_WORD +STC_P_TRIPLE = _stc.STC_P_TRIPLE +STC_P_TRIPLEDOUBLE = _stc.STC_P_TRIPLEDOUBLE +STC_P_CLASSNAME = _stc.STC_P_CLASSNAME +STC_P_DEFNAME = _stc.STC_P_DEFNAME +STC_P_OPERATOR = _stc.STC_P_OPERATOR +STC_P_IDENTIFIER = _stc.STC_P_IDENTIFIER +STC_P_COMMENTBLOCK = _stc.STC_P_COMMENTBLOCK +STC_P_STRINGEOL = _stc.STC_P_STRINGEOL +STC_C_DEFAULT = _stc.STC_C_DEFAULT +STC_C_COMMENT = _stc.STC_C_COMMENT +STC_C_COMMENTLINE = _stc.STC_C_COMMENTLINE +STC_C_COMMENTDOC = _stc.STC_C_COMMENTDOC +STC_C_NUMBER = _stc.STC_C_NUMBER +STC_C_WORD = _stc.STC_C_WORD +STC_C_STRING = _stc.STC_C_STRING +STC_C_CHARACTER = _stc.STC_C_CHARACTER +STC_C_UUID = _stc.STC_C_UUID +STC_C_PREPROCESSOR = _stc.STC_C_PREPROCESSOR +STC_C_OPERATOR = _stc.STC_C_OPERATOR +STC_C_IDENTIFIER = _stc.STC_C_IDENTIFIER +STC_C_STRINGEOL = _stc.STC_C_STRINGEOL +STC_C_VERBATIM = _stc.STC_C_VERBATIM +STC_C_REGEX = _stc.STC_C_REGEX +STC_C_COMMENTLINEDOC = _stc.STC_C_COMMENTLINEDOC +STC_C_WORD2 = _stc.STC_C_WORD2 +STC_C_COMMENTDOCKEYWORD = _stc.STC_C_COMMENTDOCKEYWORD +STC_C_COMMENTDOCKEYWORDERROR = _stc.STC_C_COMMENTDOCKEYWORDERROR +STC_C_GLOBALCLASS = _stc.STC_C_GLOBALCLASS +STC_H_DEFAULT = _stc.STC_H_DEFAULT +STC_H_TAG = _stc.STC_H_TAG +STC_H_TAGUNKNOWN = _stc.STC_H_TAGUNKNOWN +STC_H_ATTRIBUTE = _stc.STC_H_ATTRIBUTE +STC_H_ATTRIBUTEUNKNOWN = _stc.STC_H_ATTRIBUTEUNKNOWN +STC_H_NUMBER = _stc.STC_H_NUMBER +STC_H_DOUBLESTRING = _stc.STC_H_DOUBLESTRING +STC_H_SINGLESTRING = _stc.STC_H_SINGLESTRING +STC_H_OTHER = _stc.STC_H_OTHER +STC_H_COMMENT = _stc.STC_H_COMMENT +STC_H_ENTITY = _stc.STC_H_ENTITY +STC_H_TAGEND = _stc.STC_H_TAGEND +STC_H_XMLSTART = _stc.STC_H_XMLSTART +STC_H_XMLEND = _stc.STC_H_XMLEND +STC_H_SCRIPT = _stc.STC_H_SCRIPT +STC_H_ASP = _stc.STC_H_ASP +STC_H_ASPAT = _stc.STC_H_ASPAT +STC_H_CDATA = _stc.STC_H_CDATA +STC_H_QUESTION = _stc.STC_H_QUESTION +STC_H_VALUE = _stc.STC_H_VALUE +STC_H_XCCOMMENT = _stc.STC_H_XCCOMMENT +STC_H_SGML_DEFAULT = _stc.STC_H_SGML_DEFAULT +STC_H_SGML_COMMAND = _stc.STC_H_SGML_COMMAND +STC_H_SGML_1ST_PARAM = _stc.STC_H_SGML_1ST_PARAM +STC_H_SGML_DOUBLESTRING = _stc.STC_H_SGML_DOUBLESTRING +STC_H_SGML_SIMPLESTRING = _stc.STC_H_SGML_SIMPLESTRING +STC_H_SGML_ERROR = _stc.STC_H_SGML_ERROR +STC_H_SGML_SPECIAL = _stc.STC_H_SGML_SPECIAL +STC_H_SGML_ENTITY = _stc.STC_H_SGML_ENTITY +STC_H_SGML_COMMENT = _stc.STC_H_SGML_COMMENT +STC_H_SGML_1ST_PARAM_COMMENT = _stc.STC_H_SGML_1ST_PARAM_COMMENT +STC_H_SGML_BLOCK_DEFAULT = _stc.STC_H_SGML_BLOCK_DEFAULT +STC_HJ_START = _stc.STC_HJ_START +STC_HJ_DEFAULT = _stc.STC_HJ_DEFAULT +STC_HJ_COMMENT = _stc.STC_HJ_COMMENT +STC_HJ_COMMENTLINE = _stc.STC_HJ_COMMENTLINE +STC_HJ_COMMENTDOC = _stc.STC_HJ_COMMENTDOC +STC_HJ_NUMBER = _stc.STC_HJ_NUMBER +STC_HJ_WORD = _stc.STC_HJ_WORD +STC_HJ_KEYWORD = _stc.STC_HJ_KEYWORD +STC_HJ_DOUBLESTRING = _stc.STC_HJ_DOUBLESTRING +STC_HJ_SINGLESTRING = _stc.STC_HJ_SINGLESTRING +STC_HJ_SYMBOLS = _stc.STC_HJ_SYMBOLS +STC_HJ_STRINGEOL = _stc.STC_HJ_STRINGEOL +STC_HJ_REGEX = _stc.STC_HJ_REGEX +STC_HJA_START = _stc.STC_HJA_START +STC_HJA_DEFAULT = _stc.STC_HJA_DEFAULT +STC_HJA_COMMENT = _stc.STC_HJA_COMMENT +STC_HJA_COMMENTLINE = _stc.STC_HJA_COMMENTLINE +STC_HJA_COMMENTDOC = _stc.STC_HJA_COMMENTDOC +STC_HJA_NUMBER = _stc.STC_HJA_NUMBER +STC_HJA_WORD = _stc.STC_HJA_WORD +STC_HJA_KEYWORD = _stc.STC_HJA_KEYWORD +STC_HJA_DOUBLESTRING = _stc.STC_HJA_DOUBLESTRING +STC_HJA_SINGLESTRING = _stc.STC_HJA_SINGLESTRING +STC_HJA_SYMBOLS = _stc.STC_HJA_SYMBOLS +STC_HJA_STRINGEOL = _stc.STC_HJA_STRINGEOL +STC_HJA_REGEX = _stc.STC_HJA_REGEX +STC_HB_START = _stc.STC_HB_START +STC_HB_DEFAULT = _stc.STC_HB_DEFAULT +STC_HB_COMMENTLINE = _stc.STC_HB_COMMENTLINE +STC_HB_NUMBER = _stc.STC_HB_NUMBER +STC_HB_WORD = _stc.STC_HB_WORD +STC_HB_STRING = _stc.STC_HB_STRING +STC_HB_IDENTIFIER = _stc.STC_HB_IDENTIFIER +STC_HB_STRINGEOL = _stc.STC_HB_STRINGEOL +STC_HBA_START = _stc.STC_HBA_START +STC_HBA_DEFAULT = _stc.STC_HBA_DEFAULT +STC_HBA_COMMENTLINE = _stc.STC_HBA_COMMENTLINE +STC_HBA_NUMBER = _stc.STC_HBA_NUMBER +STC_HBA_WORD = _stc.STC_HBA_WORD +STC_HBA_STRING = _stc.STC_HBA_STRING +STC_HBA_IDENTIFIER = _stc.STC_HBA_IDENTIFIER +STC_HBA_STRINGEOL = _stc.STC_HBA_STRINGEOL +STC_HP_START = _stc.STC_HP_START +STC_HP_DEFAULT = _stc.STC_HP_DEFAULT +STC_HP_COMMENTLINE = _stc.STC_HP_COMMENTLINE +STC_HP_NUMBER = _stc.STC_HP_NUMBER +STC_HP_STRING = _stc.STC_HP_STRING +STC_HP_CHARACTER = _stc.STC_HP_CHARACTER +STC_HP_WORD = _stc.STC_HP_WORD +STC_HP_TRIPLE = _stc.STC_HP_TRIPLE +STC_HP_TRIPLEDOUBLE = _stc.STC_HP_TRIPLEDOUBLE +STC_HP_CLASSNAME = _stc.STC_HP_CLASSNAME +STC_HP_DEFNAME = _stc.STC_HP_DEFNAME +STC_HP_OPERATOR = _stc.STC_HP_OPERATOR +STC_HP_IDENTIFIER = _stc.STC_HP_IDENTIFIER +STC_HPA_START = _stc.STC_HPA_START +STC_HPA_DEFAULT = _stc.STC_HPA_DEFAULT +STC_HPA_COMMENTLINE = _stc.STC_HPA_COMMENTLINE +STC_HPA_NUMBER = _stc.STC_HPA_NUMBER +STC_HPA_STRING = _stc.STC_HPA_STRING +STC_HPA_CHARACTER = _stc.STC_HPA_CHARACTER +STC_HPA_WORD = _stc.STC_HPA_WORD +STC_HPA_TRIPLE = _stc.STC_HPA_TRIPLE +STC_HPA_TRIPLEDOUBLE = _stc.STC_HPA_TRIPLEDOUBLE +STC_HPA_CLASSNAME = _stc.STC_HPA_CLASSNAME +STC_HPA_DEFNAME = _stc.STC_HPA_DEFNAME +STC_HPA_OPERATOR = _stc.STC_HPA_OPERATOR +STC_HPA_IDENTIFIER = _stc.STC_HPA_IDENTIFIER +STC_HPHP_DEFAULT = _stc.STC_HPHP_DEFAULT +STC_HPHP_HSTRING = _stc.STC_HPHP_HSTRING +STC_HPHP_SIMPLESTRING = _stc.STC_HPHP_SIMPLESTRING +STC_HPHP_WORD = _stc.STC_HPHP_WORD +STC_HPHP_NUMBER = _stc.STC_HPHP_NUMBER +STC_HPHP_VARIABLE = _stc.STC_HPHP_VARIABLE +STC_HPHP_COMMENT = _stc.STC_HPHP_COMMENT +STC_HPHP_COMMENTLINE = _stc.STC_HPHP_COMMENTLINE +STC_HPHP_HSTRING_VARIABLE = _stc.STC_HPHP_HSTRING_VARIABLE +STC_HPHP_OPERATOR = _stc.STC_HPHP_OPERATOR +STC_PL_DEFAULT = _stc.STC_PL_DEFAULT +STC_PL_ERROR = _stc.STC_PL_ERROR +STC_PL_COMMENTLINE = _stc.STC_PL_COMMENTLINE +STC_PL_POD = _stc.STC_PL_POD +STC_PL_NUMBER = _stc.STC_PL_NUMBER +STC_PL_WORD = _stc.STC_PL_WORD +STC_PL_STRING = _stc.STC_PL_STRING +STC_PL_CHARACTER = _stc.STC_PL_CHARACTER +STC_PL_PUNCTUATION = _stc.STC_PL_PUNCTUATION +STC_PL_PREPROCESSOR = _stc.STC_PL_PREPROCESSOR +STC_PL_OPERATOR = _stc.STC_PL_OPERATOR +STC_PL_IDENTIFIER = _stc.STC_PL_IDENTIFIER +STC_PL_SCALAR = _stc.STC_PL_SCALAR +STC_PL_ARRAY = _stc.STC_PL_ARRAY +STC_PL_HASH = _stc.STC_PL_HASH +STC_PL_SYMBOLTABLE = _stc.STC_PL_SYMBOLTABLE +STC_PL_REGEX = _stc.STC_PL_REGEX +STC_PL_REGSUBST = _stc.STC_PL_REGSUBST +STC_PL_LONGQUOTE = _stc.STC_PL_LONGQUOTE +STC_PL_BACKTICKS = _stc.STC_PL_BACKTICKS +STC_PL_DATASECTION = _stc.STC_PL_DATASECTION +STC_PL_HERE_DELIM = _stc.STC_PL_HERE_DELIM +STC_PL_HERE_Q = _stc.STC_PL_HERE_Q +STC_PL_HERE_QQ = _stc.STC_PL_HERE_QQ +STC_PL_HERE_QX = _stc.STC_PL_HERE_QX +STC_PL_STRING_Q = _stc.STC_PL_STRING_Q +STC_PL_STRING_QQ = _stc.STC_PL_STRING_QQ +STC_PL_STRING_QX = _stc.STC_PL_STRING_QX +STC_PL_STRING_QR = _stc.STC_PL_STRING_QR +STC_PL_STRING_QW = _stc.STC_PL_STRING_QW +STC_B_DEFAULT = _stc.STC_B_DEFAULT +STC_B_COMMENT = _stc.STC_B_COMMENT +STC_B_NUMBER = _stc.STC_B_NUMBER +STC_B_KEYWORD = _stc.STC_B_KEYWORD +STC_B_STRING = _stc.STC_B_STRING +STC_B_PREPROCESSOR = _stc.STC_B_PREPROCESSOR +STC_B_OPERATOR = _stc.STC_B_OPERATOR +STC_B_IDENTIFIER = _stc.STC_B_IDENTIFIER +STC_B_DATE = _stc.STC_B_DATE +STC_B_STRINGEOL = _stc.STC_B_STRINGEOL +STC_B_KEYWORD2 = _stc.STC_B_KEYWORD2 +STC_B_KEYWORD3 = _stc.STC_B_KEYWORD3 +STC_B_KEYWORD4 = _stc.STC_B_KEYWORD4 +STC_PROPS_DEFAULT = _stc.STC_PROPS_DEFAULT +STC_PROPS_COMMENT = _stc.STC_PROPS_COMMENT +STC_PROPS_SECTION = _stc.STC_PROPS_SECTION +STC_PROPS_ASSIGNMENT = _stc.STC_PROPS_ASSIGNMENT +STC_PROPS_DEFVAL = _stc.STC_PROPS_DEFVAL +STC_L_DEFAULT = _stc.STC_L_DEFAULT +STC_L_COMMAND = _stc.STC_L_COMMAND +STC_L_TAG = _stc.STC_L_TAG +STC_L_MATH = _stc.STC_L_MATH +STC_L_COMMENT = _stc.STC_L_COMMENT +STC_LUA_DEFAULT = _stc.STC_LUA_DEFAULT +STC_LUA_COMMENT = _stc.STC_LUA_COMMENT +STC_LUA_COMMENTLINE = _stc.STC_LUA_COMMENTLINE +STC_LUA_COMMENTDOC = _stc.STC_LUA_COMMENTDOC +STC_LUA_NUMBER = _stc.STC_LUA_NUMBER +STC_LUA_WORD = _stc.STC_LUA_WORD +STC_LUA_STRING = _stc.STC_LUA_STRING +STC_LUA_CHARACTER = _stc.STC_LUA_CHARACTER +STC_LUA_LITERALSTRING = _stc.STC_LUA_LITERALSTRING +STC_LUA_PREPROCESSOR = _stc.STC_LUA_PREPROCESSOR +STC_LUA_OPERATOR = _stc.STC_LUA_OPERATOR +STC_LUA_IDENTIFIER = _stc.STC_LUA_IDENTIFIER +STC_LUA_STRINGEOL = _stc.STC_LUA_STRINGEOL +STC_LUA_WORD2 = _stc.STC_LUA_WORD2 +STC_LUA_WORD3 = _stc.STC_LUA_WORD3 +STC_LUA_WORD4 = _stc.STC_LUA_WORD4 +STC_LUA_WORD5 = _stc.STC_LUA_WORD5 +STC_LUA_WORD6 = _stc.STC_LUA_WORD6 +STC_LUA_WORD7 = _stc.STC_LUA_WORD7 +STC_LUA_WORD8 = _stc.STC_LUA_WORD8 +STC_ERR_DEFAULT = _stc.STC_ERR_DEFAULT +STC_ERR_PYTHON = _stc.STC_ERR_PYTHON +STC_ERR_GCC = _stc.STC_ERR_GCC +STC_ERR_MS = _stc.STC_ERR_MS +STC_ERR_CMD = _stc.STC_ERR_CMD +STC_ERR_BORLAND = _stc.STC_ERR_BORLAND +STC_ERR_PERL = _stc.STC_ERR_PERL +STC_ERR_NET = _stc.STC_ERR_NET +STC_ERR_LUA = _stc.STC_ERR_LUA +STC_ERR_CTAG = _stc.STC_ERR_CTAG +STC_ERR_DIFF_CHANGED = _stc.STC_ERR_DIFF_CHANGED +STC_ERR_DIFF_ADDITION = _stc.STC_ERR_DIFF_ADDITION +STC_ERR_DIFF_DELETION = _stc.STC_ERR_DIFF_DELETION +STC_ERR_DIFF_MESSAGE = _stc.STC_ERR_DIFF_MESSAGE +STC_ERR_PHP = _stc.STC_ERR_PHP +STC_ERR_ELF = _stc.STC_ERR_ELF +STC_ERR_IFC = _stc.STC_ERR_IFC +STC_ERR_IFORT = _stc.STC_ERR_IFORT +STC_ERR_ABSF = _stc.STC_ERR_ABSF +STC_BAT_DEFAULT = _stc.STC_BAT_DEFAULT +STC_BAT_COMMENT = _stc.STC_BAT_COMMENT +STC_BAT_WORD = _stc.STC_BAT_WORD +STC_BAT_LABEL = _stc.STC_BAT_LABEL +STC_BAT_HIDE = _stc.STC_BAT_HIDE +STC_BAT_COMMAND = _stc.STC_BAT_COMMAND +STC_BAT_IDENTIFIER = _stc.STC_BAT_IDENTIFIER +STC_BAT_OPERATOR = _stc.STC_BAT_OPERATOR +STC_MAKE_DEFAULT = _stc.STC_MAKE_DEFAULT +STC_MAKE_COMMENT = _stc.STC_MAKE_COMMENT +STC_MAKE_PREPROCESSOR = _stc.STC_MAKE_PREPROCESSOR +STC_MAKE_IDENTIFIER = _stc.STC_MAKE_IDENTIFIER +STC_MAKE_OPERATOR = _stc.STC_MAKE_OPERATOR +STC_MAKE_TARGET = _stc.STC_MAKE_TARGET +STC_MAKE_IDEOL = _stc.STC_MAKE_IDEOL +STC_DIFF_DEFAULT = _stc.STC_DIFF_DEFAULT +STC_DIFF_COMMENT = _stc.STC_DIFF_COMMENT +STC_DIFF_COMMAND = _stc.STC_DIFF_COMMAND +STC_DIFF_HEADER = _stc.STC_DIFF_HEADER +STC_DIFF_POSITION = _stc.STC_DIFF_POSITION +STC_DIFF_DELETED = _stc.STC_DIFF_DELETED +STC_DIFF_ADDED = _stc.STC_DIFF_ADDED +STC_CONF_DEFAULT = _stc.STC_CONF_DEFAULT +STC_CONF_COMMENT = _stc.STC_CONF_COMMENT +STC_CONF_NUMBER = _stc.STC_CONF_NUMBER +STC_CONF_IDENTIFIER = _stc.STC_CONF_IDENTIFIER +STC_CONF_EXTENSION = _stc.STC_CONF_EXTENSION +STC_CONF_PARAMETER = _stc.STC_CONF_PARAMETER +STC_CONF_STRING = _stc.STC_CONF_STRING +STC_CONF_OPERATOR = _stc.STC_CONF_OPERATOR +STC_CONF_IP = _stc.STC_CONF_IP +STC_CONF_DIRECTIVE = _stc.STC_CONF_DIRECTIVE +STC_AVE_DEFAULT = _stc.STC_AVE_DEFAULT +STC_AVE_COMMENT = _stc.STC_AVE_COMMENT +STC_AVE_NUMBER = _stc.STC_AVE_NUMBER +STC_AVE_WORD = _stc.STC_AVE_WORD +STC_AVE_STRING = _stc.STC_AVE_STRING +STC_AVE_ENUM = _stc.STC_AVE_ENUM +STC_AVE_STRINGEOL = _stc.STC_AVE_STRINGEOL +STC_AVE_IDENTIFIER = _stc.STC_AVE_IDENTIFIER +STC_AVE_OPERATOR = _stc.STC_AVE_OPERATOR +STC_AVE_WORD1 = _stc.STC_AVE_WORD1 +STC_AVE_WORD2 = _stc.STC_AVE_WORD2 +STC_AVE_WORD3 = _stc.STC_AVE_WORD3 +STC_AVE_WORD4 = _stc.STC_AVE_WORD4 +STC_AVE_WORD5 = _stc.STC_AVE_WORD5 +STC_AVE_WORD6 = _stc.STC_AVE_WORD6 +STC_ADA_DEFAULT = _stc.STC_ADA_DEFAULT +STC_ADA_WORD = _stc.STC_ADA_WORD +STC_ADA_IDENTIFIER = _stc.STC_ADA_IDENTIFIER +STC_ADA_NUMBER = _stc.STC_ADA_NUMBER +STC_ADA_DELIMITER = _stc.STC_ADA_DELIMITER +STC_ADA_CHARACTER = _stc.STC_ADA_CHARACTER +STC_ADA_CHARACTEREOL = _stc.STC_ADA_CHARACTEREOL +STC_ADA_STRING = _stc.STC_ADA_STRING +STC_ADA_STRINGEOL = _stc.STC_ADA_STRINGEOL +STC_ADA_LABEL = _stc.STC_ADA_LABEL +STC_ADA_COMMENTLINE = _stc.STC_ADA_COMMENTLINE +STC_ADA_ILLEGAL = _stc.STC_ADA_ILLEGAL +STC_BAAN_DEFAULT = _stc.STC_BAAN_DEFAULT +STC_BAAN_COMMENT = _stc.STC_BAAN_COMMENT +STC_BAAN_COMMENTDOC = _stc.STC_BAAN_COMMENTDOC +STC_BAAN_NUMBER = _stc.STC_BAAN_NUMBER +STC_BAAN_WORD = _stc.STC_BAAN_WORD +STC_BAAN_STRING = _stc.STC_BAAN_STRING +STC_BAAN_PREPROCESSOR = _stc.STC_BAAN_PREPROCESSOR +STC_BAAN_OPERATOR = _stc.STC_BAAN_OPERATOR +STC_BAAN_IDENTIFIER = _stc.STC_BAAN_IDENTIFIER +STC_BAAN_STRINGEOL = _stc.STC_BAAN_STRINGEOL +STC_BAAN_WORD2 = _stc.STC_BAAN_WORD2 +STC_LISP_DEFAULT = _stc.STC_LISP_DEFAULT +STC_LISP_COMMENT = _stc.STC_LISP_COMMENT +STC_LISP_NUMBER = _stc.STC_LISP_NUMBER +STC_LISP_KEYWORD = _stc.STC_LISP_KEYWORD +STC_LISP_STRING = _stc.STC_LISP_STRING +STC_LISP_STRINGEOL = _stc.STC_LISP_STRINGEOL +STC_LISP_IDENTIFIER = _stc.STC_LISP_IDENTIFIER +STC_LISP_OPERATOR = _stc.STC_LISP_OPERATOR +STC_EIFFEL_DEFAULT = _stc.STC_EIFFEL_DEFAULT +STC_EIFFEL_COMMENTLINE = _stc.STC_EIFFEL_COMMENTLINE +STC_EIFFEL_NUMBER = _stc.STC_EIFFEL_NUMBER +STC_EIFFEL_WORD = _stc.STC_EIFFEL_WORD +STC_EIFFEL_STRING = _stc.STC_EIFFEL_STRING +STC_EIFFEL_CHARACTER = _stc.STC_EIFFEL_CHARACTER +STC_EIFFEL_OPERATOR = _stc.STC_EIFFEL_OPERATOR +STC_EIFFEL_IDENTIFIER = _stc.STC_EIFFEL_IDENTIFIER +STC_EIFFEL_STRINGEOL = _stc.STC_EIFFEL_STRINGEOL +STC_NNCRONTAB_DEFAULT = _stc.STC_NNCRONTAB_DEFAULT +STC_NNCRONTAB_COMMENT = _stc.STC_NNCRONTAB_COMMENT +STC_NNCRONTAB_TASK = _stc.STC_NNCRONTAB_TASK +STC_NNCRONTAB_SECTION = _stc.STC_NNCRONTAB_SECTION +STC_NNCRONTAB_KEYWORD = _stc.STC_NNCRONTAB_KEYWORD +STC_NNCRONTAB_MODIFIER = _stc.STC_NNCRONTAB_MODIFIER +STC_NNCRONTAB_ASTERISK = _stc.STC_NNCRONTAB_ASTERISK +STC_NNCRONTAB_NUMBER = _stc.STC_NNCRONTAB_NUMBER +STC_NNCRONTAB_STRING = _stc.STC_NNCRONTAB_STRING +STC_NNCRONTAB_ENVIRONMENT = _stc.STC_NNCRONTAB_ENVIRONMENT +STC_NNCRONTAB_IDENTIFIER = _stc.STC_NNCRONTAB_IDENTIFIER +STC_FORTH_DEFAULT = _stc.STC_FORTH_DEFAULT +STC_FORTH_COMMENT = _stc.STC_FORTH_COMMENT +STC_FORTH_COMMENT_ML = _stc.STC_FORTH_COMMENT_ML +STC_FORTH_IDENTIFIER = _stc.STC_FORTH_IDENTIFIER +STC_FORTH_CONTROL = _stc.STC_FORTH_CONTROL +STC_FORTH_KEYWORD = _stc.STC_FORTH_KEYWORD +STC_FORTH_DEFWORD = _stc.STC_FORTH_DEFWORD +STC_FORTH_PREWORD1 = _stc.STC_FORTH_PREWORD1 +STC_FORTH_PREWORD2 = _stc.STC_FORTH_PREWORD2 +STC_FORTH_NUMBER = _stc.STC_FORTH_NUMBER +STC_FORTH_STRING = _stc.STC_FORTH_STRING +STC_FORTH_LOCALE = _stc.STC_FORTH_LOCALE +STC_MATLAB_DEFAULT = _stc.STC_MATLAB_DEFAULT +STC_MATLAB_COMMENT = _stc.STC_MATLAB_COMMENT +STC_MATLAB_COMMAND = _stc.STC_MATLAB_COMMAND +STC_MATLAB_NUMBER = _stc.STC_MATLAB_NUMBER +STC_MATLAB_KEYWORD = _stc.STC_MATLAB_KEYWORD +STC_MATLAB_STRING = _stc.STC_MATLAB_STRING +STC_MATLAB_OPERATOR = _stc.STC_MATLAB_OPERATOR +STC_MATLAB_IDENTIFIER = _stc.STC_MATLAB_IDENTIFIER +STC_MATLAB_DOUBLEQUOTESTRING = _stc.STC_MATLAB_DOUBLEQUOTESTRING +STC_SCRIPTOL_DEFAULT = _stc.STC_SCRIPTOL_DEFAULT +STC_SCRIPTOL_WHITE = _stc.STC_SCRIPTOL_WHITE +STC_SCRIPTOL_COMMENTLINE = _stc.STC_SCRIPTOL_COMMENTLINE +STC_SCRIPTOL_PERSISTENT = _stc.STC_SCRIPTOL_PERSISTENT +STC_SCRIPTOL_CSTYLE = _stc.STC_SCRIPTOL_CSTYLE +STC_SCRIPTOL_COMMENTBLOCK = _stc.STC_SCRIPTOL_COMMENTBLOCK +STC_SCRIPTOL_NUMBER = _stc.STC_SCRIPTOL_NUMBER +STC_SCRIPTOL_STRING = _stc.STC_SCRIPTOL_STRING +STC_SCRIPTOL_CHARACTER = _stc.STC_SCRIPTOL_CHARACTER +STC_SCRIPTOL_STRINGEOL = _stc.STC_SCRIPTOL_STRINGEOL +STC_SCRIPTOL_KEYWORD = _stc.STC_SCRIPTOL_KEYWORD +STC_SCRIPTOL_OPERATOR = _stc.STC_SCRIPTOL_OPERATOR +STC_SCRIPTOL_IDENTIFIER = _stc.STC_SCRIPTOL_IDENTIFIER +STC_SCRIPTOL_TRIPLE = _stc.STC_SCRIPTOL_TRIPLE +STC_SCRIPTOL_CLASSNAME = _stc.STC_SCRIPTOL_CLASSNAME +STC_SCRIPTOL_PREPROCESSOR = _stc.STC_SCRIPTOL_PREPROCESSOR +STC_ASM_DEFAULT = _stc.STC_ASM_DEFAULT +STC_ASM_COMMENT = _stc.STC_ASM_COMMENT +STC_ASM_NUMBER = _stc.STC_ASM_NUMBER +STC_ASM_STRING = _stc.STC_ASM_STRING +STC_ASM_OPERATOR = _stc.STC_ASM_OPERATOR +STC_ASM_IDENTIFIER = _stc.STC_ASM_IDENTIFIER +STC_ASM_CPUINSTRUCTION = _stc.STC_ASM_CPUINSTRUCTION +STC_ASM_MATHINSTRUCTION = _stc.STC_ASM_MATHINSTRUCTION +STC_ASM_REGISTER = _stc.STC_ASM_REGISTER +STC_ASM_DIRECTIVE = _stc.STC_ASM_DIRECTIVE +STC_ASM_DIRECTIVEOPERAND = _stc.STC_ASM_DIRECTIVEOPERAND +STC_ASM_COMMENTBLOCK = _stc.STC_ASM_COMMENTBLOCK +STC_ASM_CHARACTER = _stc.STC_ASM_CHARACTER +STC_ASM_STRINGEOL = _stc.STC_ASM_STRINGEOL +STC_ASM_EXTINSTRUCTION = _stc.STC_ASM_EXTINSTRUCTION +STC_F_DEFAULT = _stc.STC_F_DEFAULT +STC_F_COMMENT = _stc.STC_F_COMMENT +STC_F_NUMBER = _stc.STC_F_NUMBER +STC_F_STRING1 = _stc.STC_F_STRING1 +STC_F_STRING2 = _stc.STC_F_STRING2 +STC_F_STRINGEOL = _stc.STC_F_STRINGEOL +STC_F_OPERATOR = _stc.STC_F_OPERATOR +STC_F_IDENTIFIER = _stc.STC_F_IDENTIFIER +STC_F_WORD = _stc.STC_F_WORD +STC_F_WORD2 = _stc.STC_F_WORD2 +STC_F_WORD3 = _stc.STC_F_WORD3 +STC_F_PREPROCESSOR = _stc.STC_F_PREPROCESSOR +STC_F_OPERATOR2 = _stc.STC_F_OPERATOR2 +STC_F_LABEL = _stc.STC_F_LABEL +STC_F_CONTINUATION = _stc.STC_F_CONTINUATION +STC_CSS_DEFAULT = _stc.STC_CSS_DEFAULT +STC_CSS_TAG = _stc.STC_CSS_TAG +STC_CSS_CLASS = _stc.STC_CSS_CLASS +STC_CSS_PSEUDOCLASS = _stc.STC_CSS_PSEUDOCLASS +STC_CSS_UNKNOWN_PSEUDOCLASS = _stc.STC_CSS_UNKNOWN_PSEUDOCLASS +STC_CSS_OPERATOR = _stc.STC_CSS_OPERATOR +STC_CSS_IDENTIFIER = _stc.STC_CSS_IDENTIFIER +STC_CSS_UNKNOWN_IDENTIFIER = _stc.STC_CSS_UNKNOWN_IDENTIFIER +STC_CSS_VALUE = _stc.STC_CSS_VALUE +STC_CSS_COMMENT = _stc.STC_CSS_COMMENT +STC_CSS_ID = _stc.STC_CSS_ID +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_POV_DEFAULT = _stc.STC_POV_DEFAULT +STC_POV_COMMENT = _stc.STC_POV_COMMENT +STC_POV_COMMENTLINE = _stc.STC_POV_COMMENTLINE +STC_POV_NUMBER = _stc.STC_POV_NUMBER +STC_POV_OPERATOR = _stc.STC_POV_OPERATOR +STC_POV_IDENTIFIER = _stc.STC_POV_IDENTIFIER +STC_POV_STRING = _stc.STC_POV_STRING +STC_POV_STRINGEOL = _stc.STC_POV_STRINGEOL +STC_POV_DIRECTIVE = _stc.STC_POV_DIRECTIVE +STC_POV_BADDIRECTIVE = _stc.STC_POV_BADDIRECTIVE +STC_POV_WORD2 = _stc.STC_POV_WORD2 +STC_POV_WORD3 = _stc.STC_POV_WORD3 +STC_POV_WORD4 = _stc.STC_POV_WORD4 +STC_POV_WORD5 = _stc.STC_POV_WORD5 +STC_POV_WORD6 = _stc.STC_POV_WORD6 +STC_POV_WORD7 = _stc.STC_POV_WORD7 +STC_POV_WORD8 = _stc.STC_POV_WORD8 +STC_LOUT_DEFAULT = _stc.STC_LOUT_DEFAULT +STC_LOUT_COMMENT = _stc.STC_LOUT_COMMENT +STC_LOUT_NUMBER = _stc.STC_LOUT_NUMBER +STC_LOUT_WORD = _stc.STC_LOUT_WORD +STC_LOUT_WORD2 = _stc.STC_LOUT_WORD2 +STC_LOUT_WORD3 = _stc.STC_LOUT_WORD3 +STC_LOUT_WORD4 = _stc.STC_LOUT_WORD4 +STC_LOUT_STRING = _stc.STC_LOUT_STRING +STC_LOUT_OPERATOR = _stc.STC_LOUT_OPERATOR +STC_LOUT_IDENTIFIER = _stc.STC_LOUT_IDENTIFIER +STC_LOUT_STRINGEOL = _stc.STC_LOUT_STRINGEOL +STC_ESCRIPT_DEFAULT = _stc.STC_ESCRIPT_DEFAULT +STC_ESCRIPT_COMMENT = _stc.STC_ESCRIPT_COMMENT +STC_ESCRIPT_COMMENTLINE = _stc.STC_ESCRIPT_COMMENTLINE +STC_ESCRIPT_COMMENTDOC = _stc.STC_ESCRIPT_COMMENTDOC +STC_ESCRIPT_NUMBER = _stc.STC_ESCRIPT_NUMBER +STC_ESCRIPT_WORD = _stc.STC_ESCRIPT_WORD +STC_ESCRIPT_STRING = _stc.STC_ESCRIPT_STRING +STC_ESCRIPT_OPERATOR = _stc.STC_ESCRIPT_OPERATOR +STC_ESCRIPT_IDENTIFIER = _stc.STC_ESCRIPT_IDENTIFIER +STC_ESCRIPT_BRACE = _stc.STC_ESCRIPT_BRACE +STC_ESCRIPT_WORD2 = _stc.STC_ESCRIPT_WORD2 +STC_ESCRIPT_WORD3 = _stc.STC_ESCRIPT_WORD3 +STC_PS_DEFAULT = _stc.STC_PS_DEFAULT +STC_PS_COMMENT = _stc.STC_PS_COMMENT +STC_PS_DSC_COMMENT = _stc.STC_PS_DSC_COMMENT +STC_PS_DSC_VALUE = _stc.STC_PS_DSC_VALUE +STC_PS_NUMBER = _stc.STC_PS_NUMBER +STC_PS_NAME = _stc.STC_PS_NAME +STC_PS_KEYWORD = _stc.STC_PS_KEYWORD +STC_PS_LITERAL = _stc.STC_PS_LITERAL +STC_PS_IMMEVAL = _stc.STC_PS_IMMEVAL +STC_PS_PAREN_ARRAY = _stc.STC_PS_PAREN_ARRAY +STC_PS_PAREN_DICT = _stc.STC_PS_PAREN_DICT +STC_PS_PAREN_PROC = _stc.STC_PS_PAREN_PROC +STC_PS_TEXT = _stc.STC_PS_TEXT +STC_PS_HEXSTRING = _stc.STC_PS_HEXSTRING +STC_PS_BASE85STRING = _stc.STC_PS_BASE85STRING +STC_PS_BADSTRINGCHAR = _stc.STC_PS_BADSTRINGCHAR +STC_NSIS_DEFAULT = _stc.STC_NSIS_DEFAULT +STC_NSIS_COMMENT = _stc.STC_NSIS_COMMENT +STC_NSIS_STRINGDQ = _stc.STC_NSIS_STRINGDQ +STC_NSIS_STRINGLQ = _stc.STC_NSIS_STRINGLQ +STC_NSIS_STRINGRQ = _stc.STC_NSIS_STRINGRQ +STC_NSIS_FUNCTION = _stc.STC_NSIS_FUNCTION +STC_NSIS_VARIABLE = _stc.STC_NSIS_VARIABLE +STC_NSIS_LABEL = _stc.STC_NSIS_LABEL +STC_NSIS_USERDEFINED = _stc.STC_NSIS_USERDEFINED +STC_NSIS_SECTIONDEF = _stc.STC_NSIS_SECTIONDEF +STC_NSIS_SUBSECTIONDEF = _stc.STC_NSIS_SUBSECTIONDEF +STC_NSIS_IFDEFINEDEF = _stc.STC_NSIS_IFDEFINEDEF +STC_NSIS_MACRODEF = _stc.STC_NSIS_MACRODEF +STC_NSIS_STRINGVAR = _stc.STC_NSIS_STRINGVAR +STC_MMIXAL_LEADWS = _stc.STC_MMIXAL_LEADWS +STC_MMIXAL_COMMENT = _stc.STC_MMIXAL_COMMENT +STC_MMIXAL_LABEL = _stc.STC_MMIXAL_LABEL +STC_MMIXAL_OPCODE = _stc.STC_MMIXAL_OPCODE +STC_MMIXAL_OPCODE_PRE = _stc.STC_MMIXAL_OPCODE_PRE +STC_MMIXAL_OPCODE_VALID = _stc.STC_MMIXAL_OPCODE_VALID +STC_MMIXAL_OPCODE_UNKNOWN = _stc.STC_MMIXAL_OPCODE_UNKNOWN +STC_MMIXAL_OPCODE_POST = _stc.STC_MMIXAL_OPCODE_POST +STC_MMIXAL_OPERANDS = _stc.STC_MMIXAL_OPERANDS +STC_MMIXAL_NUMBER = _stc.STC_MMIXAL_NUMBER +STC_MMIXAL_REF = _stc.STC_MMIXAL_REF +STC_MMIXAL_CHAR = _stc.STC_MMIXAL_CHAR +STC_MMIXAL_STRING = _stc.STC_MMIXAL_STRING +STC_MMIXAL_REGISTER = _stc.STC_MMIXAL_REGISTER +STC_MMIXAL_HEX = _stc.STC_MMIXAL_HEX +STC_MMIXAL_OPERATOR = _stc.STC_MMIXAL_OPERATOR +STC_MMIXAL_SYMBOL = _stc.STC_MMIXAL_SYMBOL +STC_MMIXAL_INCLUDE = _stc.STC_MMIXAL_INCLUDE +STC_CLW_DEFAULT = _stc.STC_CLW_DEFAULT +STC_CLW_LABEL = _stc.STC_CLW_LABEL +STC_CLW_COMMENT = _stc.STC_CLW_COMMENT +STC_CLW_STRING = _stc.STC_CLW_STRING +STC_CLW_USER_IDENTIFIER = _stc.STC_CLW_USER_IDENTIFIER +STC_CLW_INTEGER_CONSTANT = _stc.STC_CLW_INTEGER_CONSTANT +STC_CLW_REAL_CONSTANT = _stc.STC_CLW_REAL_CONSTANT +STC_CLW_PICTURE_STRING = _stc.STC_CLW_PICTURE_STRING +STC_CLW_KEYWORD = _stc.STC_CLW_KEYWORD +STC_CLW_COMPILER_DIRECTIVE = _stc.STC_CLW_COMPILER_DIRECTIVE +STC_CLW_BUILTIN_PROCEDURES_FUNCTION = _stc.STC_CLW_BUILTIN_PROCEDURES_FUNCTION +STC_CLW_STRUCTURE_DATA_TYPE = _stc.STC_CLW_STRUCTURE_DATA_TYPE +STC_CLW_ATTRIBUTE = _stc.STC_CLW_ATTRIBUTE +STC_CLW_STANDARD_EQUATE = _stc.STC_CLW_STANDARD_EQUATE +STC_CLW_ERROR = _stc.STC_CLW_ERROR +STC_LOT_DEFAULT = _stc.STC_LOT_DEFAULT +STC_LOT_HEADER = _stc.STC_LOT_HEADER +STC_LOT_BREAK = _stc.STC_LOT_BREAK +STC_LOT_SET = _stc.STC_LOT_SET +STC_LOT_PASS = _stc.STC_LOT_PASS +STC_LOT_FAIL = _stc.STC_LOT_FAIL +STC_LOT_ABORT = _stc.STC_LOT_ABORT +STC_YAML_DEFAULT = _stc.STC_YAML_DEFAULT +STC_YAML_COMMENT = _stc.STC_YAML_COMMENT +STC_YAML_IDENTIFIER = _stc.STC_YAML_IDENTIFIER +STC_YAML_KEYWORD = _stc.STC_YAML_KEYWORD +STC_YAML_NUMBER = _stc.STC_YAML_NUMBER +STC_YAML_REFERENCE = _stc.STC_YAML_REFERENCE +STC_YAML_DOCUMENT = _stc.STC_YAML_DOCUMENT +STC_YAML_TEXT = _stc.STC_YAML_TEXT +STC_YAML_ERROR = _stc.STC_YAML_ERROR +STC_TEX_DEFAULT = _stc.STC_TEX_DEFAULT +STC_TEX_SPECIAL = _stc.STC_TEX_SPECIAL +STC_TEX_GROUP = _stc.STC_TEX_GROUP +STC_TEX_SYMBOL = _stc.STC_TEX_SYMBOL +STC_TEX_COMMAND = _stc.STC_TEX_COMMAND +STC_TEX_TEXT = _stc.STC_TEX_TEXT +STC_METAPOST_DEFAULT = _stc.STC_METAPOST_DEFAULT +STC_METAPOST_SPECIAL = _stc.STC_METAPOST_SPECIAL +STC_METAPOST_GROUP = _stc.STC_METAPOST_GROUP +STC_METAPOST_SYMBOL = _stc.STC_METAPOST_SYMBOL +STC_METAPOST_COMMAND = _stc.STC_METAPOST_COMMAND +STC_METAPOST_TEXT = _stc.STC_METAPOST_TEXT +STC_METAPOST_EXTRA = _stc.STC_METAPOST_EXTRA +STC_ERLANG_DEFAULT = _stc.STC_ERLANG_DEFAULT +STC_ERLANG_COMMENT = _stc.STC_ERLANG_COMMENT +STC_ERLANG_VARIABLE = _stc.STC_ERLANG_VARIABLE +STC_ERLANG_NUMBER = _stc.STC_ERLANG_NUMBER +STC_ERLANG_KEYWORD = _stc.STC_ERLANG_KEYWORD +STC_ERLANG_STRING = _stc.STC_ERLANG_STRING +STC_ERLANG_OPERATOR = _stc.STC_ERLANG_OPERATOR +STC_ERLANG_ATOM = _stc.STC_ERLANG_ATOM +STC_ERLANG_FUNCTION_NAME = _stc.STC_ERLANG_FUNCTION_NAME +STC_ERLANG_CHARACTER = _stc.STC_ERLANG_CHARACTER +STC_ERLANG_MACRO = _stc.STC_ERLANG_MACRO +STC_ERLANG_RECORD = _stc.STC_ERLANG_RECORD +STC_ERLANG_SEPARATOR = _stc.STC_ERLANG_SEPARATOR +STC_ERLANG_NODE_NAME = _stc.STC_ERLANG_NODE_NAME +STC_ERLANG_UNKNOWN = _stc.STC_ERLANG_UNKNOWN +STC_CMD_REDO = _stc.STC_CMD_REDO +STC_CMD_SELECTALL = _stc.STC_CMD_SELECTALL +STC_CMD_UNDO = _stc.STC_CMD_UNDO +STC_CMD_CUT = _stc.STC_CMD_CUT +STC_CMD_COPY = _stc.STC_CMD_COPY +STC_CMD_PASTE = _stc.STC_CMD_PASTE +STC_CMD_CLEAR = _stc.STC_CMD_CLEAR +STC_CMD_LINEDOWN = _stc.STC_CMD_LINEDOWN +STC_CMD_LINEDOWNEXTEND = _stc.STC_CMD_LINEDOWNEXTEND +STC_CMD_LINEUP = _stc.STC_CMD_LINEUP +STC_CMD_LINEUPEXTEND = _stc.STC_CMD_LINEUPEXTEND +STC_CMD_CHARLEFT = _stc.STC_CMD_CHARLEFT +STC_CMD_CHARLEFTEXTEND = _stc.STC_CMD_CHARLEFTEXTEND +STC_CMD_CHARRIGHT = _stc.STC_CMD_CHARRIGHT +STC_CMD_CHARRIGHTEXTEND = _stc.STC_CMD_CHARRIGHTEXTEND +STC_CMD_WORDLEFT = _stc.STC_CMD_WORDLEFT +STC_CMD_WORDLEFTEXTEND = _stc.STC_CMD_WORDLEFTEXTEND +STC_CMD_WORDRIGHT = _stc.STC_CMD_WORDRIGHT +STC_CMD_WORDRIGHTEXTEND = _stc.STC_CMD_WORDRIGHTEXTEND +STC_CMD_HOME = _stc.STC_CMD_HOME +STC_CMD_HOMEEXTEND = _stc.STC_CMD_HOMEEXTEND +STC_CMD_LINEEND = _stc.STC_CMD_LINEEND +STC_CMD_LINEENDEXTEND = _stc.STC_CMD_LINEENDEXTEND +STC_CMD_DOCUMENTSTART = _stc.STC_CMD_DOCUMENTSTART +STC_CMD_DOCUMENTSTARTEXTEND = _stc.STC_CMD_DOCUMENTSTARTEXTEND +STC_CMD_DOCUMENTEND = _stc.STC_CMD_DOCUMENTEND +STC_CMD_DOCUMENTENDEXTEND = _stc.STC_CMD_DOCUMENTENDEXTEND +STC_CMD_PAGEUP = _stc.STC_CMD_PAGEUP +STC_CMD_PAGEUPEXTEND = _stc.STC_CMD_PAGEUPEXTEND +STC_CMD_PAGEDOWN = _stc.STC_CMD_PAGEDOWN +STC_CMD_PAGEDOWNEXTEND = _stc.STC_CMD_PAGEDOWNEXTEND +STC_CMD_EDITTOGGLEOVERTYPE = _stc.STC_CMD_EDITTOGGLEOVERTYPE +STC_CMD_CANCEL = _stc.STC_CMD_CANCEL +STC_CMD_DELETEBACK = _stc.STC_CMD_DELETEBACK +STC_CMD_TAB = _stc.STC_CMD_TAB +STC_CMD_BACKTAB = _stc.STC_CMD_BACKTAB +STC_CMD_NEWLINE = _stc.STC_CMD_NEWLINE +STC_CMD_FORMFEED = _stc.STC_CMD_FORMFEED +STC_CMD_VCHOME = _stc.STC_CMD_VCHOME +STC_CMD_VCHOMEEXTEND = _stc.STC_CMD_VCHOMEEXTEND +STC_CMD_ZOOMIN = _stc.STC_CMD_ZOOMIN +STC_CMD_ZOOMOUT = _stc.STC_CMD_ZOOMOUT +STC_CMD_DELWORDLEFT = _stc.STC_CMD_DELWORDLEFT +STC_CMD_DELWORDRIGHT = _stc.STC_CMD_DELWORDRIGHT +STC_CMD_LINECUT = _stc.STC_CMD_LINECUT +STC_CMD_LINEDELETE = _stc.STC_CMD_LINEDELETE +STC_CMD_LINETRANSPOSE = _stc.STC_CMD_LINETRANSPOSE +STC_CMD_LINEDUPLICATE = _stc.STC_CMD_LINEDUPLICATE +STC_CMD_LOWERCASE = _stc.STC_CMD_LOWERCASE +STC_CMD_UPPERCASE = _stc.STC_CMD_UPPERCASE +STC_CMD_LINESCROLLDOWN = _stc.STC_CMD_LINESCROLLDOWN +STC_CMD_LINESCROLLUP = _stc.STC_CMD_LINESCROLLUP +STC_CMD_DELETEBACKNOTLINE = _stc.STC_CMD_DELETEBACKNOTLINE +STC_CMD_HOMEDISPLAY = _stc.STC_CMD_HOMEDISPLAY +STC_CMD_HOMEDISPLAYEXTEND = _stc.STC_CMD_HOMEDISPLAYEXTEND +STC_CMD_LINEENDDISPLAY = _stc.STC_CMD_LINEENDDISPLAY +STC_CMD_LINEENDDISPLAYEXTEND = _stc.STC_CMD_LINEENDDISPLAYEXTEND +STC_CMD_HOMEWRAP = _stc.STC_CMD_HOMEWRAP +STC_CMD_HOMEWRAPEXTEND = _stc.STC_CMD_HOMEWRAPEXTEND +STC_CMD_LINEENDWRAP = _stc.STC_CMD_LINEENDWRAP +STC_CMD_LINEENDWRAPEXTEND = _stc.STC_CMD_LINEENDWRAPEXTEND +STC_CMD_VCHOMEWRAP = _stc.STC_CMD_VCHOMEWRAP +STC_CMD_VCHOMEWRAPEXTEND = _stc.STC_CMD_VCHOMEWRAPEXTEND +STC_CMD_LINECOPY = _stc.STC_CMD_LINECOPY +STC_CMD_WORDPARTLEFT = _stc.STC_CMD_WORDPARTLEFT +STC_CMD_WORDPARTLEFTEXTEND = _stc.STC_CMD_WORDPARTLEFTEXTEND +STC_CMD_WORDPARTRIGHT = _stc.STC_CMD_WORDPARTRIGHT +STC_CMD_WORDPARTRIGHTEXTEND = _stc.STC_CMD_WORDPARTRIGHTEXTEND +STC_CMD_DELLINELEFT = _stc.STC_CMD_DELLINELEFT +STC_CMD_DELLINERIGHT = _stc.STC_CMD_DELLINERIGHT +STC_CMD_PARADOWN = _stc.STC_CMD_PARADOWN +STC_CMD_PARADOWNEXTEND = _stc.STC_CMD_PARADOWNEXTEND +STC_CMD_PARAUP = _stc.STC_CMD_PARAUP +STC_CMD_PARAUPEXTEND = _stc.STC_CMD_PARAUPEXTEND +STC_CMD_LINEDOWNRECTEXTEND = _stc.STC_CMD_LINEDOWNRECTEXTEND +STC_CMD_LINEUPRECTEXTEND = _stc.STC_CMD_LINEUPRECTEXTEND +STC_CMD_CHARLEFTRECTEXTEND = _stc.STC_CMD_CHARLEFTRECTEXTEND +STC_CMD_CHARRIGHTRECTEXTEND = _stc.STC_CMD_CHARRIGHTRECTEXTEND +STC_CMD_HOMERECTEXTEND = _stc.STC_CMD_HOMERECTEXTEND +STC_CMD_VCHOMERECTEXTEND = _stc.STC_CMD_VCHOMERECTEXTEND +STC_CMD_LINEENDRECTEXTEND = _stc.STC_CMD_LINEENDRECTEXTEND +STC_CMD_PAGEUPRECTEXTEND = _stc.STC_CMD_PAGEUPRECTEXTEND +STC_CMD_PAGEDOWNRECTEXTEND = _stc.STC_CMD_PAGEDOWNRECTEXTEND +STC_CMD_STUTTEREDPAGEUP = _stc.STC_CMD_STUTTEREDPAGEUP +STC_CMD_STUTTEREDPAGEUPEXTEND = _stc.STC_CMD_STUTTEREDPAGEUPEXTEND +STC_CMD_STUTTEREDPAGEDOWN = _stc.STC_CMD_STUTTEREDPAGEDOWN +STC_CMD_STUTTEREDPAGEDOWNEXTEND = _stc.STC_CMD_STUTTEREDPAGEDOWNEXTEND +STC_CMD_WORDLEFTEND = _stc.STC_CMD_WORDLEFTEND +STC_CMD_WORDLEFTENDEXTEND = _stc.STC_CMD_WORDLEFTENDEXTEND +STC_CMD_WORDRIGHTEND = _stc.STC_CMD_WORDRIGHTEND +STC_CMD_WORDRIGHTENDEXTEND = _stc.STC_CMD_WORDRIGHTENDEXTEND +class StyledTextCtrl(core.Control): + def __repr__(self): + return "<%s.%s; proxy of C++ wxStyledTextCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) + def __init__(self, *args, **kwargs): + """ + __init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize, + long style=0, String name=STCNameStr) -> StyledTextCtrl + """ + newobj = _stc.new_StyledTextCtrl(*args, **kwargs) + self.this = newobj.this + self.thisown = 1 + del newobj.thisown + self._setOORInfo(self) + + def Create(*args, **kwargs): + """ + Create(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize, + long style=0, String name=wxSTCNameStr) + """ + return _stc.StyledTextCtrl_Create(*args, **kwargs) + + def AddText(*args, **kwargs): + """AddText(String text)""" + return _stc.StyledTextCtrl_AddText(*args, **kwargs) + + def AddStyledText(*args, **kwargs): + """AddStyledText(wxMemoryBuffer data)""" + return _stc.StyledTextCtrl_AddStyledText(*args, **kwargs) + + def InsertText(*args, **kwargs): + """InsertText(int pos, String text)""" + return _stc.StyledTextCtrl_InsertText(*args, **kwargs) + + def ClearAll(*args, **kwargs): + """ClearAll()""" + return _stc.StyledTextCtrl_ClearAll(*args, **kwargs) + + def ClearDocumentStyle(*args, **kwargs): + """ClearDocumentStyle()""" + return _stc.StyledTextCtrl_ClearDocumentStyle(*args, **kwargs) + + def GetLength(*args, **kwargs): + """GetLength() -> int""" + return _stc.StyledTextCtrl_GetLength(*args, **kwargs) + + def GetCharAt(*args, **kwargs): + """GetCharAt(int pos) -> int""" + return _stc.StyledTextCtrl_GetCharAt(*args, **kwargs) + + def GetCurrentPos(*args, **kwargs): + """GetCurrentPos() -> int""" + return _stc.StyledTextCtrl_GetCurrentPos(*args, **kwargs) + + def GetAnchor(*args, **kwargs): + """GetAnchor() -> int""" + return _stc.StyledTextCtrl_GetAnchor(*args, **kwargs) + + def GetStyleAt(*args, **kwargs): + """GetStyleAt(int pos) -> int""" + return _stc.StyledTextCtrl_GetStyleAt(*args, **kwargs) + + def Redo(*args, **kwargs): + """Redo()""" + return _stc.StyledTextCtrl_Redo(*args, **kwargs) + + def SetUndoCollection(*args, **kwargs): + """SetUndoCollection(bool collectUndo)""" + return _stc.StyledTextCtrl_SetUndoCollection(*args, **kwargs) + + def SelectAll(*args, **kwargs): + """SelectAll()""" + return _stc.StyledTextCtrl_SelectAll(*args, **kwargs) + + def SetSavePoint(*args, **kwargs): + """SetSavePoint()""" + return _stc.StyledTextCtrl_SetSavePoint(*args, **kwargs) + + def GetStyledText(*args, **kwargs): + """GetStyledText(int startPos, int endPos) -> wxMemoryBuffer""" + return _stc.StyledTextCtrl_GetStyledText(*args, **kwargs) + + def CanRedo(*args, **kwargs): + """CanRedo() -> bool""" + return _stc.StyledTextCtrl_CanRedo(*args, **kwargs) + + def MarkerLineFromHandle(*args, **kwargs): + """MarkerLineFromHandle(int handle) -> int""" + return _stc.StyledTextCtrl_MarkerLineFromHandle(*args, **kwargs) + + def MarkerDeleteHandle(*args, **kwargs): + """MarkerDeleteHandle(int handle)""" + return _stc.StyledTextCtrl_MarkerDeleteHandle(*args, **kwargs) + + def GetUndoCollection(*args, **kwargs): + """GetUndoCollection() -> bool""" + return _stc.StyledTextCtrl_GetUndoCollection(*args, **kwargs) + + def GetViewWhiteSpace(*args, **kwargs): + """GetViewWhiteSpace() -> int""" + return _stc.StyledTextCtrl_GetViewWhiteSpace(*args, **kwargs) + + def SetViewWhiteSpace(*args, **kwargs): + """SetViewWhiteSpace(int viewWS)""" + return _stc.StyledTextCtrl_SetViewWhiteSpace(*args, **kwargs) + + def PositionFromPoint(*args, **kwargs): + """PositionFromPoint(Point pt) -> int""" + return _stc.StyledTextCtrl_PositionFromPoint(*args, **kwargs) + + def PositionFromPointClose(*args, **kwargs): + """PositionFromPointClose(int x, int y) -> int""" + return _stc.StyledTextCtrl_PositionFromPointClose(*args, **kwargs) + + def GotoLine(*args, **kwargs): + """GotoLine(int line)""" + return _stc.StyledTextCtrl_GotoLine(*args, **kwargs) + + def GotoPos(*args, **kwargs): + """GotoPos(int pos)""" + return _stc.StyledTextCtrl_GotoPos(*args, **kwargs) + + def SetAnchor(*args, **kwargs): + """SetAnchor(int posAnchor)""" + return _stc.StyledTextCtrl_SetAnchor(*args, **kwargs) + + def GetCurLine(*args, **kwargs): + """GetCurLine(int OUTPUT) -> String""" + return _stc.StyledTextCtrl_GetCurLine(*args, **kwargs) + + def GetEndStyled(*args, **kwargs): + """GetEndStyled() -> int""" + return _stc.StyledTextCtrl_GetEndStyled(*args, **kwargs) + + def ConvertEOLs(*args, **kwargs): + """ConvertEOLs(int eolMode)""" + return _stc.StyledTextCtrl_ConvertEOLs(*args, **kwargs) + + def GetEOLMode(*args, **kwargs): + """GetEOLMode() -> int""" + return _stc.StyledTextCtrl_GetEOLMode(*args, **kwargs) + + def SetEOLMode(*args, **kwargs): + """SetEOLMode(int eolMode)""" + return _stc.StyledTextCtrl_SetEOLMode(*args, **kwargs) + + def StartStyling(*args, **kwargs): + """StartStyling(int pos, int mask)""" + return _stc.StyledTextCtrl_StartStyling(*args, **kwargs) + + def SetStyling(*args, **kwargs): + """SetStyling(int length, int style)""" + return _stc.StyledTextCtrl_SetStyling(*args, **kwargs) + + def GetBufferedDraw(*args, **kwargs): + """GetBufferedDraw() -> bool""" + return _stc.StyledTextCtrl_GetBufferedDraw(*args, **kwargs) + + def SetBufferedDraw(*args, **kwargs): + """SetBufferedDraw(bool buffered)""" + return _stc.StyledTextCtrl_SetBufferedDraw(*args, **kwargs) + + def SetTabWidth(*args, **kwargs): + """SetTabWidth(int tabWidth)""" + return _stc.StyledTextCtrl_SetTabWidth(*args, **kwargs) + + def GetTabWidth(*args, **kwargs): + """GetTabWidth() -> int""" + return _stc.StyledTextCtrl_GetTabWidth(*args, **kwargs) + + def SetCodePage(*args, **kwargs): + """SetCodePage(int codePage)""" + return _stc.StyledTextCtrl_SetCodePage(*args, **kwargs) + + def MarkerDefine(*args, **kwargs): + """ + MarkerDefine(int markerNumber, int markerSymbol, Colour foreground=wxNullColour, + Colour background=wxNullColour) + """ + return _stc.StyledTextCtrl_MarkerDefine(*args, **kwargs) + + def MarkerSetForeground(*args, **kwargs): + """MarkerSetForeground(int markerNumber, Colour fore)""" + return _stc.StyledTextCtrl_MarkerSetForeground(*args, **kwargs) + + def MarkerSetBackground(*args, **kwargs): + """MarkerSetBackground(int markerNumber, Colour back)""" + return _stc.StyledTextCtrl_MarkerSetBackground(*args, **kwargs) + + def MarkerAdd(*args, **kwargs): + """MarkerAdd(int line, int markerNumber) -> int""" + return _stc.StyledTextCtrl_MarkerAdd(*args, **kwargs) + + def MarkerDelete(*args, **kwargs): + """MarkerDelete(int line, int markerNumber)""" + return _stc.StyledTextCtrl_MarkerDelete(*args, **kwargs) + + def MarkerDeleteAll(*args, **kwargs): + """MarkerDeleteAll(int markerNumber)""" + return _stc.StyledTextCtrl_MarkerDeleteAll(*args, **kwargs) + + def MarkerGet(*args, **kwargs): + """MarkerGet(int line) -> int""" + return _stc.StyledTextCtrl_MarkerGet(*args, **kwargs) + + def MarkerNext(*args, **kwargs): + """MarkerNext(int lineStart, int markerMask) -> int""" + return _stc.StyledTextCtrl_MarkerNext(*args, **kwargs) + + def MarkerPrevious(*args, **kwargs): + """MarkerPrevious(int lineStart, int markerMask) -> int""" + return _stc.StyledTextCtrl_MarkerPrevious(*args, **kwargs) + + def MarkerDefineBitmap(*args, **kwargs): + """MarkerDefineBitmap(int markerNumber, Bitmap bmp)""" + return _stc.StyledTextCtrl_MarkerDefineBitmap(*args, **kwargs) + + def SetMarginType(*args, **kwargs): + """SetMarginType(int margin, int marginType)""" + return _stc.StyledTextCtrl_SetMarginType(*args, **kwargs) + + def GetMarginType(*args, **kwargs): + """GetMarginType(int margin) -> int""" + return _stc.StyledTextCtrl_GetMarginType(*args, **kwargs) + + def SetMarginWidth(*args, **kwargs): + """SetMarginWidth(int margin, int pixelWidth)""" + return _stc.StyledTextCtrl_SetMarginWidth(*args, **kwargs) + + def GetMarginWidth(*args, **kwargs): + """GetMarginWidth(int margin) -> int""" + return _stc.StyledTextCtrl_GetMarginWidth(*args, **kwargs) + + def SetMarginMask(*args, **kwargs): + """SetMarginMask(int margin, int mask)""" + return _stc.StyledTextCtrl_SetMarginMask(*args, **kwargs) + + def GetMarginMask(*args, **kwargs): + """GetMarginMask(int margin) -> int""" + return _stc.StyledTextCtrl_GetMarginMask(*args, **kwargs) + + def SetMarginSensitive(*args, **kwargs): + """SetMarginSensitive(int margin, bool sensitive)""" + return _stc.StyledTextCtrl_SetMarginSensitive(*args, **kwargs) + + def GetMarginSensitive(*args, **kwargs): + """GetMarginSensitive(int margin) -> bool""" + return _stc.StyledTextCtrl_GetMarginSensitive(*args, **kwargs) + + def StyleClearAll(*args, **kwargs): + """StyleClearAll()""" + return _stc.StyledTextCtrl_StyleClearAll(*args, **kwargs) + + def StyleSetForeground(*args, **kwargs): + """StyleSetForeground(int style, Colour fore)""" + return _stc.StyledTextCtrl_StyleSetForeground(*args, **kwargs) + + def StyleSetBackground(*args, **kwargs): + """StyleSetBackground(int style, Colour back)""" + return _stc.StyledTextCtrl_StyleSetBackground(*args, **kwargs) + + def StyleSetBold(*args, **kwargs): + """StyleSetBold(int style, bool bold)""" + return _stc.StyledTextCtrl_StyleSetBold(*args, **kwargs) + + def StyleSetItalic(*args, **kwargs): + """StyleSetItalic(int style, bool italic)""" + return _stc.StyledTextCtrl_StyleSetItalic(*args, **kwargs) + + def StyleSetSize(*args, **kwargs): + """StyleSetSize(int style, int sizePoints)""" + return _stc.StyledTextCtrl_StyleSetSize(*args, **kwargs) + + def StyleSetFaceName(*args, **kwargs): + """StyleSetFaceName(int style, String fontName)""" + return _stc.StyledTextCtrl_StyleSetFaceName(*args, **kwargs) + + def StyleSetEOLFilled(*args, **kwargs): + """StyleSetEOLFilled(int style, bool filled)""" + return _stc.StyledTextCtrl_StyleSetEOLFilled(*args, **kwargs) + + def StyleResetDefault(*args, **kwargs): + """StyleResetDefault()""" + return _stc.StyledTextCtrl_StyleResetDefault(*args, **kwargs) + + def StyleSetUnderline(*args, **kwargs): + """StyleSetUnderline(int style, bool underline)""" + return _stc.StyledTextCtrl_StyleSetUnderline(*args, **kwargs) + + def StyleSetCase(*args, **kwargs): + """StyleSetCase(int style, int caseForce)""" + return _stc.StyledTextCtrl_StyleSetCase(*args, **kwargs) + + def StyleSetCharacterSet(*args, **kwargs): + """StyleSetCharacterSet(int style, int characterSet)""" + return _stc.StyledTextCtrl_StyleSetCharacterSet(*args, **kwargs) + + def StyleSetHotSpot(*args, **kwargs): + """StyleSetHotSpot(int style, bool hotspot)""" + return _stc.StyledTextCtrl_StyleSetHotSpot(*args, **kwargs) + + def SetSelForeground(*args, **kwargs): + """SetSelForeground(bool useSetting, Colour fore)""" + return _stc.StyledTextCtrl_SetSelForeground(*args, **kwargs) + + def SetSelBackground(*args, **kwargs): + """SetSelBackground(bool useSetting, Colour back)""" + return _stc.StyledTextCtrl_SetSelBackground(*args, **kwargs) + + def SetCaretForeground(*args, **kwargs): + """SetCaretForeground(Colour fore)""" + return _stc.StyledTextCtrl_SetCaretForeground(*args, **kwargs) + + def CmdKeyAssign(*args, **kwargs): + """CmdKeyAssign(int key, int modifiers, int cmd)""" + return _stc.StyledTextCtrl_CmdKeyAssign(*args, **kwargs) + + def CmdKeyClear(*args, **kwargs): + """CmdKeyClear(int key, int modifiers)""" + return _stc.StyledTextCtrl_CmdKeyClear(*args, **kwargs) + + def CmdKeyClearAll(*args, **kwargs): + """CmdKeyClearAll()""" + return _stc.StyledTextCtrl_CmdKeyClearAll(*args, **kwargs) + + def SetStyleBytes(*args, **kwargs): + """SetStyleBytes(int length, char styleBytes)""" + return _stc.StyledTextCtrl_SetStyleBytes(*args, **kwargs) + + def StyleSetVisible(*args, **kwargs): + """StyleSetVisible(int style, bool visible)""" + return _stc.StyledTextCtrl_StyleSetVisible(*args, **kwargs) + + def GetCaretPeriod(*args, **kwargs): + """GetCaretPeriod() -> int""" + return _stc.StyledTextCtrl_GetCaretPeriod(*args, **kwargs) + + def SetCaretPeriod(*args, **kwargs): + """SetCaretPeriod(int periodMilliseconds)""" + return _stc.StyledTextCtrl_SetCaretPeriod(*args, **kwargs) + + def SetWordChars(*args, **kwargs): + """SetWordChars(String characters)""" + return _stc.StyledTextCtrl_SetWordChars(*args, **kwargs) + + def BeginUndoAction(*args, **kwargs): + """BeginUndoAction()""" + return _stc.StyledTextCtrl_BeginUndoAction(*args, **kwargs) + + def EndUndoAction(*args, **kwargs): + """EndUndoAction()""" + return _stc.StyledTextCtrl_EndUndoAction(*args, **kwargs) + + def IndicatorSetStyle(*args, **kwargs): + """IndicatorSetStyle(int indic, int style)""" + return _stc.StyledTextCtrl_IndicatorSetStyle(*args, **kwargs) + + def IndicatorGetStyle(*args, **kwargs): + """IndicatorGetStyle(int indic) -> int""" + return _stc.StyledTextCtrl_IndicatorGetStyle(*args, **kwargs) + + def IndicatorSetForeground(*args, **kwargs): + """IndicatorSetForeground(int indic, Colour fore)""" + return _stc.StyledTextCtrl_IndicatorSetForeground(*args, **kwargs) + + def IndicatorGetForeground(*args, **kwargs): + """IndicatorGetForeground(int indic) -> Colour""" + return _stc.StyledTextCtrl_IndicatorGetForeground(*args, **kwargs) + + def SetWhitespaceForeground(*args, **kwargs): + """SetWhitespaceForeground(bool useSetting, Colour fore)""" + return _stc.StyledTextCtrl_SetWhitespaceForeground(*args, **kwargs) + + def SetWhitespaceBackground(*args, **kwargs): + """SetWhitespaceBackground(bool useSetting, Colour back)""" + return _stc.StyledTextCtrl_SetWhitespaceBackground(*args, **kwargs) + + def SetStyleBits(*args, **kwargs): + """SetStyleBits(int bits)""" + return _stc.StyledTextCtrl_SetStyleBits(*args, **kwargs) + + def GetStyleBits(*args, **kwargs): + """GetStyleBits() -> int""" + return _stc.StyledTextCtrl_GetStyleBits(*args, **kwargs) + + def SetLineState(*args, **kwargs): + """SetLineState(int line, int state)""" + return _stc.StyledTextCtrl_SetLineState(*args, **kwargs) + + def GetLineState(*args, **kwargs): + """GetLineState(int line) -> int""" + return _stc.StyledTextCtrl_GetLineState(*args, **kwargs) + + def GetMaxLineState(*args, **kwargs): + """GetMaxLineState() -> int""" + return _stc.StyledTextCtrl_GetMaxLineState(*args, **kwargs) + + def GetCaretLineVisible(*args, **kwargs): + """GetCaretLineVisible() -> bool""" + return _stc.StyledTextCtrl_GetCaretLineVisible(*args, **kwargs) + + def SetCaretLineVisible(*args, **kwargs): + """SetCaretLineVisible(bool show)""" + return _stc.StyledTextCtrl_SetCaretLineVisible(*args, **kwargs) + + def GetCaretLineBack(*args, **kwargs): + """GetCaretLineBack() -> Colour""" + return _stc.StyledTextCtrl_GetCaretLineBack(*args, **kwargs) + + def SetCaretLineBack(*args, **kwargs): + """SetCaretLineBack(Colour back)""" + return _stc.StyledTextCtrl_SetCaretLineBack(*args, **kwargs) + + def StyleSetChangeable(*args, **kwargs): + """StyleSetChangeable(int style, bool changeable)""" + return _stc.StyledTextCtrl_StyleSetChangeable(*args, **kwargs) + + def AutoCompShow(*args, **kwargs): + """AutoCompShow(int lenEntered, String itemList)""" + return _stc.StyledTextCtrl_AutoCompShow(*args, **kwargs) + + def AutoCompCancel(*args, **kwargs): + """AutoCompCancel()""" + return _stc.StyledTextCtrl_AutoCompCancel(*args, **kwargs) + + def AutoCompActive(*args, **kwargs): + """AutoCompActive() -> bool""" + return _stc.StyledTextCtrl_AutoCompActive(*args, **kwargs) + + def AutoCompPosStart(*args, **kwargs): + """AutoCompPosStart() -> int""" + return _stc.StyledTextCtrl_AutoCompPosStart(*args, **kwargs) + + def AutoCompComplete(*args, **kwargs): + """AutoCompComplete()""" + return _stc.StyledTextCtrl_AutoCompComplete(*args, **kwargs) + + def AutoCompStops(*args, **kwargs): + """AutoCompStops(String characterSet)""" + return _stc.StyledTextCtrl_AutoCompStops(*args, **kwargs) + + def AutoCompSetSeparator(*args, **kwargs): + """AutoCompSetSeparator(int separatorCharacter)""" + return _stc.StyledTextCtrl_AutoCompSetSeparator(*args, **kwargs) + + def AutoCompGetSeparator(*args, **kwargs): + """AutoCompGetSeparator() -> int""" + return _stc.StyledTextCtrl_AutoCompGetSeparator(*args, **kwargs) + + def AutoCompSelect(*args, **kwargs): + """AutoCompSelect(String text)""" + return _stc.StyledTextCtrl_AutoCompSelect(*args, **kwargs) + + def AutoCompSetCancelAtStart(*args, **kwargs): + """AutoCompSetCancelAtStart(bool cancel)""" + return _stc.StyledTextCtrl_AutoCompSetCancelAtStart(*args, **kwargs) + + def AutoCompGetCancelAtStart(*args, **kwargs): + """AutoCompGetCancelAtStart() -> bool""" + return _stc.StyledTextCtrl_AutoCompGetCancelAtStart(*args, **kwargs) + + def AutoCompSetFillUps(*args, **kwargs): + """AutoCompSetFillUps(String characterSet)""" + return _stc.StyledTextCtrl_AutoCompSetFillUps(*args, **kwargs) + + def AutoCompSetChooseSingle(*args, **kwargs): + """AutoCompSetChooseSingle(bool chooseSingle)""" + return _stc.StyledTextCtrl_AutoCompSetChooseSingle(*args, **kwargs) + + def AutoCompGetChooseSingle(*args, **kwargs): + """AutoCompGetChooseSingle() -> bool""" + return _stc.StyledTextCtrl_AutoCompGetChooseSingle(*args, **kwargs) + + def AutoCompSetIgnoreCase(*args, **kwargs): + """AutoCompSetIgnoreCase(bool ignoreCase)""" + return _stc.StyledTextCtrl_AutoCompSetIgnoreCase(*args, **kwargs) + + def AutoCompGetIgnoreCase(*args, **kwargs): + """AutoCompGetIgnoreCase() -> bool""" + return _stc.StyledTextCtrl_AutoCompGetIgnoreCase(*args, **kwargs) + + def UserListShow(*args, **kwargs): + """UserListShow(int listType, String itemList)""" + return _stc.StyledTextCtrl_UserListShow(*args, **kwargs) + + def AutoCompSetAutoHide(*args, **kwargs): + """AutoCompSetAutoHide(bool autoHide)""" + return _stc.StyledTextCtrl_AutoCompSetAutoHide(*args, **kwargs) + + def AutoCompGetAutoHide(*args, **kwargs): + """AutoCompGetAutoHide() -> bool""" + return _stc.StyledTextCtrl_AutoCompGetAutoHide(*args, **kwargs) + + def AutoCompSetDropRestOfWord(*args, **kwargs): + """AutoCompSetDropRestOfWord(bool dropRestOfWord)""" + return _stc.StyledTextCtrl_AutoCompSetDropRestOfWord(*args, **kwargs) + + def AutoCompGetDropRestOfWord(*args, **kwargs): + """AutoCompGetDropRestOfWord() -> bool""" + return _stc.StyledTextCtrl_AutoCompGetDropRestOfWord(*args, **kwargs) + + def RegisterImage(*args, **kwargs): + """RegisterImage(int type, Bitmap bmp)""" + return _stc.StyledTextCtrl_RegisterImage(*args, **kwargs) + + def ClearRegisteredImages(*args, **kwargs): + """ClearRegisteredImages()""" + return _stc.StyledTextCtrl_ClearRegisteredImages(*args, **kwargs) + + def AutoCompGetTypeSeparator(*args, **kwargs): + """AutoCompGetTypeSeparator() -> int""" + return _stc.StyledTextCtrl_AutoCompGetTypeSeparator(*args, **kwargs) + + def AutoCompSetTypeSeparator(*args, **kwargs): + """AutoCompSetTypeSeparator(int separatorCharacter)""" + return _stc.StyledTextCtrl_AutoCompSetTypeSeparator(*args, **kwargs) + + def SetIndent(*args, **kwargs): + """SetIndent(int indentSize)""" + return _stc.StyledTextCtrl_SetIndent(*args, **kwargs) + + def GetIndent(*args, **kwargs): + """GetIndent() -> int""" + return _stc.StyledTextCtrl_GetIndent(*args, **kwargs) + + def SetUseTabs(*args, **kwargs): + """SetUseTabs(bool useTabs)""" + return _stc.StyledTextCtrl_SetUseTabs(*args, **kwargs) + + def GetUseTabs(*args, **kwargs): + """GetUseTabs() -> bool""" + return _stc.StyledTextCtrl_GetUseTabs(*args, **kwargs) + + def SetLineIndentation(*args, **kwargs): + """SetLineIndentation(int line, int indentSize)""" + return _stc.StyledTextCtrl_SetLineIndentation(*args, **kwargs) + + def GetLineIndentation(*args, **kwargs): + """GetLineIndentation(int line) -> int""" + return _stc.StyledTextCtrl_GetLineIndentation(*args, **kwargs) + + def GetLineIndentPosition(*args, **kwargs): + """GetLineIndentPosition(int line) -> int""" + return _stc.StyledTextCtrl_GetLineIndentPosition(*args, **kwargs) + + def GetColumn(*args, **kwargs): + """GetColumn(int pos) -> int""" + return _stc.StyledTextCtrl_GetColumn(*args, **kwargs) + + def SetUseHorizontalScrollBar(*args, **kwargs): + """SetUseHorizontalScrollBar(bool show)""" + return _stc.StyledTextCtrl_SetUseHorizontalScrollBar(*args, **kwargs) + + def GetUseHorizontalScrollBar(*args, **kwargs): + """GetUseHorizontalScrollBar() -> bool""" + return _stc.StyledTextCtrl_GetUseHorizontalScrollBar(*args, **kwargs) + + def SetIndentationGuides(*args, **kwargs): + """SetIndentationGuides(bool show)""" + return _stc.StyledTextCtrl_SetIndentationGuides(*args, **kwargs) + + def GetIndentationGuides(*args, **kwargs): + """GetIndentationGuides() -> bool""" + return _stc.StyledTextCtrl_GetIndentationGuides(*args, **kwargs) + + def SetHighlightGuide(*args, **kwargs): + """SetHighlightGuide(int column)""" + return _stc.StyledTextCtrl_SetHighlightGuide(*args, **kwargs) + + def GetHighlightGuide(*args, **kwargs): + """GetHighlightGuide() -> int""" + return _stc.StyledTextCtrl_GetHighlightGuide(*args, **kwargs) + + def GetLineEndPosition(*args, **kwargs): + """GetLineEndPosition(int line) -> int""" + return _stc.StyledTextCtrl_GetLineEndPosition(*args, **kwargs) + + def GetCodePage(*args, **kwargs): + """GetCodePage() -> int""" + return _stc.StyledTextCtrl_GetCodePage(*args, **kwargs) + + def GetCaretForeground(*args, **kwargs): + """GetCaretForeground() -> Colour""" + return _stc.StyledTextCtrl_GetCaretForeground(*args, **kwargs) + + def GetReadOnly(*args, **kwargs): + """GetReadOnly() -> bool""" + return _stc.StyledTextCtrl_GetReadOnly(*args, **kwargs) + + def SetCurrentPos(*args, **kwargs): + """SetCurrentPos(int pos)""" + return _stc.StyledTextCtrl_SetCurrentPos(*args, **kwargs) + + def SetSelectionStart(*args, **kwargs): + """SetSelectionStart(int pos)""" + return _stc.StyledTextCtrl_SetSelectionStart(*args, **kwargs) + + def GetSelectionStart(*args, **kwargs): + """GetSelectionStart() -> int""" + return _stc.StyledTextCtrl_GetSelectionStart(*args, **kwargs) + + def SetSelectionEnd(*args, **kwargs): + """SetSelectionEnd(int pos)""" + return _stc.StyledTextCtrl_SetSelectionEnd(*args, **kwargs) + + def GetSelectionEnd(*args, **kwargs): + """GetSelectionEnd() -> int""" + return _stc.StyledTextCtrl_GetSelectionEnd(*args, **kwargs) + + def SetPrintMagnification(*args, **kwargs): + """SetPrintMagnification(int magnification)""" + return _stc.StyledTextCtrl_SetPrintMagnification(*args, **kwargs) + + def GetPrintMagnification(*args, **kwargs): + """GetPrintMagnification() -> int""" + return _stc.StyledTextCtrl_GetPrintMagnification(*args, **kwargs) + + def SetPrintColourMode(*args, **kwargs): + """SetPrintColourMode(int mode)""" + return _stc.StyledTextCtrl_SetPrintColourMode(*args, **kwargs) + + def GetPrintColourMode(*args, **kwargs): + """GetPrintColourMode() -> int""" + return _stc.StyledTextCtrl_GetPrintColourMode(*args, **kwargs) + + def FindText(*args, **kwargs): + """FindText(int minPos, int maxPos, String text, int flags=0) -> int""" + return _stc.StyledTextCtrl_FindText(*args, **kwargs) + + def FormatRange(*args, **kwargs): + """ + FormatRange(bool doDraw, int startPos, int endPos, DC draw, DC target, + Rect renderRect, Rect pageRect) -> int + """ + return _stc.StyledTextCtrl_FormatRange(*args, **kwargs) + + def GetFirstVisibleLine(*args, **kwargs): + """GetFirstVisibleLine() -> int""" + return _stc.StyledTextCtrl_GetFirstVisibleLine(*args, **kwargs) + + def GetLine(*args, **kwargs): + """GetLine(int line) -> String""" + return _stc.StyledTextCtrl_GetLine(*args, **kwargs) + + def GetLineCount(*args, **kwargs): + """GetLineCount() -> int""" + return _stc.StyledTextCtrl_GetLineCount(*args, **kwargs) + + def SetMarginLeft(*args, **kwargs): + """SetMarginLeft(int pixelWidth)""" + return _stc.StyledTextCtrl_SetMarginLeft(*args, **kwargs) + + def GetMarginLeft(*args, **kwargs): + """GetMarginLeft() -> int""" + return _stc.StyledTextCtrl_GetMarginLeft(*args, **kwargs) + + def SetMarginRight(*args, **kwargs): + """SetMarginRight(int pixelWidth)""" + return _stc.StyledTextCtrl_SetMarginRight(*args, **kwargs) + + def GetMarginRight(*args, **kwargs): + """GetMarginRight() -> int""" + return _stc.StyledTextCtrl_GetMarginRight(*args, **kwargs) + + def GetModify(*args, **kwargs): + """GetModify() -> bool""" + return _stc.StyledTextCtrl_GetModify(*args, **kwargs) + + def SetSelection(*args, **kwargs): + """SetSelection(int start, int end)""" + return _stc.StyledTextCtrl_SetSelection(*args, **kwargs) + + def GetSelectedText(*args, **kwargs): + """GetSelectedText() -> String""" + return _stc.StyledTextCtrl_GetSelectedText(*args, **kwargs) + + def GetTextRange(*args, **kwargs): + """GetTextRange(int startPos, int endPos) -> String""" + return _stc.StyledTextCtrl_GetTextRange(*args, **kwargs) + + def HideSelection(*args, **kwargs): + """HideSelection(bool normal)""" + return _stc.StyledTextCtrl_HideSelection(*args, **kwargs) + + def LineFromPosition(*args, **kwargs): + """LineFromPosition(int pos) -> int""" + return _stc.StyledTextCtrl_LineFromPosition(*args, **kwargs) + + def PositionFromLine(*args, **kwargs): + """PositionFromLine(int line) -> int""" + return _stc.StyledTextCtrl_PositionFromLine(*args, **kwargs) + + def LineScroll(*args, **kwargs): + """LineScroll(int columns, int lines)""" + return _stc.StyledTextCtrl_LineScroll(*args, **kwargs) + + def EnsureCaretVisible(*args, **kwargs): + """EnsureCaretVisible()""" + return _stc.StyledTextCtrl_EnsureCaretVisible(*args, **kwargs) + + def ReplaceSelection(*args, **kwargs): + """ReplaceSelection(String text)""" + return _stc.StyledTextCtrl_ReplaceSelection(*args, **kwargs) + + def SetReadOnly(*args, **kwargs): + """SetReadOnly(bool readOnly)""" + return _stc.StyledTextCtrl_SetReadOnly(*args, **kwargs) + + def CanPaste(*args, **kwargs): + """CanPaste() -> bool""" + return _stc.StyledTextCtrl_CanPaste(*args, **kwargs) + + def CanUndo(*args, **kwargs): + """CanUndo() -> bool""" + return _stc.StyledTextCtrl_CanUndo(*args, **kwargs) + + def EmptyUndoBuffer(*args, **kwargs): + """EmptyUndoBuffer()""" + return _stc.StyledTextCtrl_EmptyUndoBuffer(*args, **kwargs) + + def Undo(*args, **kwargs): + """Undo()""" + return _stc.StyledTextCtrl_Undo(*args, **kwargs) + + def Cut(*args, **kwargs): + """Cut()""" + return _stc.StyledTextCtrl_Cut(*args, **kwargs) + + def Copy(*args, **kwargs): + """Copy()""" + return _stc.StyledTextCtrl_Copy(*args, **kwargs) + + def Paste(*args, **kwargs): + """Paste()""" + return _stc.StyledTextCtrl_Paste(*args, **kwargs) + + def Clear(*args, **kwargs): + """Clear()""" + return _stc.StyledTextCtrl_Clear(*args, **kwargs) + + def SetText(*args, **kwargs): + """SetText(String text)""" + return _stc.StyledTextCtrl_SetText(*args, **kwargs) + + def GetText(*args, **kwargs): + """GetText() -> String""" + return _stc.StyledTextCtrl_GetText(*args, **kwargs) + + def GetTextLength(*args, **kwargs): + """GetTextLength() -> int""" + return _stc.StyledTextCtrl_GetTextLength(*args, **kwargs) + + def SetOvertype(*args, **kwargs): + """SetOvertype(bool overtype)""" + return _stc.StyledTextCtrl_SetOvertype(*args, **kwargs) + + def GetOvertype(*args, **kwargs): + """GetOvertype() -> bool""" + return _stc.StyledTextCtrl_GetOvertype(*args, **kwargs) + + def SetCaretWidth(*args, **kwargs): + """SetCaretWidth(int pixelWidth)""" + return _stc.StyledTextCtrl_SetCaretWidth(*args, **kwargs) + + def GetCaretWidth(*args, **kwargs): + """GetCaretWidth() -> int""" + return _stc.StyledTextCtrl_GetCaretWidth(*args, **kwargs) + + def SetTargetStart(*args, **kwargs): + """SetTargetStart(int pos)""" + return _stc.StyledTextCtrl_SetTargetStart(*args, **kwargs) + + def GetTargetStart(*args, **kwargs): + """GetTargetStart() -> int""" + return _stc.StyledTextCtrl_GetTargetStart(*args, **kwargs) + + def SetTargetEnd(*args, **kwargs): + """SetTargetEnd(int pos)""" + return _stc.StyledTextCtrl_SetTargetEnd(*args, **kwargs) + + def GetTargetEnd(*args, **kwargs): + """GetTargetEnd() -> int""" + return _stc.StyledTextCtrl_GetTargetEnd(*args, **kwargs) + + def ReplaceTarget(*args, **kwargs): + """ReplaceTarget(String text) -> int""" + return _stc.StyledTextCtrl_ReplaceTarget(*args, **kwargs) + + def ReplaceTargetRE(*args, **kwargs): + """ReplaceTargetRE(String text) -> int""" + return _stc.StyledTextCtrl_ReplaceTargetRE(*args, **kwargs) + + def SearchInTarget(*args, **kwargs): + """SearchInTarget(String text) -> int""" + return _stc.StyledTextCtrl_SearchInTarget(*args, **kwargs) + + def SetSearchFlags(*args, **kwargs): + """SetSearchFlags(int flags)""" + return _stc.StyledTextCtrl_SetSearchFlags(*args, **kwargs) + + def GetSearchFlags(*args, **kwargs): + """GetSearchFlags() -> int""" + return _stc.StyledTextCtrl_GetSearchFlags(*args, **kwargs) + + def CallTipShow(*args, **kwargs): + """CallTipShow(int pos, String definition)""" + return _stc.StyledTextCtrl_CallTipShow(*args, **kwargs) + + def CallTipCancel(*args, **kwargs): + """CallTipCancel()""" + return _stc.StyledTextCtrl_CallTipCancel(*args, **kwargs) + + def CallTipActive(*args, **kwargs): + """CallTipActive() -> bool""" + return _stc.StyledTextCtrl_CallTipActive(*args, **kwargs) + + def CallTipPosAtStart(*args, **kwargs): + """CallTipPosAtStart() -> int""" + return _stc.StyledTextCtrl_CallTipPosAtStart(*args, **kwargs) + + def CallTipSetHighlight(*args, **kwargs): + """CallTipSetHighlight(int start, int end)""" + return _stc.StyledTextCtrl_CallTipSetHighlight(*args, **kwargs) + + def CallTipSetBackground(*args, **kwargs): + """CallTipSetBackground(Colour back)""" + return _stc.StyledTextCtrl_CallTipSetBackground(*args, **kwargs) + + def CallTipSetForeground(*args, **kwargs): + """CallTipSetForeground(Colour fore)""" + return _stc.StyledTextCtrl_CallTipSetForeground(*args, **kwargs) + + def CallTipSetForegroundHighlight(*args, **kwargs): + """CallTipSetForegroundHighlight(Colour fore)""" + return _stc.StyledTextCtrl_CallTipSetForegroundHighlight(*args, **kwargs) + + def VisibleFromDocLine(*args, **kwargs): + """VisibleFromDocLine(int line) -> int""" + return _stc.StyledTextCtrl_VisibleFromDocLine(*args, **kwargs) + + def DocLineFromVisible(*args, **kwargs): + """DocLineFromVisible(int lineDisplay) -> int""" + return _stc.StyledTextCtrl_DocLineFromVisible(*args, **kwargs) + + def SetFoldLevel(*args, **kwargs): + """SetFoldLevel(int line, int level)""" + return _stc.StyledTextCtrl_SetFoldLevel(*args, **kwargs) + + def GetFoldLevel(*args, **kwargs): + """GetFoldLevel(int line) -> int""" + return _stc.StyledTextCtrl_GetFoldLevel(*args, **kwargs) + + def GetLastChild(*args, **kwargs): + """GetLastChild(int line, int level) -> int""" + return _stc.StyledTextCtrl_GetLastChild(*args, **kwargs) + + def GetFoldParent(*args, **kwargs): + """GetFoldParent(int line) -> int""" + return _stc.StyledTextCtrl_GetFoldParent(*args, **kwargs) + + def ShowLines(*args, **kwargs): + """ShowLines(int lineStart, int lineEnd)""" + return _stc.StyledTextCtrl_ShowLines(*args, **kwargs) + + def HideLines(*args, **kwargs): + """HideLines(int lineStart, int lineEnd)""" + return _stc.StyledTextCtrl_HideLines(*args, **kwargs) + + def GetLineVisible(*args, **kwargs): + """GetLineVisible(int line) -> bool""" + return _stc.StyledTextCtrl_GetLineVisible(*args, **kwargs) + + def SetFoldExpanded(*args, **kwargs): + """SetFoldExpanded(int line, bool expanded)""" + return _stc.StyledTextCtrl_SetFoldExpanded(*args, **kwargs) + + def GetFoldExpanded(*args, **kwargs): + """GetFoldExpanded(int line) -> bool""" + return _stc.StyledTextCtrl_GetFoldExpanded(*args, **kwargs) + + def ToggleFold(*args, **kwargs): + """ToggleFold(int line)""" + return _stc.StyledTextCtrl_ToggleFold(*args, **kwargs) + + def EnsureVisible(*args, **kwargs): + """EnsureVisible(int line)""" + return _stc.StyledTextCtrl_EnsureVisible(*args, **kwargs) + + def SetFoldFlags(*args, **kwargs): + """SetFoldFlags(int flags)""" + return _stc.StyledTextCtrl_SetFoldFlags(*args, **kwargs) + + def EnsureVisibleEnforcePolicy(*args, **kwargs): + """EnsureVisibleEnforcePolicy(int line)""" + return _stc.StyledTextCtrl_EnsureVisibleEnforcePolicy(*args, **kwargs) + + def SetTabIndents(*args, **kwargs): + """SetTabIndents(bool tabIndents)""" + return _stc.StyledTextCtrl_SetTabIndents(*args, **kwargs) + + def GetTabIndents(*args, **kwargs): + """GetTabIndents() -> bool""" + return _stc.StyledTextCtrl_GetTabIndents(*args, **kwargs) + + def SetBackSpaceUnIndents(*args, **kwargs): + """SetBackSpaceUnIndents(bool bsUnIndents)""" + return _stc.StyledTextCtrl_SetBackSpaceUnIndents(*args, **kwargs) + + def GetBackSpaceUnIndents(*args, **kwargs): + """GetBackSpaceUnIndents() -> bool""" + return _stc.StyledTextCtrl_GetBackSpaceUnIndents(*args, **kwargs) + + def SetMouseDwellTime(*args, **kwargs): + """SetMouseDwellTime(int periodMilliseconds)""" + return _stc.StyledTextCtrl_SetMouseDwellTime(*args, **kwargs) + + def GetMouseDwellTime(*args, **kwargs): + """GetMouseDwellTime() -> int""" + return _stc.StyledTextCtrl_GetMouseDwellTime(*args, **kwargs) + + def WordStartPosition(*args, **kwargs): + """WordStartPosition(int pos, bool onlyWordCharacters) -> int""" + return _stc.StyledTextCtrl_WordStartPosition(*args, **kwargs) + + def WordEndPosition(*args, **kwargs): + """WordEndPosition(int pos, bool onlyWordCharacters) -> int""" + return _stc.StyledTextCtrl_WordEndPosition(*args, **kwargs) + + def SetWrapMode(*args, **kwargs): + """SetWrapMode(int mode)""" + return _stc.StyledTextCtrl_SetWrapMode(*args, **kwargs) + + def GetWrapMode(*args, **kwargs): + """GetWrapMode() -> int""" + return _stc.StyledTextCtrl_GetWrapMode(*args, **kwargs) + + def SetLayoutCache(*args, **kwargs): + """SetLayoutCache(int mode)""" + return _stc.StyledTextCtrl_SetLayoutCache(*args, **kwargs) + + def GetLayoutCache(*args, **kwargs): + """GetLayoutCache() -> int""" + return _stc.StyledTextCtrl_GetLayoutCache(*args, **kwargs) + + def SetScrollWidth(*args, **kwargs): + """SetScrollWidth(int pixelWidth)""" + return _stc.StyledTextCtrl_SetScrollWidth(*args, **kwargs) + + def GetScrollWidth(*args, **kwargs): + """GetScrollWidth() -> int""" + return _stc.StyledTextCtrl_GetScrollWidth(*args, **kwargs) + + def TextWidth(*args, **kwargs): + """TextWidth(int style, String text) -> int""" + return _stc.StyledTextCtrl_TextWidth(*args, **kwargs) + + def SetEndAtLastLine(*args, **kwargs): + """SetEndAtLastLine(bool endAtLastLine)""" + return _stc.StyledTextCtrl_SetEndAtLastLine(*args, **kwargs) + + def GetEndAtLastLine(*args, **kwargs): + """GetEndAtLastLine() -> int""" + return _stc.StyledTextCtrl_GetEndAtLastLine(*args, **kwargs) + + def TextHeight(*args, **kwargs): + """TextHeight(int line) -> int""" + return _stc.StyledTextCtrl_TextHeight(*args, **kwargs) + + def SetUseVerticalScrollBar(*args, **kwargs): + """SetUseVerticalScrollBar(bool show)""" + return _stc.StyledTextCtrl_SetUseVerticalScrollBar(*args, **kwargs) + + def GetUseVerticalScrollBar(*args, **kwargs): + """GetUseVerticalScrollBar() -> bool""" + return _stc.StyledTextCtrl_GetUseVerticalScrollBar(*args, **kwargs) + + def AppendText(*args, **kwargs): + """AppendText(int length, String text)""" + return _stc.StyledTextCtrl_AppendText(*args, **kwargs) + + def GetTwoPhaseDraw(*args, **kwargs): + """GetTwoPhaseDraw() -> bool""" + return _stc.StyledTextCtrl_GetTwoPhaseDraw(*args, **kwargs) + + def SetTwoPhaseDraw(*args, **kwargs): + """SetTwoPhaseDraw(bool twoPhase)""" + return _stc.StyledTextCtrl_SetTwoPhaseDraw(*args, **kwargs) + + def TargetFromSelection(*args, **kwargs): + """TargetFromSelection()""" + return _stc.StyledTextCtrl_TargetFromSelection(*args, **kwargs) + + def LinesJoin(*args, **kwargs): + """LinesJoin()""" + return _stc.StyledTextCtrl_LinesJoin(*args, **kwargs) + + def LinesSplit(*args, **kwargs): + """LinesSplit(int pixelWidth)""" + return _stc.StyledTextCtrl_LinesSplit(*args, **kwargs) + + def SetFoldMarginColour(*args, **kwargs): + """SetFoldMarginColour(bool useSetting, Colour back)""" + return _stc.StyledTextCtrl_SetFoldMarginColour(*args, **kwargs) + + def SetFoldMarginHiColour(*args, **kwargs): + """SetFoldMarginHiColour(bool useSetting, Colour fore)""" + return _stc.StyledTextCtrl_SetFoldMarginHiColour(*args, **kwargs) + + def LineDown(*args, **kwargs): + """ + LineDown() + + This is just a wrapper for ScrollLines(1). + """ + return _stc.StyledTextCtrl_LineDown(*args, **kwargs) + + def LineDownExtend(*args, **kwargs): + """LineDownExtend()""" + return _stc.StyledTextCtrl_LineDownExtend(*args, **kwargs) + + def LineUp(*args, **kwargs): + """ + LineUp() + + This is just a wrapper for ScrollLines(-1). + """ + return _stc.StyledTextCtrl_LineUp(*args, **kwargs) + + def LineUpExtend(*args, **kwargs): + """LineUpExtend()""" + return _stc.StyledTextCtrl_LineUpExtend(*args, **kwargs) + + def CharLeft(*args, **kwargs): + """CharLeft()""" + return _stc.StyledTextCtrl_CharLeft(*args, **kwargs) + + def CharLeftExtend(*args, **kwargs): + """CharLeftExtend()""" + return _stc.StyledTextCtrl_CharLeftExtend(*args, **kwargs) + + def CharRight(*args, **kwargs): + """CharRight()""" + return _stc.StyledTextCtrl_CharRight(*args, **kwargs) + + def CharRightExtend(*args, **kwargs): + """CharRightExtend()""" + return _stc.StyledTextCtrl_CharRightExtend(*args, **kwargs) + + def WordLeft(*args, **kwargs): + """WordLeft()""" + return _stc.StyledTextCtrl_WordLeft(*args, **kwargs) + + def WordLeftExtend(*args, **kwargs): + """WordLeftExtend()""" + return _stc.StyledTextCtrl_WordLeftExtend(*args, **kwargs) + + def WordRight(*args, **kwargs): + """WordRight()""" + return _stc.StyledTextCtrl_WordRight(*args, **kwargs) + + def WordRightExtend(*args, **kwargs): + """WordRightExtend()""" + return _stc.StyledTextCtrl_WordRightExtend(*args, **kwargs) + + def Home(*args, **kwargs): + """Home()""" + return _stc.StyledTextCtrl_Home(*args, **kwargs) + + def HomeExtend(*args, **kwargs): + """HomeExtend()""" + return _stc.StyledTextCtrl_HomeExtend(*args, **kwargs) + + def LineEnd(*args, **kwargs): + """LineEnd()""" + return _stc.StyledTextCtrl_LineEnd(*args, **kwargs) + + def LineEndExtend(*args, **kwargs): + """LineEndExtend()""" + return _stc.StyledTextCtrl_LineEndExtend(*args, **kwargs) + + def DocumentStart(*args, **kwargs): + """DocumentStart()""" + return _stc.StyledTextCtrl_DocumentStart(*args, **kwargs) + + def DocumentStartExtend(*args, **kwargs): + """DocumentStartExtend()""" + return _stc.StyledTextCtrl_DocumentStartExtend(*args, **kwargs) + + def DocumentEnd(*args, **kwargs): + """DocumentEnd()""" + return _stc.StyledTextCtrl_DocumentEnd(*args, **kwargs) + + def DocumentEndExtend(*args, **kwargs): + """DocumentEndExtend()""" + return _stc.StyledTextCtrl_DocumentEndExtend(*args, **kwargs) + + def PageUp(*args, **kwargs): + """ + PageUp() + + This is just a wrapper for ScrollPages(-1). + """ + return _stc.StyledTextCtrl_PageUp(*args, **kwargs) + + def PageUpExtend(*args, **kwargs): + """PageUpExtend()""" + return _stc.StyledTextCtrl_PageUpExtend(*args, **kwargs) + + def PageDown(*args, **kwargs): + """ + PageDown() + + This is just a wrapper for ScrollPages(1). + """ + return _stc.StyledTextCtrl_PageDown(*args, **kwargs) + + def PageDownExtend(*args, **kwargs): + """PageDownExtend()""" + return _stc.StyledTextCtrl_PageDownExtend(*args, **kwargs) + + def EditToggleOvertype(*args, **kwargs): + """EditToggleOvertype()""" + return _stc.StyledTextCtrl_EditToggleOvertype(*args, **kwargs) + + def Cancel(*args, **kwargs): + """Cancel()""" + return _stc.StyledTextCtrl_Cancel(*args, **kwargs) + + def DeleteBack(*args, **kwargs): + """DeleteBack()""" + return _stc.StyledTextCtrl_DeleteBack(*args, **kwargs) + + def Tab(*args, **kwargs): + """Tab()""" + return _stc.StyledTextCtrl_Tab(*args, **kwargs) + + def BackTab(*args, **kwargs): + """BackTab()""" + return _stc.StyledTextCtrl_BackTab(*args, **kwargs) + + def NewLine(*args, **kwargs): + """NewLine()""" + return _stc.StyledTextCtrl_NewLine(*args, **kwargs) + + def FormFeed(*args, **kwargs): + """FormFeed()""" + return _stc.StyledTextCtrl_FormFeed(*args, **kwargs) + + def VCHome(*args, **kwargs): + """VCHome()""" + return _stc.StyledTextCtrl_VCHome(*args, **kwargs) + + def VCHomeExtend(*args, **kwargs): + """VCHomeExtend()""" + return _stc.StyledTextCtrl_VCHomeExtend(*args, **kwargs) + + def ZoomIn(*args, **kwargs): + """ZoomIn()""" + return _stc.StyledTextCtrl_ZoomIn(*args, **kwargs) + + def ZoomOut(*args, **kwargs): + """ZoomOut()""" + return _stc.StyledTextCtrl_ZoomOut(*args, **kwargs) + + def DelWordLeft(*args, **kwargs): + """DelWordLeft()""" + return _stc.StyledTextCtrl_DelWordLeft(*args, **kwargs) + + def DelWordRight(*args, **kwargs): + """DelWordRight()""" + return _stc.StyledTextCtrl_DelWordRight(*args, **kwargs) + + def LineCut(*args, **kwargs): + """LineCut()""" + return _stc.StyledTextCtrl_LineCut(*args, **kwargs) + + def LineDelete(*args, **kwargs): + """LineDelete()""" + return _stc.StyledTextCtrl_LineDelete(*args, **kwargs) + + def LineTranspose(*args, **kwargs): + """LineTranspose()""" + return _stc.StyledTextCtrl_LineTranspose(*args, **kwargs) + + def LineDuplicate(*args, **kwargs): + """LineDuplicate()""" + return _stc.StyledTextCtrl_LineDuplicate(*args, **kwargs) + + def LowerCase(*args, **kwargs): + """LowerCase()""" + return _stc.StyledTextCtrl_LowerCase(*args, **kwargs) + + def UpperCase(*args, **kwargs): + """UpperCase()""" + return _stc.StyledTextCtrl_UpperCase(*args, **kwargs) + + def LineScrollDown(*args, **kwargs): + """LineScrollDown()""" + return _stc.StyledTextCtrl_LineScrollDown(*args, **kwargs) + + def LineScrollUp(*args, **kwargs): + """LineScrollUp()""" + return _stc.StyledTextCtrl_LineScrollUp(*args, **kwargs) + + def DeleteBackNotLine(*args, **kwargs): + """DeleteBackNotLine()""" + return _stc.StyledTextCtrl_DeleteBackNotLine(*args, **kwargs) + + def HomeDisplay(*args, **kwargs): + """HomeDisplay()""" + return _stc.StyledTextCtrl_HomeDisplay(*args, **kwargs) + + def HomeDisplayExtend(*args, **kwargs): + """HomeDisplayExtend()""" + return _stc.StyledTextCtrl_HomeDisplayExtend(*args, **kwargs) + + def LineEndDisplay(*args, **kwargs): + """LineEndDisplay()""" + return _stc.StyledTextCtrl_LineEndDisplay(*args, **kwargs) + + def LineEndDisplayExtend(*args, **kwargs): + """LineEndDisplayExtend()""" + return _stc.StyledTextCtrl_LineEndDisplayExtend(*args, **kwargs) + + def HomeWrap(*args, **kwargs): + """HomeWrap()""" + return _stc.StyledTextCtrl_HomeWrap(*args, **kwargs) + + def HomeWrapExtend(*args, **kwargs): + """HomeWrapExtend()""" + return _stc.StyledTextCtrl_HomeWrapExtend(*args, **kwargs) + + def LineEndWrap(*args, **kwargs): + """LineEndWrap()""" + return _stc.StyledTextCtrl_LineEndWrap(*args, **kwargs) + + def LineEndWrapExtend(*args, **kwargs): + """LineEndWrapExtend()""" + return _stc.StyledTextCtrl_LineEndWrapExtend(*args, **kwargs) + + def VCHomeWrap(*args, **kwargs): + """VCHomeWrap()""" + return _stc.StyledTextCtrl_VCHomeWrap(*args, **kwargs) + + def VCHomeWrapExtend(*args, **kwargs): + """VCHomeWrapExtend()""" + return _stc.StyledTextCtrl_VCHomeWrapExtend(*args, **kwargs) + + def LineCopy(*args, **kwargs): + """LineCopy()""" + return _stc.StyledTextCtrl_LineCopy(*args, **kwargs) + + def MoveCaretInsideView(*args, **kwargs): + """MoveCaretInsideView()""" + return _stc.StyledTextCtrl_MoveCaretInsideView(*args, **kwargs) + + def LineLength(*args, **kwargs): + """LineLength(int line) -> int""" + return _stc.StyledTextCtrl_LineLength(*args, **kwargs) + + def BraceHighlight(*args, **kwargs): + """BraceHighlight(int pos1, int pos2)""" + return _stc.StyledTextCtrl_BraceHighlight(*args, **kwargs) + + def BraceBadLight(*args, **kwargs): + """BraceBadLight(int pos)""" + return _stc.StyledTextCtrl_BraceBadLight(*args, **kwargs) + + def BraceMatch(*args, **kwargs): + """BraceMatch(int pos) -> int""" + return _stc.StyledTextCtrl_BraceMatch(*args, **kwargs) + + def GetViewEOL(*args, **kwargs): + """GetViewEOL() -> bool""" + return _stc.StyledTextCtrl_GetViewEOL(*args, **kwargs) + + def SetViewEOL(*args, **kwargs): + """SetViewEOL(bool visible)""" + return _stc.StyledTextCtrl_SetViewEOL(*args, **kwargs) + + def GetDocPointer(*args, **kwargs): + """GetDocPointer() -> void""" + return _stc.StyledTextCtrl_GetDocPointer(*args, **kwargs) + + def SetDocPointer(*args, **kwargs): + """SetDocPointer(void docPointer)""" + return _stc.StyledTextCtrl_SetDocPointer(*args, **kwargs) + + def SetModEventMask(*args, **kwargs): + """SetModEventMask(int mask)""" + return _stc.StyledTextCtrl_SetModEventMask(*args, **kwargs) + + def GetEdgeColumn(*args, **kwargs): + """GetEdgeColumn() -> int""" + return _stc.StyledTextCtrl_GetEdgeColumn(*args, **kwargs) + + def SetEdgeColumn(*args, **kwargs): + """SetEdgeColumn(int column)""" + return _stc.StyledTextCtrl_SetEdgeColumn(*args, **kwargs) + + def GetEdgeMode(*args, **kwargs): + """GetEdgeMode() -> int""" + return _stc.StyledTextCtrl_GetEdgeMode(*args, **kwargs) + + def SetEdgeMode(*args, **kwargs): + """SetEdgeMode(int mode)""" + return _stc.StyledTextCtrl_SetEdgeMode(*args, **kwargs) + + def GetEdgeColour(*args, **kwargs): + """GetEdgeColour() -> Colour""" + return _stc.StyledTextCtrl_GetEdgeColour(*args, **kwargs) + + def SetEdgeColour(*args, **kwargs): + """SetEdgeColour(Colour edgeColour)""" + return _stc.StyledTextCtrl_SetEdgeColour(*args, **kwargs) + + def SearchAnchor(*args, **kwargs): + """SearchAnchor()""" + return _stc.StyledTextCtrl_SearchAnchor(*args, **kwargs) + + def SearchNext(*args, **kwargs): + """SearchNext(int flags, String text) -> int""" + return _stc.StyledTextCtrl_SearchNext(*args, **kwargs) + + def SearchPrev(*args, **kwargs): + """SearchPrev(int flags, String text) -> int""" + return _stc.StyledTextCtrl_SearchPrev(*args, **kwargs) + + def LinesOnScreen(*args, **kwargs): + """LinesOnScreen() -> int""" + return _stc.StyledTextCtrl_LinesOnScreen(*args, **kwargs) + + def UsePopUp(*args, **kwargs): + """UsePopUp(bool allowPopUp)""" + return _stc.StyledTextCtrl_UsePopUp(*args, **kwargs) + + def SelectionIsRectangle(*args, **kwargs): + """SelectionIsRectangle() -> bool""" + return _stc.StyledTextCtrl_SelectionIsRectangle(*args, **kwargs) + + def SetZoom(*args, **kwargs): + """SetZoom(int zoom)""" + return _stc.StyledTextCtrl_SetZoom(*args, **kwargs) + + def GetZoom(*args, **kwargs): + """GetZoom() -> int""" + return _stc.StyledTextCtrl_GetZoom(*args, **kwargs) + + def CreateDocument(*args, **kwargs): + """CreateDocument() -> void""" + return _stc.StyledTextCtrl_CreateDocument(*args, **kwargs) + + def AddRefDocument(*args, **kwargs): + """AddRefDocument(void docPointer)""" + return _stc.StyledTextCtrl_AddRefDocument(*args, **kwargs) + + def ReleaseDocument(*args, **kwargs): + """ReleaseDocument(void docPointer)""" + return _stc.StyledTextCtrl_ReleaseDocument(*args, **kwargs) + + def GetModEventMask(*args, **kwargs): + """GetModEventMask() -> int""" + return _stc.StyledTextCtrl_GetModEventMask(*args, **kwargs) + + def SetSTCFocus(*args, **kwargs): + """SetSTCFocus(bool focus)""" + return _stc.StyledTextCtrl_SetSTCFocus(*args, **kwargs) + + def GetSTCFocus(*args, **kwargs): + """GetSTCFocus() -> bool""" + return _stc.StyledTextCtrl_GetSTCFocus(*args, **kwargs) + + def SetStatus(*args, **kwargs): + """SetStatus(int statusCode)""" + return _stc.StyledTextCtrl_SetStatus(*args, **kwargs) + + def GetStatus(*args, **kwargs): + """GetStatus() -> int""" + return _stc.StyledTextCtrl_GetStatus(*args, **kwargs) + + def SetMouseDownCaptures(*args, **kwargs): + """SetMouseDownCaptures(bool captures)""" + return _stc.StyledTextCtrl_SetMouseDownCaptures(*args, **kwargs) + + def GetMouseDownCaptures(*args, **kwargs): + """GetMouseDownCaptures() -> bool""" + return _stc.StyledTextCtrl_GetMouseDownCaptures(*args, **kwargs) + + def SetSTCCursor(*args, **kwargs): + """SetSTCCursor(int cursorType)""" + return _stc.StyledTextCtrl_SetSTCCursor(*args, **kwargs) + + def GetSTCCursor(*args, **kwargs): + """GetSTCCursor() -> int""" + return _stc.StyledTextCtrl_GetSTCCursor(*args, **kwargs) + + def SetControlCharSymbol(*args, **kwargs): + """SetControlCharSymbol(int symbol)""" + return _stc.StyledTextCtrl_SetControlCharSymbol(*args, **kwargs) + + def GetControlCharSymbol(*args, **kwargs): + """GetControlCharSymbol() -> int""" + return _stc.StyledTextCtrl_GetControlCharSymbol(*args, **kwargs) + + def WordPartLeft(*args, **kwargs): + """WordPartLeft()""" + return _stc.StyledTextCtrl_WordPartLeft(*args, **kwargs) + + def WordPartLeftExtend(*args, **kwargs): + """WordPartLeftExtend()""" + return _stc.StyledTextCtrl_WordPartLeftExtend(*args, **kwargs) + + def WordPartRight(*args, **kwargs): + """WordPartRight()""" + return _stc.StyledTextCtrl_WordPartRight(*args, **kwargs) + + def WordPartRightExtend(*args, **kwargs): + """WordPartRightExtend()""" + return _stc.StyledTextCtrl_WordPartRightExtend(*args, **kwargs) + + def SetVisiblePolicy(*args, **kwargs): + """SetVisiblePolicy(int visiblePolicy, int visibleSlop)""" + return _stc.StyledTextCtrl_SetVisiblePolicy(*args, **kwargs) + + def DelLineLeft(*args, **kwargs): + """DelLineLeft()""" + return _stc.StyledTextCtrl_DelLineLeft(*args, **kwargs) + + def DelLineRight(*args, **kwargs): + """DelLineRight()""" + return _stc.StyledTextCtrl_DelLineRight(*args, **kwargs) + + def SetXOffset(*args, **kwargs): + """SetXOffset(int newOffset)""" + return _stc.StyledTextCtrl_SetXOffset(*args, **kwargs) + + def GetXOffset(*args, **kwargs): + """GetXOffset() -> int""" + return _stc.StyledTextCtrl_GetXOffset(*args, **kwargs) + + def ChooseCaretX(*args, **kwargs): + """ChooseCaretX()""" + return _stc.StyledTextCtrl_ChooseCaretX(*args, **kwargs) + + def SetXCaretPolicy(*args, **kwargs): + """SetXCaretPolicy(int caretPolicy, int caretSlop)""" + return _stc.StyledTextCtrl_SetXCaretPolicy(*args, **kwargs) + + def SetYCaretPolicy(*args, **kwargs): + """SetYCaretPolicy(int caretPolicy, int caretSlop)""" + return _stc.StyledTextCtrl_SetYCaretPolicy(*args, **kwargs) + + def SetPrintWrapMode(*args, **kwargs): + """SetPrintWrapMode(int mode)""" + return _stc.StyledTextCtrl_SetPrintWrapMode(*args, **kwargs) + + def GetPrintWrapMode(*args, **kwargs): + """GetPrintWrapMode() -> int""" + return _stc.StyledTextCtrl_GetPrintWrapMode(*args, **kwargs) + + def SetHotspotActiveForeground(*args, **kwargs): + """SetHotspotActiveForeground(bool useSetting, Colour fore)""" + return _stc.StyledTextCtrl_SetHotspotActiveForeground(*args, **kwargs) + + def SetHotspotActiveBackground(*args, **kwargs): + """SetHotspotActiveBackground(bool useSetting, Colour back)""" + return _stc.StyledTextCtrl_SetHotspotActiveBackground(*args, **kwargs) + + def SetHotspotActiveUnderline(*args, **kwargs): + """SetHotspotActiveUnderline(bool underline)""" + return _stc.StyledTextCtrl_SetHotspotActiveUnderline(*args, **kwargs) + + def SetHotspotSingleLine(*args, **kwargs): + """SetHotspotSingleLine(bool singleLine)""" + return _stc.StyledTextCtrl_SetHotspotSingleLine(*args, **kwargs) + + def ParaDown(*args, **kwargs): + """ParaDown()""" + return _stc.StyledTextCtrl_ParaDown(*args, **kwargs) + + def ParaDownExtend(*args, **kwargs): + """ParaDownExtend()""" + return _stc.StyledTextCtrl_ParaDownExtend(*args, **kwargs) + + def ParaUp(*args, **kwargs): + """ParaUp()""" + return _stc.StyledTextCtrl_ParaUp(*args, **kwargs) + + def ParaUpExtend(*args, **kwargs): + """ParaUpExtend()""" + return _stc.StyledTextCtrl_ParaUpExtend(*args, **kwargs) + + def PositionBefore(*args, **kwargs): + """PositionBefore(int pos) -> int""" + return _stc.StyledTextCtrl_PositionBefore(*args, **kwargs) + + def PositionAfter(*args, **kwargs): + """PositionAfter(int pos) -> int""" + return _stc.StyledTextCtrl_PositionAfter(*args, **kwargs) + + def CopyRange(*args, **kwargs): + """CopyRange(int start, int end)""" + return _stc.StyledTextCtrl_CopyRange(*args, **kwargs) + + def CopyText(*args, **kwargs): + """CopyText(int length, String text)""" + return _stc.StyledTextCtrl_CopyText(*args, **kwargs) + + def SetSelectionMode(*args, **kwargs): + """SetSelectionMode(int mode)""" + return _stc.StyledTextCtrl_SetSelectionMode(*args, **kwargs) + + def GetSelectionMode(*args, **kwargs): + """GetSelectionMode() -> int""" + return _stc.StyledTextCtrl_GetSelectionMode(*args, **kwargs) + + def GetLineSelStartPosition(*args, **kwargs): + """GetLineSelStartPosition(int line) -> int""" + return _stc.StyledTextCtrl_GetLineSelStartPosition(*args, **kwargs) + + def GetLineSelEndPosition(*args, **kwargs): + """GetLineSelEndPosition(int line) -> int""" + return _stc.StyledTextCtrl_GetLineSelEndPosition(*args, **kwargs) + + def LineDownRectExtend(*args, **kwargs): + """LineDownRectExtend()""" + return _stc.StyledTextCtrl_LineDownRectExtend(*args, **kwargs) + + def LineUpRectExtend(*args, **kwargs): + """LineUpRectExtend()""" + return _stc.StyledTextCtrl_LineUpRectExtend(*args, **kwargs) + + def CharLeftRectExtend(*args, **kwargs): + """CharLeftRectExtend()""" + return _stc.StyledTextCtrl_CharLeftRectExtend(*args, **kwargs) + + def CharRightRectExtend(*args, **kwargs): + """CharRightRectExtend()""" + return _stc.StyledTextCtrl_CharRightRectExtend(*args, **kwargs) + + def HomeRectExtend(*args, **kwargs): + """HomeRectExtend()""" + return _stc.StyledTextCtrl_HomeRectExtend(*args, **kwargs) + + def VCHomeRectExtend(*args, **kwargs): + """VCHomeRectExtend()""" + return _stc.StyledTextCtrl_VCHomeRectExtend(*args, **kwargs) + + def LineEndRectExtend(*args, **kwargs): + """LineEndRectExtend()""" + return _stc.StyledTextCtrl_LineEndRectExtend(*args, **kwargs) + + def PageUpRectExtend(*args, **kwargs): + """PageUpRectExtend()""" + return _stc.StyledTextCtrl_PageUpRectExtend(*args, **kwargs) + + def PageDownRectExtend(*args, **kwargs): + """PageDownRectExtend()""" + return _stc.StyledTextCtrl_PageDownRectExtend(*args, **kwargs) + + def StutteredPageUp(*args, **kwargs): + """StutteredPageUp()""" + return _stc.StyledTextCtrl_StutteredPageUp(*args, **kwargs) + + def StutteredPageUpExtend(*args, **kwargs): + """StutteredPageUpExtend()""" + return _stc.StyledTextCtrl_StutteredPageUpExtend(*args, **kwargs) + + def StutteredPageDown(*args, **kwargs): + """StutteredPageDown()""" + return _stc.StyledTextCtrl_StutteredPageDown(*args, **kwargs) + + def StutteredPageDownExtend(*args, **kwargs): + """StutteredPageDownExtend()""" + return _stc.StyledTextCtrl_StutteredPageDownExtend(*args, **kwargs) + + def WordLeftEnd(*args, **kwargs): + """WordLeftEnd()""" + return _stc.StyledTextCtrl_WordLeftEnd(*args, **kwargs) + + def WordLeftEndExtend(*args, **kwargs): + """WordLeftEndExtend()""" + return _stc.StyledTextCtrl_WordLeftEndExtend(*args, **kwargs) + + def WordRightEnd(*args, **kwargs): + """WordRightEnd()""" + return _stc.StyledTextCtrl_WordRightEnd(*args, **kwargs) + + def WordRightEndExtend(*args, **kwargs): + """WordRightEndExtend()""" + return _stc.StyledTextCtrl_WordRightEndExtend(*args, **kwargs) + + def SetWhitespaceChars(*args, **kwargs): + """SetWhitespaceChars(String characters)""" + return _stc.StyledTextCtrl_SetWhitespaceChars(*args, **kwargs) + + def SetCharsDefault(*args, **kwargs): + """SetCharsDefault()""" + return _stc.StyledTextCtrl_SetCharsDefault(*args, **kwargs) + + def AutoCompGetCurrent(*args, **kwargs): + """AutoCompGetCurrent() -> int""" + return _stc.StyledTextCtrl_AutoCompGetCurrent(*args, **kwargs) + + def StartRecord(*args, **kwargs): + """StartRecord()""" + return _stc.StyledTextCtrl_StartRecord(*args, **kwargs) + + def StopRecord(*args, **kwargs): + """StopRecord()""" + return _stc.StyledTextCtrl_StopRecord(*args, **kwargs) + + def SetLexer(*args, **kwargs): + """SetLexer(int lexer)""" + return _stc.StyledTextCtrl_SetLexer(*args, **kwargs) + + def GetLexer(*args, **kwargs): + """GetLexer() -> int""" + return _stc.StyledTextCtrl_GetLexer(*args, **kwargs) + + def Colourise(*args, **kwargs): + """Colourise(int start, int end)""" + return _stc.StyledTextCtrl_Colourise(*args, **kwargs) + + def SetProperty(*args, **kwargs): + """SetProperty(String key, String value)""" + return _stc.StyledTextCtrl_SetProperty(*args, **kwargs) + + def SetKeyWords(*args, **kwargs): + """SetKeyWords(int keywordSet, String keyWords)""" + return _stc.StyledTextCtrl_SetKeyWords(*args, **kwargs) + + def SetLexerLanguage(*args, **kwargs): + """SetLexerLanguage(String language)""" + return _stc.StyledTextCtrl_SetLexerLanguage(*args, **kwargs) + + def GetCurrentLine(*args, **kwargs): + """GetCurrentLine() -> int""" + return _stc.StyledTextCtrl_GetCurrentLine(*args, **kwargs) + + def StyleSetSpec(*args, **kwargs): + """StyleSetSpec(int styleNum, String spec)""" + return _stc.StyledTextCtrl_StyleSetSpec(*args, **kwargs) + + def StyleSetFont(*args, **kwargs): + """StyleSetFont(int styleNum, Font font)""" + return _stc.StyledTextCtrl_StyleSetFont(*args, **kwargs) + + def StyleSetFontAttr(*args, **kwargs): + """ + StyleSetFontAttr(int styleNum, int size, String faceName, bool bold, + bool italic, bool underline) + """ + return _stc.StyledTextCtrl_StyleSetFontAttr(*args, **kwargs) + + def CmdKeyExecute(*args, **kwargs): + """CmdKeyExecute(int cmd)""" + return _stc.StyledTextCtrl_CmdKeyExecute(*args, **kwargs) + + def SetMargins(*args, **kwargs): + """SetMargins(int left, int right)""" + return _stc.StyledTextCtrl_SetMargins(*args, **kwargs) + + def GetSelection(*args, **kwargs): + """GetSelection(int OUTPUT, int OUTPUT)""" + return _stc.StyledTextCtrl_GetSelection(*args, **kwargs) + + def PointFromPosition(*args, **kwargs): + """PointFromPosition(int pos) -> Point""" + return _stc.StyledTextCtrl_PointFromPosition(*args, **kwargs) + + def ScrollToLine(*args, **kwargs): + """ScrollToLine(int line)""" + return _stc.StyledTextCtrl_ScrollToLine(*args, **kwargs) + + def ScrollToColumn(*args, **kwargs): + """ScrollToColumn(int column)""" + return _stc.StyledTextCtrl_ScrollToColumn(*args, **kwargs) + + def SendMsg(*args, **kwargs): + """SendMsg(int msg, long wp=0, long lp=0) -> long""" + return _stc.StyledTextCtrl_SendMsg(*args, **kwargs) + + def SetVScrollBar(*args, **kwargs): + """SetVScrollBar(wxScrollBar bar)""" + return _stc.StyledTextCtrl_SetVScrollBar(*args, **kwargs) + + def SetHScrollBar(*args, **kwargs): + """SetHScrollBar(wxScrollBar bar)""" + return _stc.StyledTextCtrl_SetHScrollBar(*args, **kwargs) + + def GetLastKeydownProcessed(*args, **kwargs): + """GetLastKeydownProcessed() -> bool""" + return _stc.StyledTextCtrl_GetLastKeydownProcessed(*args, **kwargs) + + def SetLastKeydownProcessed(*args, **kwargs): + """SetLastKeydownProcessed(bool val)""" + return _stc.StyledTextCtrl_SetLastKeydownProcessed(*args, **kwargs) + + def SaveFile(*args, **kwargs): + """SaveFile(String filename) -> bool""" + return _stc.StyledTextCtrl_SaveFile(*args, **kwargs) + + def LoadFile(*args, **kwargs): + """LoadFile(String filename) -> bool""" + return _stc.StyledTextCtrl_LoadFile(*args, **kwargs) + + def DoDragOver(*args, **kwargs): + """DoDragOver(int x, int y, int def) -> int""" + return _stc.StyledTextCtrl_DoDragOver(*args, **kwargs) + + def DoDropText(*args, **kwargs): + """DoDropText(long x, long y, String data) -> bool""" + return _stc.StyledTextCtrl_DoDropText(*args, **kwargs) + + def SetUseAntiAliasing(*args, **kwargs): + """SetUseAntiAliasing(bool useAA)""" + return _stc.StyledTextCtrl_SetUseAntiAliasing(*args, **kwargs) + + def GetUseAntiAliasing(*args, **kwargs): + """GetUseAntiAliasing() -> bool""" + return _stc.StyledTextCtrl_GetUseAntiAliasing(*args, **kwargs) + + +class StyledTextCtrlPtr(StyledTextCtrl): + def __init__(self, this): + self.this = this + if not hasattr(self,"thisown"): self.thisown = 0 + self.__class__ = StyledTextCtrl +_stc.StyledTextCtrl_swigregister(StyledTextCtrlPtr) +cvar = _stc.cvar +STCNameStr = cvar.STCNameStr + +def PreStyledTextCtrl(*args, **kwargs): + """PreStyledTextCtrl() -> StyledTextCtrl""" + val = _stc.new_PreStyledTextCtrl(*args, **kwargs) + val.thisown = 1 + return val + +class StyledTextEvent(core.CommandEvent): + def __repr__(self): + return "<%s.%s; proxy of C++ wxStyledTextEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) + def __init__(self, *args, **kwargs): + """__init__(wxEventType commandType=0, int id=0) -> StyledTextEvent""" + newobj = _stc.new_StyledTextEvent(*args, **kwargs) + self.this = newobj.this + self.thisown = 1 + del newobj.thisown + def __del__(self, destroy=_stc.delete_StyledTextEvent): + """__del__()""" + try: + if self.thisown: destroy(self) + except: pass + + def SetPosition(*args, **kwargs): + """SetPosition(int pos)""" + return _stc.StyledTextEvent_SetPosition(*args, **kwargs) + + def SetKey(*args, **kwargs): + """SetKey(int k)""" + return _stc.StyledTextEvent_SetKey(*args, **kwargs) + + def SetModifiers(*args, **kwargs): + """SetModifiers(int m)""" + return _stc.StyledTextEvent_SetModifiers(*args, **kwargs) + + def SetModificationType(*args, **kwargs): + """SetModificationType(int t)""" + return _stc.StyledTextEvent_SetModificationType(*args, **kwargs) + + def SetText(*args, **kwargs): + """SetText(String t)""" + return _stc.StyledTextEvent_SetText(*args, **kwargs) + + def SetLength(*args, **kwargs): + """SetLength(int len)""" + return _stc.StyledTextEvent_SetLength(*args, **kwargs) + + def SetLinesAdded(*args, **kwargs): + """SetLinesAdded(int num)""" + return _stc.StyledTextEvent_SetLinesAdded(*args, **kwargs) + + def SetLine(*args, **kwargs): + """SetLine(int val)""" + return _stc.StyledTextEvent_SetLine(*args, **kwargs) + + def SetFoldLevelNow(*args, **kwargs): + """SetFoldLevelNow(int val)""" + return _stc.StyledTextEvent_SetFoldLevelNow(*args, **kwargs) + + def SetFoldLevelPrev(*args, **kwargs): + """SetFoldLevelPrev(int val)""" + return _stc.StyledTextEvent_SetFoldLevelPrev(*args, **kwargs) + + def SetMargin(*args, **kwargs): + """SetMargin(int val)""" + return _stc.StyledTextEvent_SetMargin(*args, **kwargs) + + def SetMessage(*args, **kwargs): + """SetMessage(int val)""" + return _stc.StyledTextEvent_SetMessage(*args, **kwargs) + + def SetWParam(*args, **kwargs): + """SetWParam(int val)""" + return _stc.StyledTextEvent_SetWParam(*args, **kwargs) + + def SetLParam(*args, **kwargs): + """SetLParam(int val)""" + return _stc.StyledTextEvent_SetLParam(*args, **kwargs) + + def SetListType(*args, **kwargs): + """SetListType(int val)""" + return _stc.StyledTextEvent_SetListType(*args, **kwargs) + + def SetX(*args, **kwargs): + """SetX(int val)""" + return _stc.StyledTextEvent_SetX(*args, **kwargs) + + def SetY(*args, **kwargs): + """SetY(int val)""" + return _stc.StyledTextEvent_SetY(*args, **kwargs) + + def SetDragText(*args, **kwargs): + """SetDragText(String val)""" + return _stc.StyledTextEvent_SetDragText(*args, **kwargs) + + def SetDragAllowMove(*args, **kwargs): + """SetDragAllowMove(bool val)""" + return _stc.StyledTextEvent_SetDragAllowMove(*args, **kwargs) + + def SetDragResult(*args, **kwargs): + """SetDragResult(int val)""" + return _stc.StyledTextEvent_SetDragResult(*args, **kwargs) + + def GetPosition(*args, **kwargs): + """GetPosition() -> int""" + return _stc.StyledTextEvent_GetPosition(*args, **kwargs) + + def GetKey(*args, **kwargs): + """GetKey() -> int""" + return _stc.StyledTextEvent_GetKey(*args, **kwargs) + + def GetModifiers(*args, **kwargs): + """GetModifiers() -> int""" + return _stc.StyledTextEvent_GetModifiers(*args, **kwargs) + + def GetModificationType(*args, **kwargs): + """GetModificationType() -> int""" + return _stc.StyledTextEvent_GetModificationType(*args, **kwargs) + + def GetText(*args, **kwargs): + """GetText() -> String""" + return _stc.StyledTextEvent_GetText(*args, **kwargs) + + def GetLength(*args, **kwargs): + """GetLength() -> int""" + return _stc.StyledTextEvent_GetLength(*args, **kwargs) + + def GetLinesAdded(*args, **kwargs): + """GetLinesAdded() -> int""" + return _stc.StyledTextEvent_GetLinesAdded(*args, **kwargs) + + def GetLine(*args, **kwargs): + """GetLine() -> int""" + return _stc.StyledTextEvent_GetLine(*args, **kwargs) + + def GetFoldLevelNow(*args, **kwargs): + """GetFoldLevelNow() -> int""" + return _stc.StyledTextEvent_GetFoldLevelNow(*args, **kwargs) + + def GetFoldLevelPrev(*args, **kwargs): + """GetFoldLevelPrev() -> int""" + return _stc.StyledTextEvent_GetFoldLevelPrev(*args, **kwargs) + + def GetMargin(*args, **kwargs): + """GetMargin() -> int""" + return _stc.StyledTextEvent_GetMargin(*args, **kwargs) + + def GetMessage(*args, **kwargs): + """GetMessage() -> int""" + return _stc.StyledTextEvent_GetMessage(*args, **kwargs) + + def GetWParam(*args, **kwargs): + """GetWParam() -> int""" + return _stc.StyledTextEvent_GetWParam(*args, **kwargs) + + def GetLParam(*args, **kwargs): + """GetLParam() -> int""" + return _stc.StyledTextEvent_GetLParam(*args, **kwargs) + + def GetListType(*args, **kwargs): + """GetListType() -> int""" + return _stc.StyledTextEvent_GetListType(*args, **kwargs) + + def GetX(*args, **kwargs): + """GetX() -> int""" + return _stc.StyledTextEvent_GetX(*args, **kwargs) + + def GetY(*args, **kwargs): + """GetY() -> int""" + return _stc.StyledTextEvent_GetY(*args, **kwargs) + + def GetDragText(*args, **kwargs): + """GetDragText() -> String""" + return _stc.StyledTextEvent_GetDragText(*args, **kwargs) + + def GetDragAllowMove(*args, **kwargs): + """GetDragAllowMove() -> bool""" + return _stc.StyledTextEvent_GetDragAllowMove(*args, **kwargs) + + def GetDragResult(*args, **kwargs): + """GetDragResult() -> int""" + return _stc.StyledTextEvent_GetDragResult(*args, **kwargs) + + def GetShift(*args, **kwargs): + """GetShift() -> bool""" + return _stc.StyledTextEvent_GetShift(*args, **kwargs) + + def GetControl(*args, **kwargs): + """GetControl() -> bool""" + return _stc.StyledTextEvent_GetControl(*args, **kwargs) + + def GetAlt(*args, **kwargs): + """GetAlt() -> bool""" + return _stc.StyledTextEvent_GetAlt(*args, **kwargs) + + def Clone(*args, **kwargs): + """Clone() -> Event""" + return _stc.StyledTextEvent_Clone(*args, **kwargs) + + +class StyledTextEventPtr(StyledTextEvent): + def __init__(self, this): + self.this = this + if not hasattr(self,"thisown"): self.thisown = 0 + self.__class__ = StyledTextEvent +_stc.StyledTextEvent_swigregister(StyledTextEventPtr) + +wxEVT_STC_CHANGE = _stc.wxEVT_STC_CHANGE +wxEVT_STC_STYLENEEDED = _stc.wxEVT_STC_STYLENEEDED +wxEVT_STC_CHARADDED = _stc.wxEVT_STC_CHARADDED +wxEVT_STC_SAVEPOINTREACHED = _stc.wxEVT_STC_SAVEPOINTREACHED +wxEVT_STC_SAVEPOINTLEFT = _stc.wxEVT_STC_SAVEPOINTLEFT +wxEVT_STC_ROMODIFYATTEMPT = _stc.wxEVT_STC_ROMODIFYATTEMPT +wxEVT_STC_KEY = _stc.wxEVT_STC_KEY +wxEVT_STC_DOUBLECLICK = _stc.wxEVT_STC_DOUBLECLICK +wxEVT_STC_UPDATEUI = _stc.wxEVT_STC_UPDATEUI +wxEVT_STC_MODIFIED = _stc.wxEVT_STC_MODIFIED +wxEVT_STC_MACRORECORD = _stc.wxEVT_STC_MACRORECORD +wxEVT_STC_MARGINCLICK = _stc.wxEVT_STC_MARGINCLICK +wxEVT_STC_NEEDSHOWN = _stc.wxEVT_STC_NEEDSHOWN +wxEVT_STC_POSCHANGED = _stc.wxEVT_STC_POSCHANGED +wxEVT_STC_PAINTED = _stc.wxEVT_STC_PAINTED +wxEVT_STC_USERLISTSELECTION = _stc.wxEVT_STC_USERLISTSELECTION +wxEVT_STC_URIDROPPED = _stc.wxEVT_STC_URIDROPPED +wxEVT_STC_DWELLSTART = _stc.wxEVT_STC_DWELLSTART +wxEVT_STC_DWELLEND = _stc.wxEVT_STC_DWELLEND +wxEVT_STC_START_DRAG = _stc.wxEVT_STC_START_DRAG +wxEVT_STC_DRAG_OVER = _stc.wxEVT_STC_DRAG_OVER +wxEVT_STC_DO_DROP = _stc.wxEVT_STC_DO_DROP +wxEVT_STC_ZOOM = _stc.wxEVT_STC_ZOOM +wxEVT_STC_HOTSPOT_CLICK = _stc.wxEVT_STC_HOTSPOT_CLICK +wxEVT_STC_HOTSPOT_DCLICK = _stc.wxEVT_STC_HOTSPOT_DCLICK +wxEVT_STC_CALLTIP_CLICK = _stc.wxEVT_STC_CALLTIP_CLICK +EVT_STC_CHANGE = wx.PyEventBinder( wxEVT_STC_CHANGE, 1 ) +EVT_STC_STYLENEEDED = wx.PyEventBinder( wxEVT_STC_STYLENEEDED, 1 ) +EVT_STC_CHARADDED = wx.PyEventBinder( wxEVT_STC_CHARADDED, 1 ) +EVT_STC_SAVEPOINTREACHED = wx.PyEventBinder( wxEVT_STC_SAVEPOINTREACHED, 1 ) +EVT_STC_SAVEPOINTLEFT = wx.PyEventBinder( wxEVT_STC_SAVEPOINTLEFT, 1 ) +EVT_STC_ROMODIFYATTEMPT = wx.PyEventBinder( wxEVT_STC_ROMODIFYATTEMPT, 1 ) +EVT_STC_KEY = wx.PyEventBinder( wxEVT_STC_KEY, 1 ) +EVT_STC_DOUBLECLICK = wx.PyEventBinder( wxEVT_STC_DOUBLECLICK, 1 ) +EVT_STC_UPDATEUI = wx.PyEventBinder( wxEVT_STC_UPDATEUI, 1 ) +EVT_STC_MODIFIED = wx.PyEventBinder( wxEVT_STC_MODIFIED, 1 ) +EVT_STC_MACRORECORD = wx.PyEventBinder( wxEVT_STC_MACRORECORD, 1 ) +EVT_STC_MARGINCLICK = wx.PyEventBinder( wxEVT_STC_MARGINCLICK, 1 ) +EVT_STC_NEEDSHOWN = wx.PyEventBinder( wxEVT_STC_NEEDSHOWN, 1 ) +EVT_STC_POSCHANGED = wx.PyEventBinder( wxEVT_STC_POSCHANGED, 1 ) +EVT_STC_PAINTED = wx.PyEventBinder( wxEVT_STC_PAINTED, 1 ) +EVT_STC_USERLISTSELECTION = wx.PyEventBinder( wxEVT_STC_USERLISTSELECTION, 1 ) +EVT_STC_URIDROPPED = wx.PyEventBinder( wxEVT_STC_URIDROPPED, 1 ) +EVT_STC_DWELLSTART = wx.PyEventBinder( wxEVT_STC_DWELLSTART, 1 ) +EVT_STC_DWELLEND = wx.PyEventBinder( wxEVT_STC_DWELLEND, 1 ) +EVT_STC_START_DRAG = wx.PyEventBinder( wxEVT_STC_START_DRAG, 1 ) +EVT_STC_DRAG_OVER = wx.PyEventBinder( wxEVT_STC_DRAG_OVER, 1 ) +EVT_STC_DO_DROP = wx.PyEventBinder( wxEVT_STC_DO_DROP, 1 ) +EVT_STC_ZOOM = wx.PyEventBinder( wxEVT_STC_ZOOM, 1 ) +EVT_STC_HOTSPOT_CLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_CLICK, 1 ) +EVT_STC_HOTSPOT_DCLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_DCLICK, 1 ) +EVT_STC_CALLTIP_CLICK = wx.PyEventBinder( wxEVT_STC_CALLTIP_CLICK, 1 ) -# The name "stc.cpp" was cuasing the debugger to get confused with the -# same module name in the stc library, so I changed the name of this -# one to stc_.cpp and this little stub to make the "stc" Python module -# name still usesable for everything that matters. -from stc_ import *