]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/stc/msw/stc.py
Typo
[wxWidgets.git] / wxPython / contrib / stc / msw / stc.py
CommitLineData
cfe5e918
RD
1# This file was created automatically by SWIG.
2# Don't modify this file, modify the SWIG interface instead.
3
caef1a4d
RD
4"""
5The `StyledTextCtrl` provides a text editor that can used as a syntax
6highlighting source code editor, or similar. Lexers for several programming
7languages are built-in.
8"""
9
cfe5e918
RD
10import _stc
11
d55e5bfc
RD
12import _core
13import _misc
14wx = _core
c24da6d6 15__docfilter__ = wx.__DocFilter(globals())
cfe5e918
RD
16STC_USE_DND = _stc.STC_USE_DND
17STC_USE_POPUP = _stc.STC_USE_POPUP
18STC_INVALID_POSITION = _stc.STC_INVALID_POSITION
19STC_START = _stc.STC_START
20STC_OPTIONAL_START = _stc.STC_OPTIONAL_START
21STC_LEXER_START = _stc.STC_LEXER_START
22STC_WS_INVISIBLE = _stc.STC_WS_INVISIBLE
23STC_WS_VISIBLEALWAYS = _stc.STC_WS_VISIBLEALWAYS
24STC_WS_VISIBLEAFTERINDENT = _stc.STC_WS_VISIBLEAFTERINDENT
25STC_EOL_CRLF = _stc.STC_EOL_CRLF
26STC_EOL_CR = _stc.STC_EOL_CR
27STC_EOL_LF = _stc.STC_EOL_LF
28STC_CP_UTF8 = _stc.STC_CP_UTF8
29STC_CP_DBCS = _stc.STC_CP_DBCS
30STC_MARKER_MAX = _stc.STC_MARKER_MAX
31STC_MARK_CIRCLE = _stc.STC_MARK_CIRCLE
32STC_MARK_ROUNDRECT = _stc.STC_MARK_ROUNDRECT
33STC_MARK_ARROW = _stc.STC_MARK_ARROW
34STC_MARK_SMALLRECT = _stc.STC_MARK_SMALLRECT
35STC_MARK_SHORTARROW = _stc.STC_MARK_SHORTARROW
36STC_MARK_EMPTY = _stc.STC_MARK_EMPTY
37STC_MARK_ARROWDOWN = _stc.STC_MARK_ARROWDOWN
38STC_MARK_MINUS = _stc.STC_MARK_MINUS
39STC_MARK_PLUS = _stc.STC_MARK_PLUS
40STC_MARK_VLINE = _stc.STC_MARK_VLINE
41STC_MARK_LCORNER = _stc.STC_MARK_LCORNER
42STC_MARK_TCORNER = _stc.STC_MARK_TCORNER
43STC_MARK_BOXPLUS = _stc.STC_MARK_BOXPLUS
44STC_MARK_BOXPLUSCONNECTED = _stc.STC_MARK_BOXPLUSCONNECTED
45STC_MARK_BOXMINUS = _stc.STC_MARK_BOXMINUS
46STC_MARK_BOXMINUSCONNECTED = _stc.STC_MARK_BOXMINUSCONNECTED
47STC_MARK_LCORNERCURVE = _stc.STC_MARK_LCORNERCURVE
48STC_MARK_TCORNERCURVE = _stc.STC_MARK_TCORNERCURVE
49STC_MARK_CIRCLEPLUS = _stc.STC_MARK_CIRCLEPLUS
50STC_MARK_CIRCLEPLUSCONNECTED = _stc.STC_MARK_CIRCLEPLUSCONNECTED
51STC_MARK_CIRCLEMINUS = _stc.STC_MARK_CIRCLEMINUS
52STC_MARK_CIRCLEMINUSCONNECTED = _stc.STC_MARK_CIRCLEMINUSCONNECTED
53STC_MARK_BACKGROUND = _stc.STC_MARK_BACKGROUND
54STC_MARK_DOTDOTDOT = _stc.STC_MARK_DOTDOTDOT
55STC_MARK_ARROWS = _stc.STC_MARK_ARROWS
56STC_MARK_PIXMAP = _stc.STC_MARK_PIXMAP
57STC_MARK_CHARACTER = _stc.STC_MARK_CHARACTER
58STC_MARKNUM_FOLDEREND = _stc.STC_MARKNUM_FOLDEREND
59STC_MARKNUM_FOLDEROPENMID = _stc.STC_MARKNUM_FOLDEROPENMID
60STC_MARKNUM_FOLDERMIDTAIL = _stc.STC_MARKNUM_FOLDERMIDTAIL
61STC_MARKNUM_FOLDERTAIL = _stc.STC_MARKNUM_FOLDERTAIL
62STC_MARKNUM_FOLDERSUB = _stc.STC_MARKNUM_FOLDERSUB
63STC_MARKNUM_FOLDER = _stc.STC_MARKNUM_FOLDER
64STC_MARKNUM_FOLDEROPEN = _stc.STC_MARKNUM_FOLDEROPEN
65STC_MASK_FOLDERS = _stc.STC_MASK_FOLDERS
66STC_MARGIN_SYMBOL = _stc.STC_MARGIN_SYMBOL
67STC_MARGIN_NUMBER = _stc.STC_MARGIN_NUMBER
68STC_STYLE_DEFAULT = _stc.STC_STYLE_DEFAULT
69STC_STYLE_LINENUMBER = _stc.STC_STYLE_LINENUMBER
70STC_STYLE_BRACELIGHT = _stc.STC_STYLE_BRACELIGHT
71STC_STYLE_BRACEBAD = _stc.STC_STYLE_BRACEBAD
72STC_STYLE_CONTROLCHAR = _stc.STC_STYLE_CONTROLCHAR
73STC_STYLE_INDENTGUIDE = _stc.STC_STYLE_INDENTGUIDE
74STC_STYLE_LASTPREDEFINED = _stc.STC_STYLE_LASTPREDEFINED
75STC_STYLE_MAX = _stc.STC_STYLE_MAX
76STC_CHARSET_ANSI = _stc.STC_CHARSET_ANSI
77STC_CHARSET_DEFAULT = _stc.STC_CHARSET_DEFAULT
78STC_CHARSET_BALTIC = _stc.STC_CHARSET_BALTIC
79STC_CHARSET_CHINESEBIG5 = _stc.STC_CHARSET_CHINESEBIG5
80STC_CHARSET_EASTEUROPE = _stc.STC_CHARSET_EASTEUROPE
81STC_CHARSET_GB2312 = _stc.STC_CHARSET_GB2312
82STC_CHARSET_GREEK = _stc.STC_CHARSET_GREEK
83STC_CHARSET_HANGUL = _stc.STC_CHARSET_HANGUL
84STC_CHARSET_MAC = _stc.STC_CHARSET_MAC
85STC_CHARSET_OEM = _stc.STC_CHARSET_OEM
86STC_CHARSET_RUSSIAN = _stc.STC_CHARSET_RUSSIAN
87STC_CHARSET_SHIFTJIS = _stc.STC_CHARSET_SHIFTJIS
88STC_CHARSET_SYMBOL = _stc.STC_CHARSET_SYMBOL
89STC_CHARSET_TURKISH = _stc.STC_CHARSET_TURKISH
90STC_CHARSET_JOHAB = _stc.STC_CHARSET_JOHAB
91STC_CHARSET_HEBREW = _stc.STC_CHARSET_HEBREW
92STC_CHARSET_ARABIC = _stc.STC_CHARSET_ARABIC
93STC_CHARSET_VIETNAMESE = _stc.STC_CHARSET_VIETNAMESE
94STC_CHARSET_THAI = _stc.STC_CHARSET_THAI
95STC_CASE_MIXED = _stc.STC_CASE_MIXED
96STC_CASE_UPPER = _stc.STC_CASE_UPPER
97STC_CASE_LOWER = _stc.STC_CASE_LOWER
98STC_INDIC_MAX = _stc.STC_INDIC_MAX
99STC_INDIC_PLAIN = _stc.STC_INDIC_PLAIN
100STC_INDIC_SQUIGGLE = _stc.STC_INDIC_SQUIGGLE
101STC_INDIC_TT = _stc.STC_INDIC_TT
102STC_INDIC_DIAGONAL = _stc.STC_INDIC_DIAGONAL
103STC_INDIC_STRIKE = _stc.STC_INDIC_STRIKE
104STC_INDIC_HIDDEN = _stc.STC_INDIC_HIDDEN
105STC_INDIC_BOX = _stc.STC_INDIC_BOX
106STC_INDIC0_MASK = _stc.STC_INDIC0_MASK
107STC_INDIC1_MASK = _stc.STC_INDIC1_MASK
108STC_INDIC2_MASK = _stc.STC_INDIC2_MASK
109STC_INDICS_MASK = _stc.STC_INDICS_MASK
110STC_PRINT_NORMAL = _stc.STC_PRINT_NORMAL
111STC_PRINT_INVERTLIGHT = _stc.STC_PRINT_INVERTLIGHT
112STC_PRINT_BLACKONWHITE = _stc.STC_PRINT_BLACKONWHITE
113STC_PRINT_COLOURONWHITE = _stc.STC_PRINT_COLOURONWHITE
114STC_PRINT_COLOURONWHITEDEFAULTBG = _stc.STC_PRINT_COLOURONWHITEDEFAULTBG
115STC_FIND_WHOLEWORD = _stc.STC_FIND_WHOLEWORD
116STC_FIND_MATCHCASE = _stc.STC_FIND_MATCHCASE
117STC_FIND_WORDSTART = _stc.STC_FIND_WORDSTART
118STC_FIND_REGEXP = _stc.STC_FIND_REGEXP
119STC_FIND_POSIX = _stc.STC_FIND_POSIX
120STC_FOLDLEVELBASE = _stc.STC_FOLDLEVELBASE
121STC_FOLDLEVELWHITEFLAG = _stc.STC_FOLDLEVELWHITEFLAG
122STC_FOLDLEVELHEADERFLAG = _stc.STC_FOLDLEVELHEADERFLAG
123STC_FOLDLEVELBOXHEADERFLAG = _stc.STC_FOLDLEVELBOXHEADERFLAG
124STC_FOLDLEVELBOXFOOTERFLAG = _stc.STC_FOLDLEVELBOXFOOTERFLAG
125STC_FOLDLEVELCONTRACTED = _stc.STC_FOLDLEVELCONTRACTED
126STC_FOLDLEVELUNINDENT = _stc.STC_FOLDLEVELUNINDENT
127STC_FOLDLEVELNUMBERMASK = _stc.STC_FOLDLEVELNUMBERMASK
128STC_FOLDFLAG_LINEBEFORE_EXPANDED = _stc.STC_FOLDFLAG_LINEBEFORE_EXPANDED
129STC_FOLDFLAG_LINEBEFORE_CONTRACTED = _stc.STC_FOLDFLAG_LINEBEFORE_CONTRACTED
130STC_FOLDFLAG_LINEAFTER_EXPANDED = _stc.STC_FOLDFLAG_LINEAFTER_EXPANDED
131STC_FOLDFLAG_LINEAFTER_CONTRACTED = _stc.STC_FOLDFLAG_LINEAFTER_CONTRACTED
132STC_FOLDFLAG_LEVELNUMBERS = _stc.STC_FOLDFLAG_LEVELNUMBERS
133STC_FOLDFLAG_BOX = _stc.STC_FOLDFLAG_BOX
134STC_TIME_FOREVER = _stc.STC_TIME_FOREVER
135STC_WRAP_NONE = _stc.STC_WRAP_NONE
136STC_WRAP_WORD = _stc.STC_WRAP_WORD
5e483524
RD
137STC_WRAPVISUALFLAG_NONE = _stc.STC_WRAPVISUALFLAG_NONE
138STC_WRAPVISUALFLAG_END = _stc.STC_WRAPVISUALFLAG_END
139STC_WRAPVISUALFLAG_START = _stc.STC_WRAPVISUALFLAG_START
140STC_WRAPVISUALFLAGLOC_DEFAULT = _stc.STC_WRAPVISUALFLAGLOC_DEFAULT
141STC_WRAPVISUALFLAGLOC_END_BY_TEXT = _stc.STC_WRAPVISUALFLAGLOC_END_BY_TEXT
142STC_WRAPVISUALFLAGLOC_START_BY_TEXT = _stc.STC_WRAPVISUALFLAGLOC_START_BY_TEXT
cfe5e918
RD
143STC_CACHE_NONE = _stc.STC_CACHE_NONE
144STC_CACHE_CARET = _stc.STC_CACHE_CARET
145STC_CACHE_PAGE = _stc.STC_CACHE_PAGE
146STC_CACHE_DOCUMENT = _stc.STC_CACHE_DOCUMENT
147STC_EDGE_NONE = _stc.STC_EDGE_NONE
148STC_EDGE_LINE = _stc.STC_EDGE_LINE
149STC_EDGE_BACKGROUND = _stc.STC_EDGE_BACKGROUND
150STC_CURSORNORMAL = _stc.STC_CURSORNORMAL
151STC_CURSORWAIT = _stc.STC_CURSORWAIT
152STC_VISIBLE_SLOP = _stc.STC_VISIBLE_SLOP
153STC_VISIBLE_STRICT = _stc.STC_VISIBLE_STRICT
154STC_CARET_SLOP = _stc.STC_CARET_SLOP
155STC_CARET_STRICT = _stc.STC_CARET_STRICT
156STC_CARET_JUMPS = _stc.STC_CARET_JUMPS
157STC_CARET_EVEN = _stc.STC_CARET_EVEN
158STC_SEL_STREAM = _stc.STC_SEL_STREAM
159STC_SEL_RECTANGLE = _stc.STC_SEL_RECTANGLE
160STC_SEL_LINES = _stc.STC_SEL_LINES
161STC_KEYWORDSET_MAX = _stc.STC_KEYWORDSET_MAX
162STC_MOD_INSERTTEXT = _stc.STC_MOD_INSERTTEXT
163STC_MOD_DELETETEXT = _stc.STC_MOD_DELETETEXT
164STC_MOD_CHANGESTYLE = _stc.STC_MOD_CHANGESTYLE
165STC_MOD_CHANGEFOLD = _stc.STC_MOD_CHANGEFOLD
166STC_PERFORMED_USER = _stc.STC_PERFORMED_USER
167STC_PERFORMED_UNDO = _stc.STC_PERFORMED_UNDO
168STC_PERFORMED_REDO = _stc.STC_PERFORMED_REDO
169STC_LASTSTEPINUNDOREDO = _stc.STC_LASTSTEPINUNDOREDO
170STC_MOD_CHANGEMARKER = _stc.STC_MOD_CHANGEMARKER
171STC_MOD_BEFOREINSERT = _stc.STC_MOD_BEFOREINSERT
172STC_MOD_BEFOREDELETE = _stc.STC_MOD_BEFOREDELETE
173STC_MODEVENTMASKALL = _stc.STC_MODEVENTMASKALL
174STC_KEY_DOWN = _stc.STC_KEY_DOWN
175STC_KEY_UP = _stc.STC_KEY_UP
176STC_KEY_LEFT = _stc.STC_KEY_LEFT
177STC_KEY_RIGHT = _stc.STC_KEY_RIGHT
178STC_KEY_HOME = _stc.STC_KEY_HOME
179STC_KEY_END = _stc.STC_KEY_END
180STC_KEY_PRIOR = _stc.STC_KEY_PRIOR
181STC_KEY_NEXT = _stc.STC_KEY_NEXT
182STC_KEY_DELETE = _stc.STC_KEY_DELETE
183STC_KEY_INSERT = _stc.STC_KEY_INSERT
184STC_KEY_ESCAPE = _stc.STC_KEY_ESCAPE
185STC_KEY_BACK = _stc.STC_KEY_BACK
186STC_KEY_TAB = _stc.STC_KEY_TAB
187STC_KEY_RETURN = _stc.STC_KEY_RETURN
188STC_KEY_ADD = _stc.STC_KEY_ADD
189STC_KEY_SUBTRACT = _stc.STC_KEY_SUBTRACT
190STC_KEY_DIVIDE = _stc.STC_KEY_DIVIDE
191STC_SCMOD_SHIFT = _stc.STC_SCMOD_SHIFT
192STC_SCMOD_CTRL = _stc.STC_SCMOD_CTRL
193STC_SCMOD_ALT = _stc.STC_SCMOD_ALT
194STC_LEX_CONTAINER = _stc.STC_LEX_CONTAINER
195STC_LEX_NULL = _stc.STC_LEX_NULL
196STC_LEX_PYTHON = _stc.STC_LEX_PYTHON
197STC_LEX_CPP = _stc.STC_LEX_CPP
198STC_LEX_HTML = _stc.STC_LEX_HTML
199STC_LEX_XML = _stc.STC_LEX_XML
200STC_LEX_PERL = _stc.STC_LEX_PERL
201STC_LEX_SQL = _stc.STC_LEX_SQL
202STC_LEX_VB = _stc.STC_LEX_VB
203STC_LEX_PROPERTIES = _stc.STC_LEX_PROPERTIES
204STC_LEX_ERRORLIST = _stc.STC_LEX_ERRORLIST
205STC_LEX_MAKEFILE = _stc.STC_LEX_MAKEFILE
206STC_LEX_BATCH = _stc.STC_LEX_BATCH
207STC_LEX_XCODE = _stc.STC_LEX_XCODE
208STC_LEX_LATEX = _stc.STC_LEX_LATEX
209STC_LEX_LUA = _stc.STC_LEX_LUA
210STC_LEX_DIFF = _stc.STC_LEX_DIFF
211STC_LEX_CONF = _stc.STC_LEX_CONF
212STC_LEX_PASCAL = _stc.STC_LEX_PASCAL
213STC_LEX_AVE = _stc.STC_LEX_AVE
214STC_LEX_ADA = _stc.STC_LEX_ADA
215STC_LEX_LISP = _stc.STC_LEX_LISP
216STC_LEX_RUBY = _stc.STC_LEX_RUBY
217STC_LEX_EIFFEL = _stc.STC_LEX_EIFFEL
218STC_LEX_EIFFELKW = _stc.STC_LEX_EIFFELKW
219STC_LEX_TCL = _stc.STC_LEX_TCL
220STC_LEX_NNCRONTAB = _stc.STC_LEX_NNCRONTAB
221STC_LEX_BULLANT = _stc.STC_LEX_BULLANT
222STC_LEX_VBSCRIPT = _stc.STC_LEX_VBSCRIPT
223STC_LEX_ASP = _stc.STC_LEX_ASP
224STC_LEX_PHP = _stc.STC_LEX_PHP
225STC_LEX_BAAN = _stc.STC_LEX_BAAN
226STC_LEX_MATLAB = _stc.STC_LEX_MATLAB
227STC_LEX_SCRIPTOL = _stc.STC_LEX_SCRIPTOL
228STC_LEX_ASM = _stc.STC_LEX_ASM
229STC_LEX_CPPNOCASE = _stc.STC_LEX_CPPNOCASE
230STC_LEX_FORTRAN = _stc.STC_LEX_FORTRAN
231STC_LEX_F77 = _stc.STC_LEX_F77
232STC_LEX_CSS = _stc.STC_LEX_CSS
233STC_LEX_POV = _stc.STC_LEX_POV
234STC_LEX_LOUT = _stc.STC_LEX_LOUT
235STC_LEX_ESCRIPT = _stc.STC_LEX_ESCRIPT
236STC_LEX_PS = _stc.STC_LEX_PS
237STC_LEX_NSIS = _stc.STC_LEX_NSIS
238STC_LEX_MMIXAL = _stc.STC_LEX_MMIXAL
239STC_LEX_CLW = _stc.STC_LEX_CLW
240STC_LEX_CLWNOCASE = _stc.STC_LEX_CLWNOCASE
241STC_LEX_LOT = _stc.STC_LEX_LOT
242STC_LEX_YAML = _stc.STC_LEX_YAML
243STC_LEX_TEX = _stc.STC_LEX_TEX
244STC_LEX_METAPOST = _stc.STC_LEX_METAPOST
245STC_LEX_POWERBASIC = _stc.STC_LEX_POWERBASIC
246STC_LEX_FORTH = _stc.STC_LEX_FORTH
247STC_LEX_ERLANG = _stc.STC_LEX_ERLANG
248STC_LEX_OCTAVE = _stc.STC_LEX_OCTAVE
5e483524
RD
249STC_LEX_MSSQL = _stc.STC_LEX_MSSQL
250STC_LEX_VERILOG = _stc.STC_LEX_VERILOG
251STC_LEX_KIX = _stc.STC_LEX_KIX
252STC_LEX_GUI4CLI = _stc.STC_LEX_GUI4CLI
253STC_LEX_SPECMAN = _stc.STC_LEX_SPECMAN
254STC_LEX_AU3 = _stc.STC_LEX_AU3
255STC_LEX_APDL = _stc.STC_LEX_APDL
256STC_LEX_BASH = _stc.STC_LEX_BASH
cfe5e918
RD
257STC_LEX_AUTOMATIC = _stc.STC_LEX_AUTOMATIC
258STC_P_DEFAULT = _stc.STC_P_DEFAULT
259STC_P_COMMENTLINE = _stc.STC_P_COMMENTLINE
260STC_P_NUMBER = _stc.STC_P_NUMBER
261STC_P_STRING = _stc.STC_P_STRING
262STC_P_CHARACTER = _stc.STC_P_CHARACTER
263STC_P_WORD = _stc.STC_P_WORD
264STC_P_TRIPLE = _stc.STC_P_TRIPLE
265STC_P_TRIPLEDOUBLE = _stc.STC_P_TRIPLEDOUBLE
266STC_P_CLASSNAME = _stc.STC_P_CLASSNAME
267STC_P_DEFNAME = _stc.STC_P_DEFNAME
268STC_P_OPERATOR = _stc.STC_P_OPERATOR
269STC_P_IDENTIFIER = _stc.STC_P_IDENTIFIER
270STC_P_COMMENTBLOCK = _stc.STC_P_COMMENTBLOCK
271STC_P_STRINGEOL = _stc.STC_P_STRINGEOL
272STC_C_DEFAULT = _stc.STC_C_DEFAULT
273STC_C_COMMENT = _stc.STC_C_COMMENT
274STC_C_COMMENTLINE = _stc.STC_C_COMMENTLINE
275STC_C_COMMENTDOC = _stc.STC_C_COMMENTDOC
276STC_C_NUMBER = _stc.STC_C_NUMBER
277STC_C_WORD = _stc.STC_C_WORD
278STC_C_STRING = _stc.STC_C_STRING
279STC_C_CHARACTER = _stc.STC_C_CHARACTER
280STC_C_UUID = _stc.STC_C_UUID
281STC_C_PREPROCESSOR = _stc.STC_C_PREPROCESSOR
282STC_C_OPERATOR = _stc.STC_C_OPERATOR
283STC_C_IDENTIFIER = _stc.STC_C_IDENTIFIER
284STC_C_STRINGEOL = _stc.STC_C_STRINGEOL
285STC_C_VERBATIM = _stc.STC_C_VERBATIM
286STC_C_REGEX = _stc.STC_C_REGEX
287STC_C_COMMENTLINEDOC = _stc.STC_C_COMMENTLINEDOC
288STC_C_WORD2 = _stc.STC_C_WORD2
289STC_C_COMMENTDOCKEYWORD = _stc.STC_C_COMMENTDOCKEYWORD
290STC_C_COMMENTDOCKEYWORDERROR = _stc.STC_C_COMMENTDOCKEYWORDERROR
291STC_C_GLOBALCLASS = _stc.STC_C_GLOBALCLASS
292STC_H_DEFAULT = _stc.STC_H_DEFAULT
293STC_H_TAG = _stc.STC_H_TAG
294STC_H_TAGUNKNOWN = _stc.STC_H_TAGUNKNOWN
295STC_H_ATTRIBUTE = _stc.STC_H_ATTRIBUTE
296STC_H_ATTRIBUTEUNKNOWN = _stc.STC_H_ATTRIBUTEUNKNOWN
297STC_H_NUMBER = _stc.STC_H_NUMBER
298STC_H_DOUBLESTRING = _stc.STC_H_DOUBLESTRING
299STC_H_SINGLESTRING = _stc.STC_H_SINGLESTRING
300STC_H_OTHER = _stc.STC_H_OTHER
301STC_H_COMMENT = _stc.STC_H_COMMENT
302STC_H_ENTITY = _stc.STC_H_ENTITY
303STC_H_TAGEND = _stc.STC_H_TAGEND
304STC_H_XMLSTART = _stc.STC_H_XMLSTART
305STC_H_XMLEND = _stc.STC_H_XMLEND
306STC_H_SCRIPT = _stc.STC_H_SCRIPT
307STC_H_ASP = _stc.STC_H_ASP
308STC_H_ASPAT = _stc.STC_H_ASPAT
309STC_H_CDATA = _stc.STC_H_CDATA
310STC_H_QUESTION = _stc.STC_H_QUESTION
311STC_H_VALUE = _stc.STC_H_VALUE
312STC_H_XCCOMMENT = _stc.STC_H_XCCOMMENT
313STC_H_SGML_DEFAULT = _stc.STC_H_SGML_DEFAULT
314STC_H_SGML_COMMAND = _stc.STC_H_SGML_COMMAND
315STC_H_SGML_1ST_PARAM = _stc.STC_H_SGML_1ST_PARAM
316STC_H_SGML_DOUBLESTRING = _stc.STC_H_SGML_DOUBLESTRING
317STC_H_SGML_SIMPLESTRING = _stc.STC_H_SGML_SIMPLESTRING
318STC_H_SGML_ERROR = _stc.STC_H_SGML_ERROR
319STC_H_SGML_SPECIAL = _stc.STC_H_SGML_SPECIAL
320STC_H_SGML_ENTITY = _stc.STC_H_SGML_ENTITY
321STC_H_SGML_COMMENT = _stc.STC_H_SGML_COMMENT
322STC_H_SGML_1ST_PARAM_COMMENT = _stc.STC_H_SGML_1ST_PARAM_COMMENT
323STC_H_SGML_BLOCK_DEFAULT = _stc.STC_H_SGML_BLOCK_DEFAULT
324STC_HJ_START = _stc.STC_HJ_START
325STC_HJ_DEFAULT = _stc.STC_HJ_DEFAULT
326STC_HJ_COMMENT = _stc.STC_HJ_COMMENT
327STC_HJ_COMMENTLINE = _stc.STC_HJ_COMMENTLINE
328STC_HJ_COMMENTDOC = _stc.STC_HJ_COMMENTDOC
329STC_HJ_NUMBER = _stc.STC_HJ_NUMBER
330STC_HJ_WORD = _stc.STC_HJ_WORD
331STC_HJ_KEYWORD = _stc.STC_HJ_KEYWORD
332STC_HJ_DOUBLESTRING = _stc.STC_HJ_DOUBLESTRING
333STC_HJ_SINGLESTRING = _stc.STC_HJ_SINGLESTRING
334STC_HJ_SYMBOLS = _stc.STC_HJ_SYMBOLS
335STC_HJ_STRINGEOL = _stc.STC_HJ_STRINGEOL
336STC_HJ_REGEX = _stc.STC_HJ_REGEX
337STC_HJA_START = _stc.STC_HJA_START
338STC_HJA_DEFAULT = _stc.STC_HJA_DEFAULT
339STC_HJA_COMMENT = _stc.STC_HJA_COMMENT
340STC_HJA_COMMENTLINE = _stc.STC_HJA_COMMENTLINE
341STC_HJA_COMMENTDOC = _stc.STC_HJA_COMMENTDOC
342STC_HJA_NUMBER = _stc.STC_HJA_NUMBER
343STC_HJA_WORD = _stc.STC_HJA_WORD
344STC_HJA_KEYWORD = _stc.STC_HJA_KEYWORD
345STC_HJA_DOUBLESTRING = _stc.STC_HJA_DOUBLESTRING
346STC_HJA_SINGLESTRING = _stc.STC_HJA_SINGLESTRING
347STC_HJA_SYMBOLS = _stc.STC_HJA_SYMBOLS
348STC_HJA_STRINGEOL = _stc.STC_HJA_STRINGEOL
349STC_HJA_REGEX = _stc.STC_HJA_REGEX
350STC_HB_START = _stc.STC_HB_START
351STC_HB_DEFAULT = _stc.STC_HB_DEFAULT
352STC_HB_COMMENTLINE = _stc.STC_HB_COMMENTLINE
353STC_HB_NUMBER = _stc.STC_HB_NUMBER
354STC_HB_WORD = _stc.STC_HB_WORD
355STC_HB_STRING = _stc.STC_HB_STRING
356STC_HB_IDENTIFIER = _stc.STC_HB_IDENTIFIER
357STC_HB_STRINGEOL = _stc.STC_HB_STRINGEOL
358STC_HBA_START = _stc.STC_HBA_START
359STC_HBA_DEFAULT = _stc.STC_HBA_DEFAULT
360STC_HBA_COMMENTLINE = _stc.STC_HBA_COMMENTLINE
361STC_HBA_NUMBER = _stc.STC_HBA_NUMBER
362STC_HBA_WORD = _stc.STC_HBA_WORD
363STC_HBA_STRING = _stc.STC_HBA_STRING
364STC_HBA_IDENTIFIER = _stc.STC_HBA_IDENTIFIER
365STC_HBA_STRINGEOL = _stc.STC_HBA_STRINGEOL
366STC_HP_START = _stc.STC_HP_START
367STC_HP_DEFAULT = _stc.STC_HP_DEFAULT
368STC_HP_COMMENTLINE = _stc.STC_HP_COMMENTLINE
369STC_HP_NUMBER = _stc.STC_HP_NUMBER
370STC_HP_STRING = _stc.STC_HP_STRING
371STC_HP_CHARACTER = _stc.STC_HP_CHARACTER
372STC_HP_WORD = _stc.STC_HP_WORD
373STC_HP_TRIPLE = _stc.STC_HP_TRIPLE
374STC_HP_TRIPLEDOUBLE = _stc.STC_HP_TRIPLEDOUBLE
375STC_HP_CLASSNAME = _stc.STC_HP_CLASSNAME
376STC_HP_DEFNAME = _stc.STC_HP_DEFNAME
377STC_HP_OPERATOR = _stc.STC_HP_OPERATOR
378STC_HP_IDENTIFIER = _stc.STC_HP_IDENTIFIER
5e483524 379STC_HPHP_COMPLEX_VARIABLE = _stc.STC_HPHP_COMPLEX_VARIABLE
cfe5e918
RD
380STC_HPA_START = _stc.STC_HPA_START
381STC_HPA_DEFAULT = _stc.STC_HPA_DEFAULT
382STC_HPA_COMMENTLINE = _stc.STC_HPA_COMMENTLINE
383STC_HPA_NUMBER = _stc.STC_HPA_NUMBER
384STC_HPA_STRING = _stc.STC_HPA_STRING
385STC_HPA_CHARACTER = _stc.STC_HPA_CHARACTER
386STC_HPA_WORD = _stc.STC_HPA_WORD
387STC_HPA_TRIPLE = _stc.STC_HPA_TRIPLE
388STC_HPA_TRIPLEDOUBLE = _stc.STC_HPA_TRIPLEDOUBLE
389STC_HPA_CLASSNAME = _stc.STC_HPA_CLASSNAME
390STC_HPA_DEFNAME = _stc.STC_HPA_DEFNAME
391STC_HPA_OPERATOR = _stc.STC_HPA_OPERATOR
392STC_HPA_IDENTIFIER = _stc.STC_HPA_IDENTIFIER
393STC_HPHP_DEFAULT = _stc.STC_HPHP_DEFAULT
394STC_HPHP_HSTRING = _stc.STC_HPHP_HSTRING
395STC_HPHP_SIMPLESTRING = _stc.STC_HPHP_SIMPLESTRING
396STC_HPHP_WORD = _stc.STC_HPHP_WORD
397STC_HPHP_NUMBER = _stc.STC_HPHP_NUMBER
398STC_HPHP_VARIABLE = _stc.STC_HPHP_VARIABLE
399STC_HPHP_COMMENT = _stc.STC_HPHP_COMMENT
400STC_HPHP_COMMENTLINE = _stc.STC_HPHP_COMMENTLINE
401STC_HPHP_HSTRING_VARIABLE = _stc.STC_HPHP_HSTRING_VARIABLE
402STC_HPHP_OPERATOR = _stc.STC_HPHP_OPERATOR
403STC_PL_DEFAULT = _stc.STC_PL_DEFAULT
404STC_PL_ERROR = _stc.STC_PL_ERROR
405STC_PL_COMMENTLINE = _stc.STC_PL_COMMENTLINE
406STC_PL_POD = _stc.STC_PL_POD
407STC_PL_NUMBER = _stc.STC_PL_NUMBER
408STC_PL_WORD = _stc.STC_PL_WORD
409STC_PL_STRING = _stc.STC_PL_STRING
410STC_PL_CHARACTER = _stc.STC_PL_CHARACTER
411STC_PL_PUNCTUATION = _stc.STC_PL_PUNCTUATION
412STC_PL_PREPROCESSOR = _stc.STC_PL_PREPROCESSOR
413STC_PL_OPERATOR = _stc.STC_PL_OPERATOR
414STC_PL_IDENTIFIER = _stc.STC_PL_IDENTIFIER
415STC_PL_SCALAR = _stc.STC_PL_SCALAR
416STC_PL_ARRAY = _stc.STC_PL_ARRAY
417STC_PL_HASH = _stc.STC_PL_HASH
418STC_PL_SYMBOLTABLE = _stc.STC_PL_SYMBOLTABLE
419STC_PL_REGEX = _stc.STC_PL_REGEX
420STC_PL_REGSUBST = _stc.STC_PL_REGSUBST
421STC_PL_LONGQUOTE = _stc.STC_PL_LONGQUOTE
422STC_PL_BACKTICKS = _stc.STC_PL_BACKTICKS
423STC_PL_DATASECTION = _stc.STC_PL_DATASECTION
424STC_PL_HERE_DELIM = _stc.STC_PL_HERE_DELIM
425STC_PL_HERE_Q = _stc.STC_PL_HERE_Q
426STC_PL_HERE_QQ = _stc.STC_PL_HERE_QQ
427STC_PL_HERE_QX = _stc.STC_PL_HERE_QX
428STC_PL_STRING_Q = _stc.STC_PL_STRING_Q
429STC_PL_STRING_QQ = _stc.STC_PL_STRING_QQ
430STC_PL_STRING_QX = _stc.STC_PL_STRING_QX
431STC_PL_STRING_QR = _stc.STC_PL_STRING_QR
432STC_PL_STRING_QW = _stc.STC_PL_STRING_QW
433STC_B_DEFAULT = _stc.STC_B_DEFAULT
434STC_B_COMMENT = _stc.STC_B_COMMENT
435STC_B_NUMBER = _stc.STC_B_NUMBER
436STC_B_KEYWORD = _stc.STC_B_KEYWORD
437STC_B_STRING = _stc.STC_B_STRING
438STC_B_PREPROCESSOR = _stc.STC_B_PREPROCESSOR
439STC_B_OPERATOR = _stc.STC_B_OPERATOR
440STC_B_IDENTIFIER = _stc.STC_B_IDENTIFIER
441STC_B_DATE = _stc.STC_B_DATE
442STC_B_STRINGEOL = _stc.STC_B_STRINGEOL
443STC_B_KEYWORD2 = _stc.STC_B_KEYWORD2
444STC_B_KEYWORD3 = _stc.STC_B_KEYWORD3
445STC_B_KEYWORD4 = _stc.STC_B_KEYWORD4
5e483524
RD
446STC_B_CONSTANT = _stc.STC_B_CONSTANT
447STC_B_ASM = _stc.STC_B_ASM
cfe5e918
RD
448STC_PROPS_DEFAULT = _stc.STC_PROPS_DEFAULT
449STC_PROPS_COMMENT = _stc.STC_PROPS_COMMENT
450STC_PROPS_SECTION = _stc.STC_PROPS_SECTION
451STC_PROPS_ASSIGNMENT = _stc.STC_PROPS_ASSIGNMENT
452STC_PROPS_DEFVAL = _stc.STC_PROPS_DEFVAL
453STC_L_DEFAULT = _stc.STC_L_DEFAULT
454STC_L_COMMAND = _stc.STC_L_COMMAND
455STC_L_TAG = _stc.STC_L_TAG
456STC_L_MATH = _stc.STC_L_MATH
457STC_L_COMMENT = _stc.STC_L_COMMENT
458STC_LUA_DEFAULT = _stc.STC_LUA_DEFAULT
459STC_LUA_COMMENT = _stc.STC_LUA_COMMENT
460STC_LUA_COMMENTLINE = _stc.STC_LUA_COMMENTLINE
461STC_LUA_COMMENTDOC = _stc.STC_LUA_COMMENTDOC
462STC_LUA_NUMBER = _stc.STC_LUA_NUMBER
463STC_LUA_WORD = _stc.STC_LUA_WORD
464STC_LUA_STRING = _stc.STC_LUA_STRING
465STC_LUA_CHARACTER = _stc.STC_LUA_CHARACTER
466STC_LUA_LITERALSTRING = _stc.STC_LUA_LITERALSTRING
467STC_LUA_PREPROCESSOR = _stc.STC_LUA_PREPROCESSOR
468STC_LUA_OPERATOR = _stc.STC_LUA_OPERATOR
469STC_LUA_IDENTIFIER = _stc.STC_LUA_IDENTIFIER
470STC_LUA_STRINGEOL = _stc.STC_LUA_STRINGEOL
471STC_LUA_WORD2 = _stc.STC_LUA_WORD2
472STC_LUA_WORD3 = _stc.STC_LUA_WORD3
473STC_LUA_WORD4 = _stc.STC_LUA_WORD4
474STC_LUA_WORD5 = _stc.STC_LUA_WORD5
475STC_LUA_WORD6 = _stc.STC_LUA_WORD6
476STC_LUA_WORD7 = _stc.STC_LUA_WORD7
477STC_LUA_WORD8 = _stc.STC_LUA_WORD8
478STC_ERR_DEFAULT = _stc.STC_ERR_DEFAULT
479STC_ERR_PYTHON = _stc.STC_ERR_PYTHON
480STC_ERR_GCC = _stc.STC_ERR_GCC
481STC_ERR_MS = _stc.STC_ERR_MS
482STC_ERR_CMD = _stc.STC_ERR_CMD
483STC_ERR_BORLAND = _stc.STC_ERR_BORLAND
484STC_ERR_PERL = _stc.STC_ERR_PERL
485STC_ERR_NET = _stc.STC_ERR_NET
486STC_ERR_LUA = _stc.STC_ERR_LUA
487STC_ERR_CTAG = _stc.STC_ERR_CTAG
488STC_ERR_DIFF_CHANGED = _stc.STC_ERR_DIFF_CHANGED
489STC_ERR_DIFF_ADDITION = _stc.STC_ERR_DIFF_ADDITION
490STC_ERR_DIFF_DELETION = _stc.STC_ERR_DIFF_DELETION
491STC_ERR_DIFF_MESSAGE = _stc.STC_ERR_DIFF_MESSAGE
492STC_ERR_PHP = _stc.STC_ERR_PHP
493STC_ERR_ELF = _stc.STC_ERR_ELF
494STC_ERR_IFC = _stc.STC_ERR_IFC
495STC_ERR_IFORT = _stc.STC_ERR_IFORT
496STC_ERR_ABSF = _stc.STC_ERR_ABSF
5e483524 497STC_ERR_TIDY = _stc.STC_ERR_TIDY
cfe5e918
RD
498STC_BAT_DEFAULT = _stc.STC_BAT_DEFAULT
499STC_BAT_COMMENT = _stc.STC_BAT_COMMENT
500STC_BAT_WORD = _stc.STC_BAT_WORD
501STC_BAT_LABEL = _stc.STC_BAT_LABEL
502STC_BAT_HIDE = _stc.STC_BAT_HIDE
503STC_BAT_COMMAND = _stc.STC_BAT_COMMAND
504STC_BAT_IDENTIFIER = _stc.STC_BAT_IDENTIFIER
505STC_BAT_OPERATOR = _stc.STC_BAT_OPERATOR
506STC_MAKE_DEFAULT = _stc.STC_MAKE_DEFAULT
507STC_MAKE_COMMENT = _stc.STC_MAKE_COMMENT
508STC_MAKE_PREPROCESSOR = _stc.STC_MAKE_PREPROCESSOR
509STC_MAKE_IDENTIFIER = _stc.STC_MAKE_IDENTIFIER
510STC_MAKE_OPERATOR = _stc.STC_MAKE_OPERATOR
511STC_MAKE_TARGET = _stc.STC_MAKE_TARGET
512STC_MAKE_IDEOL = _stc.STC_MAKE_IDEOL
513STC_DIFF_DEFAULT = _stc.STC_DIFF_DEFAULT
514STC_DIFF_COMMENT = _stc.STC_DIFF_COMMENT
515STC_DIFF_COMMAND = _stc.STC_DIFF_COMMAND
516STC_DIFF_HEADER = _stc.STC_DIFF_HEADER
517STC_DIFF_POSITION = _stc.STC_DIFF_POSITION
518STC_DIFF_DELETED = _stc.STC_DIFF_DELETED
519STC_DIFF_ADDED = _stc.STC_DIFF_ADDED
520STC_CONF_DEFAULT = _stc.STC_CONF_DEFAULT
521STC_CONF_COMMENT = _stc.STC_CONF_COMMENT
522STC_CONF_NUMBER = _stc.STC_CONF_NUMBER
523STC_CONF_IDENTIFIER = _stc.STC_CONF_IDENTIFIER
524STC_CONF_EXTENSION = _stc.STC_CONF_EXTENSION
525STC_CONF_PARAMETER = _stc.STC_CONF_PARAMETER
526STC_CONF_STRING = _stc.STC_CONF_STRING
527STC_CONF_OPERATOR = _stc.STC_CONF_OPERATOR
528STC_CONF_IP = _stc.STC_CONF_IP
529STC_CONF_DIRECTIVE = _stc.STC_CONF_DIRECTIVE
530STC_AVE_DEFAULT = _stc.STC_AVE_DEFAULT
531STC_AVE_COMMENT = _stc.STC_AVE_COMMENT
532STC_AVE_NUMBER = _stc.STC_AVE_NUMBER
533STC_AVE_WORD = _stc.STC_AVE_WORD
534STC_AVE_STRING = _stc.STC_AVE_STRING
535STC_AVE_ENUM = _stc.STC_AVE_ENUM
536STC_AVE_STRINGEOL = _stc.STC_AVE_STRINGEOL
537STC_AVE_IDENTIFIER = _stc.STC_AVE_IDENTIFIER
538STC_AVE_OPERATOR = _stc.STC_AVE_OPERATOR
539STC_AVE_WORD1 = _stc.STC_AVE_WORD1
540STC_AVE_WORD2 = _stc.STC_AVE_WORD2
541STC_AVE_WORD3 = _stc.STC_AVE_WORD3
542STC_AVE_WORD4 = _stc.STC_AVE_WORD4
543STC_AVE_WORD5 = _stc.STC_AVE_WORD5
544STC_AVE_WORD6 = _stc.STC_AVE_WORD6
545STC_ADA_DEFAULT = _stc.STC_ADA_DEFAULT
546STC_ADA_WORD = _stc.STC_ADA_WORD
547STC_ADA_IDENTIFIER = _stc.STC_ADA_IDENTIFIER
548STC_ADA_NUMBER = _stc.STC_ADA_NUMBER
549STC_ADA_DELIMITER = _stc.STC_ADA_DELIMITER
550STC_ADA_CHARACTER = _stc.STC_ADA_CHARACTER
551STC_ADA_CHARACTEREOL = _stc.STC_ADA_CHARACTEREOL
552STC_ADA_STRING = _stc.STC_ADA_STRING
553STC_ADA_STRINGEOL = _stc.STC_ADA_STRINGEOL
554STC_ADA_LABEL = _stc.STC_ADA_LABEL
555STC_ADA_COMMENTLINE = _stc.STC_ADA_COMMENTLINE
556STC_ADA_ILLEGAL = _stc.STC_ADA_ILLEGAL
557STC_BAAN_DEFAULT = _stc.STC_BAAN_DEFAULT
558STC_BAAN_COMMENT = _stc.STC_BAAN_COMMENT
559STC_BAAN_COMMENTDOC = _stc.STC_BAAN_COMMENTDOC
560STC_BAAN_NUMBER = _stc.STC_BAAN_NUMBER
561STC_BAAN_WORD = _stc.STC_BAAN_WORD
562STC_BAAN_STRING = _stc.STC_BAAN_STRING
563STC_BAAN_PREPROCESSOR = _stc.STC_BAAN_PREPROCESSOR
564STC_BAAN_OPERATOR = _stc.STC_BAAN_OPERATOR
565STC_BAAN_IDENTIFIER = _stc.STC_BAAN_IDENTIFIER
566STC_BAAN_STRINGEOL = _stc.STC_BAAN_STRINGEOL
567STC_BAAN_WORD2 = _stc.STC_BAAN_WORD2
568STC_LISP_DEFAULT = _stc.STC_LISP_DEFAULT
569STC_LISP_COMMENT = _stc.STC_LISP_COMMENT
570STC_LISP_NUMBER = _stc.STC_LISP_NUMBER
571STC_LISP_KEYWORD = _stc.STC_LISP_KEYWORD
572STC_LISP_STRING = _stc.STC_LISP_STRING
573STC_LISP_STRINGEOL = _stc.STC_LISP_STRINGEOL
574STC_LISP_IDENTIFIER = _stc.STC_LISP_IDENTIFIER
575STC_LISP_OPERATOR = _stc.STC_LISP_OPERATOR
576STC_EIFFEL_DEFAULT = _stc.STC_EIFFEL_DEFAULT
577STC_EIFFEL_COMMENTLINE = _stc.STC_EIFFEL_COMMENTLINE
578STC_EIFFEL_NUMBER = _stc.STC_EIFFEL_NUMBER
579STC_EIFFEL_WORD = _stc.STC_EIFFEL_WORD
580STC_EIFFEL_STRING = _stc.STC_EIFFEL_STRING
581STC_EIFFEL_CHARACTER = _stc.STC_EIFFEL_CHARACTER
582STC_EIFFEL_OPERATOR = _stc.STC_EIFFEL_OPERATOR
583STC_EIFFEL_IDENTIFIER = _stc.STC_EIFFEL_IDENTIFIER
584STC_EIFFEL_STRINGEOL = _stc.STC_EIFFEL_STRINGEOL
585STC_NNCRONTAB_DEFAULT = _stc.STC_NNCRONTAB_DEFAULT
586STC_NNCRONTAB_COMMENT = _stc.STC_NNCRONTAB_COMMENT
587STC_NNCRONTAB_TASK = _stc.STC_NNCRONTAB_TASK
588STC_NNCRONTAB_SECTION = _stc.STC_NNCRONTAB_SECTION
589STC_NNCRONTAB_KEYWORD = _stc.STC_NNCRONTAB_KEYWORD
590STC_NNCRONTAB_MODIFIER = _stc.STC_NNCRONTAB_MODIFIER
591STC_NNCRONTAB_ASTERISK = _stc.STC_NNCRONTAB_ASTERISK
592STC_NNCRONTAB_NUMBER = _stc.STC_NNCRONTAB_NUMBER
593STC_NNCRONTAB_STRING = _stc.STC_NNCRONTAB_STRING
594STC_NNCRONTAB_ENVIRONMENT = _stc.STC_NNCRONTAB_ENVIRONMENT
595STC_NNCRONTAB_IDENTIFIER = _stc.STC_NNCRONTAB_IDENTIFIER
596STC_FORTH_DEFAULT = _stc.STC_FORTH_DEFAULT
597STC_FORTH_COMMENT = _stc.STC_FORTH_COMMENT
598STC_FORTH_COMMENT_ML = _stc.STC_FORTH_COMMENT_ML
599STC_FORTH_IDENTIFIER = _stc.STC_FORTH_IDENTIFIER
600STC_FORTH_CONTROL = _stc.STC_FORTH_CONTROL
601STC_FORTH_KEYWORD = _stc.STC_FORTH_KEYWORD
602STC_FORTH_DEFWORD = _stc.STC_FORTH_DEFWORD
603STC_FORTH_PREWORD1 = _stc.STC_FORTH_PREWORD1
604STC_FORTH_PREWORD2 = _stc.STC_FORTH_PREWORD2
605STC_FORTH_NUMBER = _stc.STC_FORTH_NUMBER
606STC_FORTH_STRING = _stc.STC_FORTH_STRING
607STC_FORTH_LOCALE = _stc.STC_FORTH_LOCALE
608STC_MATLAB_DEFAULT = _stc.STC_MATLAB_DEFAULT
609STC_MATLAB_COMMENT = _stc.STC_MATLAB_COMMENT
610STC_MATLAB_COMMAND = _stc.STC_MATLAB_COMMAND
611STC_MATLAB_NUMBER = _stc.STC_MATLAB_NUMBER
612STC_MATLAB_KEYWORD = _stc.STC_MATLAB_KEYWORD
613STC_MATLAB_STRING = _stc.STC_MATLAB_STRING
614STC_MATLAB_OPERATOR = _stc.STC_MATLAB_OPERATOR
615STC_MATLAB_IDENTIFIER = _stc.STC_MATLAB_IDENTIFIER
616STC_MATLAB_DOUBLEQUOTESTRING = _stc.STC_MATLAB_DOUBLEQUOTESTRING
617STC_SCRIPTOL_DEFAULT = _stc.STC_SCRIPTOL_DEFAULT
618STC_SCRIPTOL_WHITE = _stc.STC_SCRIPTOL_WHITE
619STC_SCRIPTOL_COMMENTLINE = _stc.STC_SCRIPTOL_COMMENTLINE
620STC_SCRIPTOL_PERSISTENT = _stc.STC_SCRIPTOL_PERSISTENT
621STC_SCRIPTOL_CSTYLE = _stc.STC_SCRIPTOL_CSTYLE
622STC_SCRIPTOL_COMMENTBLOCK = _stc.STC_SCRIPTOL_COMMENTBLOCK
623STC_SCRIPTOL_NUMBER = _stc.STC_SCRIPTOL_NUMBER
624STC_SCRIPTOL_STRING = _stc.STC_SCRIPTOL_STRING
625STC_SCRIPTOL_CHARACTER = _stc.STC_SCRIPTOL_CHARACTER
626STC_SCRIPTOL_STRINGEOL = _stc.STC_SCRIPTOL_STRINGEOL
627STC_SCRIPTOL_KEYWORD = _stc.STC_SCRIPTOL_KEYWORD
628STC_SCRIPTOL_OPERATOR = _stc.STC_SCRIPTOL_OPERATOR
629STC_SCRIPTOL_IDENTIFIER = _stc.STC_SCRIPTOL_IDENTIFIER
630STC_SCRIPTOL_TRIPLE = _stc.STC_SCRIPTOL_TRIPLE
631STC_SCRIPTOL_CLASSNAME = _stc.STC_SCRIPTOL_CLASSNAME
632STC_SCRIPTOL_PREPROCESSOR = _stc.STC_SCRIPTOL_PREPROCESSOR
633STC_ASM_DEFAULT = _stc.STC_ASM_DEFAULT
634STC_ASM_COMMENT = _stc.STC_ASM_COMMENT
635STC_ASM_NUMBER = _stc.STC_ASM_NUMBER
636STC_ASM_STRING = _stc.STC_ASM_STRING
637STC_ASM_OPERATOR = _stc.STC_ASM_OPERATOR
638STC_ASM_IDENTIFIER = _stc.STC_ASM_IDENTIFIER
639STC_ASM_CPUINSTRUCTION = _stc.STC_ASM_CPUINSTRUCTION
640STC_ASM_MATHINSTRUCTION = _stc.STC_ASM_MATHINSTRUCTION
641STC_ASM_REGISTER = _stc.STC_ASM_REGISTER
642STC_ASM_DIRECTIVE = _stc.STC_ASM_DIRECTIVE
643STC_ASM_DIRECTIVEOPERAND = _stc.STC_ASM_DIRECTIVEOPERAND
644STC_ASM_COMMENTBLOCK = _stc.STC_ASM_COMMENTBLOCK
645STC_ASM_CHARACTER = _stc.STC_ASM_CHARACTER
646STC_ASM_STRINGEOL = _stc.STC_ASM_STRINGEOL
647STC_ASM_EXTINSTRUCTION = _stc.STC_ASM_EXTINSTRUCTION
648STC_F_DEFAULT = _stc.STC_F_DEFAULT
649STC_F_COMMENT = _stc.STC_F_COMMENT
650STC_F_NUMBER = _stc.STC_F_NUMBER
651STC_F_STRING1 = _stc.STC_F_STRING1
652STC_F_STRING2 = _stc.STC_F_STRING2
653STC_F_STRINGEOL = _stc.STC_F_STRINGEOL
654STC_F_OPERATOR = _stc.STC_F_OPERATOR
655STC_F_IDENTIFIER = _stc.STC_F_IDENTIFIER
656STC_F_WORD = _stc.STC_F_WORD
657STC_F_WORD2 = _stc.STC_F_WORD2
658STC_F_WORD3 = _stc.STC_F_WORD3
659STC_F_PREPROCESSOR = _stc.STC_F_PREPROCESSOR
660STC_F_OPERATOR2 = _stc.STC_F_OPERATOR2
661STC_F_LABEL = _stc.STC_F_LABEL
662STC_F_CONTINUATION = _stc.STC_F_CONTINUATION
663STC_CSS_DEFAULT = _stc.STC_CSS_DEFAULT
664STC_CSS_TAG = _stc.STC_CSS_TAG
665STC_CSS_CLASS = _stc.STC_CSS_CLASS
666STC_CSS_PSEUDOCLASS = _stc.STC_CSS_PSEUDOCLASS
667STC_CSS_UNKNOWN_PSEUDOCLASS = _stc.STC_CSS_UNKNOWN_PSEUDOCLASS
668STC_CSS_OPERATOR = _stc.STC_CSS_OPERATOR
669STC_CSS_IDENTIFIER = _stc.STC_CSS_IDENTIFIER
670STC_CSS_UNKNOWN_IDENTIFIER = _stc.STC_CSS_UNKNOWN_IDENTIFIER
671STC_CSS_VALUE = _stc.STC_CSS_VALUE
672STC_CSS_COMMENT = _stc.STC_CSS_COMMENT
673STC_CSS_ID = _stc.STC_CSS_ID
674STC_CSS_IMPORTANT = _stc.STC_CSS_IMPORTANT
675STC_CSS_DIRECTIVE = _stc.STC_CSS_DIRECTIVE
676STC_CSS_DOUBLESTRING = _stc.STC_CSS_DOUBLESTRING
677STC_CSS_SINGLESTRING = _stc.STC_CSS_SINGLESTRING
678STC_POV_DEFAULT = _stc.STC_POV_DEFAULT
679STC_POV_COMMENT = _stc.STC_POV_COMMENT
680STC_POV_COMMENTLINE = _stc.STC_POV_COMMENTLINE
681STC_POV_NUMBER = _stc.STC_POV_NUMBER
682STC_POV_OPERATOR = _stc.STC_POV_OPERATOR
683STC_POV_IDENTIFIER = _stc.STC_POV_IDENTIFIER
684STC_POV_STRING = _stc.STC_POV_STRING
685STC_POV_STRINGEOL = _stc.STC_POV_STRINGEOL
686STC_POV_DIRECTIVE = _stc.STC_POV_DIRECTIVE
687STC_POV_BADDIRECTIVE = _stc.STC_POV_BADDIRECTIVE
688STC_POV_WORD2 = _stc.STC_POV_WORD2
689STC_POV_WORD3 = _stc.STC_POV_WORD3
690STC_POV_WORD4 = _stc.STC_POV_WORD4
691STC_POV_WORD5 = _stc.STC_POV_WORD5
692STC_POV_WORD6 = _stc.STC_POV_WORD6
693STC_POV_WORD7 = _stc.STC_POV_WORD7
694STC_POV_WORD8 = _stc.STC_POV_WORD8
695STC_LOUT_DEFAULT = _stc.STC_LOUT_DEFAULT
696STC_LOUT_COMMENT = _stc.STC_LOUT_COMMENT
697STC_LOUT_NUMBER = _stc.STC_LOUT_NUMBER
698STC_LOUT_WORD = _stc.STC_LOUT_WORD
699STC_LOUT_WORD2 = _stc.STC_LOUT_WORD2
700STC_LOUT_WORD3 = _stc.STC_LOUT_WORD3
701STC_LOUT_WORD4 = _stc.STC_LOUT_WORD4
702STC_LOUT_STRING = _stc.STC_LOUT_STRING
703STC_LOUT_OPERATOR = _stc.STC_LOUT_OPERATOR
704STC_LOUT_IDENTIFIER = _stc.STC_LOUT_IDENTIFIER
705STC_LOUT_STRINGEOL = _stc.STC_LOUT_STRINGEOL
706STC_ESCRIPT_DEFAULT = _stc.STC_ESCRIPT_DEFAULT
707STC_ESCRIPT_COMMENT = _stc.STC_ESCRIPT_COMMENT
708STC_ESCRIPT_COMMENTLINE = _stc.STC_ESCRIPT_COMMENTLINE
709STC_ESCRIPT_COMMENTDOC = _stc.STC_ESCRIPT_COMMENTDOC
710STC_ESCRIPT_NUMBER = _stc.STC_ESCRIPT_NUMBER
711STC_ESCRIPT_WORD = _stc.STC_ESCRIPT_WORD
712STC_ESCRIPT_STRING = _stc.STC_ESCRIPT_STRING
713STC_ESCRIPT_OPERATOR = _stc.STC_ESCRIPT_OPERATOR
714STC_ESCRIPT_IDENTIFIER = _stc.STC_ESCRIPT_IDENTIFIER
715STC_ESCRIPT_BRACE = _stc.STC_ESCRIPT_BRACE
716STC_ESCRIPT_WORD2 = _stc.STC_ESCRIPT_WORD2
717STC_ESCRIPT_WORD3 = _stc.STC_ESCRIPT_WORD3
718STC_PS_DEFAULT = _stc.STC_PS_DEFAULT
719STC_PS_COMMENT = _stc.STC_PS_COMMENT
720STC_PS_DSC_COMMENT = _stc.STC_PS_DSC_COMMENT
721STC_PS_DSC_VALUE = _stc.STC_PS_DSC_VALUE
722STC_PS_NUMBER = _stc.STC_PS_NUMBER
723STC_PS_NAME = _stc.STC_PS_NAME
724STC_PS_KEYWORD = _stc.STC_PS_KEYWORD
725STC_PS_LITERAL = _stc.STC_PS_LITERAL
726STC_PS_IMMEVAL = _stc.STC_PS_IMMEVAL
727STC_PS_PAREN_ARRAY = _stc.STC_PS_PAREN_ARRAY
728STC_PS_PAREN_DICT = _stc.STC_PS_PAREN_DICT
729STC_PS_PAREN_PROC = _stc.STC_PS_PAREN_PROC
730STC_PS_TEXT = _stc.STC_PS_TEXT
731STC_PS_HEXSTRING = _stc.STC_PS_HEXSTRING
732STC_PS_BASE85STRING = _stc.STC_PS_BASE85STRING
733STC_PS_BADSTRINGCHAR = _stc.STC_PS_BADSTRINGCHAR
734STC_NSIS_DEFAULT = _stc.STC_NSIS_DEFAULT
735STC_NSIS_COMMENT = _stc.STC_NSIS_COMMENT
736STC_NSIS_STRINGDQ = _stc.STC_NSIS_STRINGDQ
737STC_NSIS_STRINGLQ = _stc.STC_NSIS_STRINGLQ
738STC_NSIS_STRINGRQ = _stc.STC_NSIS_STRINGRQ
739STC_NSIS_FUNCTION = _stc.STC_NSIS_FUNCTION
740STC_NSIS_VARIABLE = _stc.STC_NSIS_VARIABLE
741STC_NSIS_LABEL = _stc.STC_NSIS_LABEL
742STC_NSIS_USERDEFINED = _stc.STC_NSIS_USERDEFINED
743STC_NSIS_SECTIONDEF = _stc.STC_NSIS_SECTIONDEF
744STC_NSIS_SUBSECTIONDEF = _stc.STC_NSIS_SUBSECTIONDEF
745STC_NSIS_IFDEFINEDEF = _stc.STC_NSIS_IFDEFINEDEF
746STC_NSIS_MACRODEF = _stc.STC_NSIS_MACRODEF
747STC_NSIS_STRINGVAR = _stc.STC_NSIS_STRINGVAR
5e483524 748STC_NSIS_NUMBER = _stc.STC_NSIS_NUMBER
cfe5e918
RD
749STC_MMIXAL_LEADWS = _stc.STC_MMIXAL_LEADWS
750STC_MMIXAL_COMMENT = _stc.STC_MMIXAL_COMMENT
751STC_MMIXAL_LABEL = _stc.STC_MMIXAL_LABEL
752STC_MMIXAL_OPCODE = _stc.STC_MMIXAL_OPCODE
753STC_MMIXAL_OPCODE_PRE = _stc.STC_MMIXAL_OPCODE_PRE
754STC_MMIXAL_OPCODE_VALID = _stc.STC_MMIXAL_OPCODE_VALID
755STC_MMIXAL_OPCODE_UNKNOWN = _stc.STC_MMIXAL_OPCODE_UNKNOWN
756STC_MMIXAL_OPCODE_POST = _stc.STC_MMIXAL_OPCODE_POST
757STC_MMIXAL_OPERANDS = _stc.STC_MMIXAL_OPERANDS
758STC_MMIXAL_NUMBER = _stc.STC_MMIXAL_NUMBER
759STC_MMIXAL_REF = _stc.STC_MMIXAL_REF
760STC_MMIXAL_CHAR = _stc.STC_MMIXAL_CHAR
761STC_MMIXAL_STRING = _stc.STC_MMIXAL_STRING
762STC_MMIXAL_REGISTER = _stc.STC_MMIXAL_REGISTER
763STC_MMIXAL_HEX = _stc.STC_MMIXAL_HEX
764STC_MMIXAL_OPERATOR = _stc.STC_MMIXAL_OPERATOR
765STC_MMIXAL_SYMBOL = _stc.STC_MMIXAL_SYMBOL
766STC_MMIXAL_INCLUDE = _stc.STC_MMIXAL_INCLUDE
767STC_CLW_DEFAULT = _stc.STC_CLW_DEFAULT
768STC_CLW_LABEL = _stc.STC_CLW_LABEL
769STC_CLW_COMMENT = _stc.STC_CLW_COMMENT
770STC_CLW_STRING = _stc.STC_CLW_STRING
771STC_CLW_USER_IDENTIFIER = _stc.STC_CLW_USER_IDENTIFIER
772STC_CLW_INTEGER_CONSTANT = _stc.STC_CLW_INTEGER_CONSTANT
773STC_CLW_REAL_CONSTANT = _stc.STC_CLW_REAL_CONSTANT
774STC_CLW_PICTURE_STRING = _stc.STC_CLW_PICTURE_STRING
775STC_CLW_KEYWORD = _stc.STC_CLW_KEYWORD
776STC_CLW_COMPILER_DIRECTIVE = _stc.STC_CLW_COMPILER_DIRECTIVE
777STC_CLW_BUILTIN_PROCEDURES_FUNCTION = _stc.STC_CLW_BUILTIN_PROCEDURES_FUNCTION
778STC_CLW_STRUCTURE_DATA_TYPE = _stc.STC_CLW_STRUCTURE_DATA_TYPE
779STC_CLW_ATTRIBUTE = _stc.STC_CLW_ATTRIBUTE
780STC_CLW_STANDARD_EQUATE = _stc.STC_CLW_STANDARD_EQUATE
781STC_CLW_ERROR = _stc.STC_CLW_ERROR
782STC_LOT_DEFAULT = _stc.STC_LOT_DEFAULT
783STC_LOT_HEADER = _stc.STC_LOT_HEADER
784STC_LOT_BREAK = _stc.STC_LOT_BREAK
785STC_LOT_SET = _stc.STC_LOT_SET
786STC_LOT_PASS = _stc.STC_LOT_PASS
787STC_LOT_FAIL = _stc.STC_LOT_FAIL
788STC_LOT_ABORT = _stc.STC_LOT_ABORT
789STC_YAML_DEFAULT = _stc.STC_YAML_DEFAULT
790STC_YAML_COMMENT = _stc.STC_YAML_COMMENT
791STC_YAML_IDENTIFIER = _stc.STC_YAML_IDENTIFIER
792STC_YAML_KEYWORD = _stc.STC_YAML_KEYWORD
793STC_YAML_NUMBER = _stc.STC_YAML_NUMBER
794STC_YAML_REFERENCE = _stc.STC_YAML_REFERENCE
795STC_YAML_DOCUMENT = _stc.STC_YAML_DOCUMENT
796STC_YAML_TEXT = _stc.STC_YAML_TEXT
797STC_YAML_ERROR = _stc.STC_YAML_ERROR
798STC_TEX_DEFAULT = _stc.STC_TEX_DEFAULT
799STC_TEX_SPECIAL = _stc.STC_TEX_SPECIAL
800STC_TEX_GROUP = _stc.STC_TEX_GROUP
801STC_TEX_SYMBOL = _stc.STC_TEX_SYMBOL
802STC_TEX_COMMAND = _stc.STC_TEX_COMMAND
803STC_TEX_TEXT = _stc.STC_TEX_TEXT
804STC_METAPOST_DEFAULT = _stc.STC_METAPOST_DEFAULT
805STC_METAPOST_SPECIAL = _stc.STC_METAPOST_SPECIAL
806STC_METAPOST_GROUP = _stc.STC_METAPOST_GROUP
807STC_METAPOST_SYMBOL = _stc.STC_METAPOST_SYMBOL
808STC_METAPOST_COMMAND = _stc.STC_METAPOST_COMMAND
809STC_METAPOST_TEXT = _stc.STC_METAPOST_TEXT
810STC_METAPOST_EXTRA = _stc.STC_METAPOST_EXTRA
811STC_ERLANG_DEFAULT = _stc.STC_ERLANG_DEFAULT
812STC_ERLANG_COMMENT = _stc.STC_ERLANG_COMMENT
813STC_ERLANG_VARIABLE = _stc.STC_ERLANG_VARIABLE
814STC_ERLANG_NUMBER = _stc.STC_ERLANG_NUMBER
815STC_ERLANG_KEYWORD = _stc.STC_ERLANG_KEYWORD
816STC_ERLANG_STRING = _stc.STC_ERLANG_STRING
817STC_ERLANG_OPERATOR = _stc.STC_ERLANG_OPERATOR
818STC_ERLANG_ATOM = _stc.STC_ERLANG_ATOM
819STC_ERLANG_FUNCTION_NAME = _stc.STC_ERLANG_FUNCTION_NAME
820STC_ERLANG_CHARACTER = _stc.STC_ERLANG_CHARACTER
821STC_ERLANG_MACRO = _stc.STC_ERLANG_MACRO
822STC_ERLANG_RECORD = _stc.STC_ERLANG_RECORD
823STC_ERLANG_SEPARATOR = _stc.STC_ERLANG_SEPARATOR
824STC_ERLANG_NODE_NAME = _stc.STC_ERLANG_NODE_NAME
825STC_ERLANG_UNKNOWN = _stc.STC_ERLANG_UNKNOWN
5e483524
RD
826STC_MSSQL_DEFAULT = _stc.STC_MSSQL_DEFAULT
827STC_MSSQL_COMMENT = _stc.STC_MSSQL_COMMENT
828STC_MSSQL_LINE_COMMENT = _stc.STC_MSSQL_LINE_COMMENT
829STC_MSSQL_NUMBER = _stc.STC_MSSQL_NUMBER
830STC_MSSQL_STRING = _stc.STC_MSSQL_STRING
831STC_MSSQL_OPERATOR = _stc.STC_MSSQL_OPERATOR
832STC_MSSQL_IDENTIFIER = _stc.STC_MSSQL_IDENTIFIER
833STC_MSSQL_VARIABLE = _stc.STC_MSSQL_VARIABLE
834STC_MSSQL_COLUMN_NAME = _stc.STC_MSSQL_COLUMN_NAME
835STC_MSSQL_STATEMENT = _stc.STC_MSSQL_STATEMENT
836STC_MSSQL_DATATYPE = _stc.STC_MSSQL_DATATYPE
837STC_MSSQL_SYSTABLE = _stc.STC_MSSQL_SYSTABLE
838STC_MSSQL_GLOBAL_VARIABLE = _stc.STC_MSSQL_GLOBAL_VARIABLE
839STC_MSSQL_FUNCTION = _stc.STC_MSSQL_FUNCTION
840STC_MSSQL_STORED_PROCEDURE = _stc.STC_MSSQL_STORED_PROCEDURE
841STC_MSSQL_DEFAULT_PREF_DATATYPE = _stc.STC_MSSQL_DEFAULT_PREF_DATATYPE
842STC_MSSQL_COLUMN_NAME_2 = _stc.STC_MSSQL_COLUMN_NAME_2
843STC_V_DEFAULT = _stc.STC_V_DEFAULT
844STC_V_COMMENT = _stc.STC_V_COMMENT
845STC_V_COMMENTLINE = _stc.STC_V_COMMENTLINE
846STC_V_COMMENTLINEBANG = _stc.STC_V_COMMENTLINEBANG
847STC_V_NUMBER = _stc.STC_V_NUMBER
848STC_V_WORD = _stc.STC_V_WORD
849STC_V_STRING = _stc.STC_V_STRING
850STC_V_WORD2 = _stc.STC_V_WORD2
851STC_V_WORD3 = _stc.STC_V_WORD3
852STC_V_PREPROCESSOR = _stc.STC_V_PREPROCESSOR
853STC_V_OPERATOR = _stc.STC_V_OPERATOR
854STC_V_IDENTIFIER = _stc.STC_V_IDENTIFIER
855STC_V_STRINGEOL = _stc.STC_V_STRINGEOL
856STC_V_USER = _stc.STC_V_USER
857STC_KIX_DEFAULT = _stc.STC_KIX_DEFAULT
858STC_KIX_COMMENT = _stc.STC_KIX_COMMENT
859STC_KIX_STRING1 = _stc.STC_KIX_STRING1
860STC_KIX_STRING2 = _stc.STC_KIX_STRING2
861STC_KIX_NUMBER = _stc.STC_KIX_NUMBER
862STC_KIX_VAR = _stc.STC_KIX_VAR
863STC_KIX_MACRO = _stc.STC_KIX_MACRO
864STC_KIX_KEYWORD = _stc.STC_KIX_KEYWORD
865STC_KIX_FUNCTIONS = _stc.STC_KIX_FUNCTIONS
866STC_KIX_OPERATOR = _stc.STC_KIX_OPERATOR
867STC_KIX_IDENTIFIER = _stc.STC_KIX_IDENTIFIER
868STC_GC_DEFAULT = _stc.STC_GC_DEFAULT
869STC_GC_COMMENTLINE = _stc.STC_GC_COMMENTLINE
870STC_GC_COMMENTBLOCK = _stc.STC_GC_COMMENTBLOCK
871STC_GC_GLOBAL = _stc.STC_GC_GLOBAL
872STC_GC_EVENT = _stc.STC_GC_EVENT
873STC_GC_ATTRIBUTE = _stc.STC_GC_ATTRIBUTE
874STC_GC_CONTROL = _stc.STC_GC_CONTROL
875STC_GC_COMMAND = _stc.STC_GC_COMMAND
876STC_GC_STRING = _stc.STC_GC_STRING
877STC_GC_OPERATOR = _stc.STC_GC_OPERATOR
878STC_SN_DEFAULT = _stc.STC_SN_DEFAULT
879STC_SN_CODE = _stc.STC_SN_CODE
880STC_SN_COMMENTLINE = _stc.STC_SN_COMMENTLINE
881STC_SN_COMMENTLINEBANG = _stc.STC_SN_COMMENTLINEBANG
882STC_SN_NUMBER = _stc.STC_SN_NUMBER
883STC_SN_WORD = _stc.STC_SN_WORD
884STC_SN_STRING = _stc.STC_SN_STRING
885STC_SN_WORD2 = _stc.STC_SN_WORD2
886STC_SN_WORD3 = _stc.STC_SN_WORD3
887STC_SN_PREPROCESSOR = _stc.STC_SN_PREPROCESSOR
888STC_SN_OPERATOR = _stc.STC_SN_OPERATOR
889STC_SN_IDENTIFIER = _stc.STC_SN_IDENTIFIER
890STC_SN_STRINGEOL = _stc.STC_SN_STRINGEOL
891STC_SN_REGEXTAG = _stc.STC_SN_REGEXTAG
892STC_SN_SIGNAL = _stc.STC_SN_SIGNAL
893STC_SN_USER = _stc.STC_SN_USER
894STC_AU3_DEFAULT = _stc.STC_AU3_DEFAULT
895STC_AU3_COMMENT = _stc.STC_AU3_COMMENT
896STC_AU3_COMMENTBLOCK = _stc.STC_AU3_COMMENTBLOCK
897STC_AU3_NUMBER = _stc.STC_AU3_NUMBER
898STC_AU3_FUNCTION = _stc.STC_AU3_FUNCTION
899STC_AU3_KEYWORD = _stc.STC_AU3_KEYWORD
900STC_AU3_MACRO = _stc.STC_AU3_MACRO
901STC_AU3_STRING = _stc.STC_AU3_STRING
902STC_AU3_OPERATOR = _stc.STC_AU3_OPERATOR
903STC_AU3_VARIABLE = _stc.STC_AU3_VARIABLE
904STC_AU3_SENT = _stc.STC_AU3_SENT
905STC_AU3_PREPROCESSOR = _stc.STC_AU3_PREPROCESSOR
906STC_APDL_DEFAULT = _stc.STC_APDL_DEFAULT
907STC_APDL_COMMENT = _stc.STC_APDL_COMMENT
908STC_APDL_COMMENTBLOCK = _stc.STC_APDL_COMMENTBLOCK
909STC_APDL_NUMBER = _stc.STC_APDL_NUMBER
910STC_APDL_STRING = _stc.STC_APDL_STRING
911STC_APDL_WORD = _stc.STC_APDL_WORD
912STC_APDL_COMMAND = _stc.STC_APDL_COMMAND
913STC_APDL_PROCESSOR = _stc.STC_APDL_PROCESSOR
914STC_APDL_FUNCTION = _stc.STC_APDL_FUNCTION
915STC_SH_DEFAULT = _stc.STC_SH_DEFAULT
916STC_SH_ERROR = _stc.STC_SH_ERROR
917STC_SH_COMMENTLINE = _stc.STC_SH_COMMENTLINE
918STC_SH_NUMBER = _stc.STC_SH_NUMBER
919STC_SH_WORD = _stc.STC_SH_WORD
920STC_SH_STRING = _stc.STC_SH_STRING
921STC_SH_CHARACTER = _stc.STC_SH_CHARACTER
922STC_SH_OPERATOR = _stc.STC_SH_OPERATOR
923STC_SH_IDENTIFIER = _stc.STC_SH_IDENTIFIER
924STC_SH_SCALAR = _stc.STC_SH_SCALAR
925STC_SH_PARAM = _stc.STC_SH_PARAM
926STC_SH_BACKTICKS = _stc.STC_SH_BACKTICKS
927STC_SH_HERE_DELIM = _stc.STC_SH_HERE_DELIM
928STC_SH_HERE_Q = _stc.STC_SH_HERE_Q
cfe5e918
RD
929STC_CMD_REDO = _stc.STC_CMD_REDO
930STC_CMD_SELECTALL = _stc.STC_CMD_SELECTALL
931STC_CMD_UNDO = _stc.STC_CMD_UNDO
932STC_CMD_CUT = _stc.STC_CMD_CUT
933STC_CMD_COPY = _stc.STC_CMD_COPY
934STC_CMD_PASTE = _stc.STC_CMD_PASTE
935STC_CMD_CLEAR = _stc.STC_CMD_CLEAR
936STC_CMD_LINEDOWN = _stc.STC_CMD_LINEDOWN
937STC_CMD_LINEDOWNEXTEND = _stc.STC_CMD_LINEDOWNEXTEND
938STC_CMD_LINEUP = _stc.STC_CMD_LINEUP
939STC_CMD_LINEUPEXTEND = _stc.STC_CMD_LINEUPEXTEND
940STC_CMD_CHARLEFT = _stc.STC_CMD_CHARLEFT
941STC_CMD_CHARLEFTEXTEND = _stc.STC_CMD_CHARLEFTEXTEND
942STC_CMD_CHARRIGHT = _stc.STC_CMD_CHARRIGHT
943STC_CMD_CHARRIGHTEXTEND = _stc.STC_CMD_CHARRIGHTEXTEND
944STC_CMD_WORDLEFT = _stc.STC_CMD_WORDLEFT
945STC_CMD_WORDLEFTEXTEND = _stc.STC_CMD_WORDLEFTEXTEND
946STC_CMD_WORDRIGHT = _stc.STC_CMD_WORDRIGHT
947STC_CMD_WORDRIGHTEXTEND = _stc.STC_CMD_WORDRIGHTEXTEND
948STC_CMD_HOME = _stc.STC_CMD_HOME
949STC_CMD_HOMEEXTEND = _stc.STC_CMD_HOMEEXTEND
950STC_CMD_LINEEND = _stc.STC_CMD_LINEEND
951STC_CMD_LINEENDEXTEND = _stc.STC_CMD_LINEENDEXTEND
952STC_CMD_DOCUMENTSTART = _stc.STC_CMD_DOCUMENTSTART
953STC_CMD_DOCUMENTSTARTEXTEND = _stc.STC_CMD_DOCUMENTSTARTEXTEND
954STC_CMD_DOCUMENTEND = _stc.STC_CMD_DOCUMENTEND
955STC_CMD_DOCUMENTENDEXTEND = _stc.STC_CMD_DOCUMENTENDEXTEND
956STC_CMD_PAGEUP = _stc.STC_CMD_PAGEUP
957STC_CMD_PAGEUPEXTEND = _stc.STC_CMD_PAGEUPEXTEND
958STC_CMD_PAGEDOWN = _stc.STC_CMD_PAGEDOWN
959STC_CMD_PAGEDOWNEXTEND = _stc.STC_CMD_PAGEDOWNEXTEND
960STC_CMD_EDITTOGGLEOVERTYPE = _stc.STC_CMD_EDITTOGGLEOVERTYPE
961STC_CMD_CANCEL = _stc.STC_CMD_CANCEL
962STC_CMD_DELETEBACK = _stc.STC_CMD_DELETEBACK
963STC_CMD_TAB = _stc.STC_CMD_TAB
964STC_CMD_BACKTAB = _stc.STC_CMD_BACKTAB
965STC_CMD_NEWLINE = _stc.STC_CMD_NEWLINE
966STC_CMD_FORMFEED = _stc.STC_CMD_FORMFEED
967STC_CMD_VCHOME = _stc.STC_CMD_VCHOME
968STC_CMD_VCHOMEEXTEND = _stc.STC_CMD_VCHOMEEXTEND
969STC_CMD_ZOOMIN = _stc.STC_CMD_ZOOMIN
970STC_CMD_ZOOMOUT = _stc.STC_CMD_ZOOMOUT
971STC_CMD_DELWORDLEFT = _stc.STC_CMD_DELWORDLEFT
972STC_CMD_DELWORDRIGHT = _stc.STC_CMD_DELWORDRIGHT
973STC_CMD_LINECUT = _stc.STC_CMD_LINECUT
974STC_CMD_LINEDELETE = _stc.STC_CMD_LINEDELETE
975STC_CMD_LINETRANSPOSE = _stc.STC_CMD_LINETRANSPOSE
976STC_CMD_LINEDUPLICATE = _stc.STC_CMD_LINEDUPLICATE
977STC_CMD_LOWERCASE = _stc.STC_CMD_LOWERCASE
978STC_CMD_UPPERCASE = _stc.STC_CMD_UPPERCASE
979STC_CMD_LINESCROLLDOWN = _stc.STC_CMD_LINESCROLLDOWN
980STC_CMD_LINESCROLLUP = _stc.STC_CMD_LINESCROLLUP
981STC_CMD_DELETEBACKNOTLINE = _stc.STC_CMD_DELETEBACKNOTLINE
982STC_CMD_HOMEDISPLAY = _stc.STC_CMD_HOMEDISPLAY
983STC_CMD_HOMEDISPLAYEXTEND = _stc.STC_CMD_HOMEDISPLAYEXTEND
984STC_CMD_LINEENDDISPLAY = _stc.STC_CMD_LINEENDDISPLAY
985STC_CMD_LINEENDDISPLAYEXTEND = _stc.STC_CMD_LINEENDDISPLAYEXTEND
986STC_CMD_HOMEWRAP = _stc.STC_CMD_HOMEWRAP
987STC_CMD_HOMEWRAPEXTEND = _stc.STC_CMD_HOMEWRAPEXTEND
988STC_CMD_LINEENDWRAP = _stc.STC_CMD_LINEENDWRAP
989STC_CMD_LINEENDWRAPEXTEND = _stc.STC_CMD_LINEENDWRAPEXTEND
990STC_CMD_VCHOMEWRAP = _stc.STC_CMD_VCHOMEWRAP
991STC_CMD_VCHOMEWRAPEXTEND = _stc.STC_CMD_VCHOMEWRAPEXTEND
992STC_CMD_LINECOPY = _stc.STC_CMD_LINECOPY
993STC_CMD_WORDPARTLEFT = _stc.STC_CMD_WORDPARTLEFT
994STC_CMD_WORDPARTLEFTEXTEND = _stc.STC_CMD_WORDPARTLEFTEXTEND
995STC_CMD_WORDPARTRIGHT = _stc.STC_CMD_WORDPARTRIGHT
996STC_CMD_WORDPARTRIGHTEXTEND = _stc.STC_CMD_WORDPARTRIGHTEXTEND
997STC_CMD_DELLINELEFT = _stc.STC_CMD_DELLINELEFT
998STC_CMD_DELLINERIGHT = _stc.STC_CMD_DELLINERIGHT
999STC_CMD_PARADOWN = _stc.STC_CMD_PARADOWN
1000STC_CMD_PARADOWNEXTEND = _stc.STC_CMD_PARADOWNEXTEND
1001STC_CMD_PARAUP = _stc.STC_CMD_PARAUP
1002STC_CMD_PARAUPEXTEND = _stc.STC_CMD_PARAUPEXTEND
1003STC_CMD_LINEDOWNRECTEXTEND = _stc.STC_CMD_LINEDOWNRECTEXTEND
1004STC_CMD_LINEUPRECTEXTEND = _stc.STC_CMD_LINEUPRECTEXTEND
1005STC_CMD_CHARLEFTRECTEXTEND = _stc.STC_CMD_CHARLEFTRECTEXTEND
1006STC_CMD_CHARRIGHTRECTEXTEND = _stc.STC_CMD_CHARRIGHTRECTEXTEND
1007STC_CMD_HOMERECTEXTEND = _stc.STC_CMD_HOMERECTEXTEND
1008STC_CMD_VCHOMERECTEXTEND = _stc.STC_CMD_VCHOMERECTEXTEND
1009STC_CMD_LINEENDRECTEXTEND = _stc.STC_CMD_LINEENDRECTEXTEND
1010STC_CMD_PAGEUPRECTEXTEND = _stc.STC_CMD_PAGEUPRECTEXTEND
1011STC_CMD_PAGEDOWNRECTEXTEND = _stc.STC_CMD_PAGEDOWNRECTEXTEND
1012STC_CMD_STUTTEREDPAGEUP = _stc.STC_CMD_STUTTEREDPAGEUP
1013STC_CMD_STUTTEREDPAGEUPEXTEND = _stc.STC_CMD_STUTTEREDPAGEUPEXTEND
1014STC_CMD_STUTTEREDPAGEDOWN = _stc.STC_CMD_STUTTEREDPAGEDOWN
1015STC_CMD_STUTTEREDPAGEDOWNEXTEND = _stc.STC_CMD_STUTTEREDPAGEDOWNEXTEND
1016STC_CMD_WORDLEFTEND = _stc.STC_CMD_WORDLEFTEND
1017STC_CMD_WORDLEFTENDEXTEND = _stc.STC_CMD_WORDLEFTENDEXTEND
1018STC_CMD_WORDRIGHTEND = _stc.STC_CMD_WORDRIGHTEND
1019STC_CMD_WORDRIGHTENDEXTEND = _stc.STC_CMD_WORDRIGHTENDEXTEND
d55e5bfc 1020class StyledTextCtrl(_core.Control):
cfe5e918
RD
1021 def __repr__(self):
1022 return "<%s.%s; proxy of C++ wxStyledTextCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1023 def __init__(self, *args, **kwargs):
1024 """
248ed943
RD
1025 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1026 Size size=DefaultSize, long style=0, String name=STCNameStr) -> StyledTextCtrl
cfe5e918
RD
1027 """
1028 newobj = _stc.new_StyledTextCtrl(*args, **kwargs)
1029 self.this = newobj.this
1030 self.thisown = 1
1031 del newobj.thisown
1032 self._setOORInfo(self)
1033
1034 def Create(*args, **kwargs):
1035 """
248ed943
RD
1036 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1037 Size size=DefaultSize, long style=0, String name=wxSTCNameStr)
cfe5e918
RD
1038 """
1039 return _stc.StyledTextCtrl_Create(*args, **kwargs)
1040
1041 def AddText(*args, **kwargs):
a95a7133 1042 """AddText(self, String text)"""
cfe5e918
RD
1043 return _stc.StyledTextCtrl_AddText(*args, **kwargs)
1044
1045 def AddStyledText(*args, **kwargs):
a95a7133 1046 """AddStyledText(self, wxMemoryBuffer data)"""
cfe5e918
RD
1047 return _stc.StyledTextCtrl_AddStyledText(*args, **kwargs)
1048
1049 def InsertText(*args, **kwargs):
a95a7133 1050 """InsertText(self, int pos, String text)"""
cfe5e918
RD
1051 return _stc.StyledTextCtrl_InsertText(*args, **kwargs)
1052
1053 def ClearAll(*args, **kwargs):
a95a7133 1054 """ClearAll(self)"""
cfe5e918
RD
1055 return _stc.StyledTextCtrl_ClearAll(*args, **kwargs)
1056
1057 def ClearDocumentStyle(*args, **kwargs):
a95a7133 1058 """ClearDocumentStyle(self)"""
cfe5e918
RD
1059 return _stc.StyledTextCtrl_ClearDocumentStyle(*args, **kwargs)
1060
1061 def GetLength(*args, **kwargs):
a95a7133 1062 """GetLength(self) -> int"""
cfe5e918
RD
1063 return _stc.StyledTextCtrl_GetLength(*args, **kwargs)
1064
1065 def GetCharAt(*args, **kwargs):
a95a7133 1066 """GetCharAt(self, int pos) -> int"""
cfe5e918
RD
1067 return _stc.StyledTextCtrl_GetCharAt(*args, **kwargs)
1068
1069 def GetCurrentPos(*args, **kwargs):
a95a7133 1070 """GetCurrentPos(self) -> int"""
cfe5e918
RD
1071 return _stc.StyledTextCtrl_GetCurrentPos(*args, **kwargs)
1072
1073 def GetAnchor(*args, **kwargs):
a95a7133 1074 """GetAnchor(self) -> int"""
cfe5e918
RD
1075 return _stc.StyledTextCtrl_GetAnchor(*args, **kwargs)
1076
1077 def GetStyleAt(*args, **kwargs):
a95a7133 1078 """GetStyleAt(self, int pos) -> int"""
cfe5e918
RD
1079 return _stc.StyledTextCtrl_GetStyleAt(*args, **kwargs)
1080
1081 def Redo(*args, **kwargs):
a95a7133 1082 """Redo(self)"""
cfe5e918
RD
1083 return _stc.StyledTextCtrl_Redo(*args, **kwargs)
1084
1085 def SetUndoCollection(*args, **kwargs):
a95a7133 1086 """SetUndoCollection(self, bool collectUndo)"""
cfe5e918
RD
1087 return _stc.StyledTextCtrl_SetUndoCollection(*args, **kwargs)
1088
1089 def SelectAll(*args, **kwargs):
a95a7133 1090 """SelectAll(self)"""
cfe5e918
RD
1091 return _stc.StyledTextCtrl_SelectAll(*args, **kwargs)
1092
1093 def SetSavePoint(*args, **kwargs):
a95a7133 1094 """SetSavePoint(self)"""
cfe5e918
RD
1095 return _stc.StyledTextCtrl_SetSavePoint(*args, **kwargs)
1096
1097 def GetStyledText(*args, **kwargs):
a95a7133 1098 """GetStyledText(self, int startPos, int endPos) -> wxMemoryBuffer"""
cfe5e918
RD
1099 return _stc.StyledTextCtrl_GetStyledText(*args, **kwargs)
1100
1101 def CanRedo(*args, **kwargs):
a95a7133 1102 """CanRedo(self) -> bool"""
cfe5e918
RD
1103 return _stc.StyledTextCtrl_CanRedo(*args, **kwargs)
1104
1105 def MarkerLineFromHandle(*args, **kwargs):
a95a7133 1106 """MarkerLineFromHandle(self, int handle) -> int"""
cfe5e918
RD
1107 return _stc.StyledTextCtrl_MarkerLineFromHandle(*args, **kwargs)
1108
1109 def MarkerDeleteHandle(*args, **kwargs):
a95a7133 1110 """MarkerDeleteHandle(self, int handle)"""
cfe5e918
RD
1111 return _stc.StyledTextCtrl_MarkerDeleteHandle(*args, **kwargs)
1112
1113 def GetUndoCollection(*args, **kwargs):
a95a7133 1114 """GetUndoCollection(self) -> bool"""
cfe5e918
RD
1115 return _stc.StyledTextCtrl_GetUndoCollection(*args, **kwargs)
1116
1117 def GetViewWhiteSpace(*args, **kwargs):
a95a7133 1118 """GetViewWhiteSpace(self) -> int"""
cfe5e918
RD
1119 return _stc.StyledTextCtrl_GetViewWhiteSpace(*args, **kwargs)
1120
1121 def SetViewWhiteSpace(*args, **kwargs):
a95a7133 1122 """SetViewWhiteSpace(self, int viewWS)"""
cfe5e918
RD
1123 return _stc.StyledTextCtrl_SetViewWhiteSpace(*args, **kwargs)
1124
1125 def PositionFromPoint(*args, **kwargs):
a95a7133 1126 """PositionFromPoint(self, Point pt) -> int"""
cfe5e918
RD
1127 return _stc.StyledTextCtrl_PositionFromPoint(*args, **kwargs)
1128
1129 def PositionFromPointClose(*args, **kwargs):
a95a7133 1130 """PositionFromPointClose(self, int x, int y) -> int"""
cfe5e918
RD
1131 return _stc.StyledTextCtrl_PositionFromPointClose(*args, **kwargs)
1132
1133 def GotoLine(*args, **kwargs):
a95a7133 1134 """GotoLine(self, int line)"""
cfe5e918
RD
1135 return _stc.StyledTextCtrl_GotoLine(*args, **kwargs)
1136
1137 def GotoPos(*args, **kwargs):
a95a7133 1138 """GotoPos(self, int pos)"""
cfe5e918
RD
1139 return _stc.StyledTextCtrl_GotoPos(*args, **kwargs)
1140
1141 def SetAnchor(*args, **kwargs):
a95a7133 1142 """SetAnchor(self, int posAnchor)"""
cfe5e918
RD
1143 return _stc.StyledTextCtrl_SetAnchor(*args, **kwargs)
1144
1145 def GetCurLine(*args, **kwargs):
a95a7133 1146 """GetCurLine(self, int OUTPUT) -> String"""
cfe5e918
RD
1147 return _stc.StyledTextCtrl_GetCurLine(*args, **kwargs)
1148
1149 def GetEndStyled(*args, **kwargs):
a95a7133 1150 """GetEndStyled(self) -> int"""
cfe5e918
RD
1151 return _stc.StyledTextCtrl_GetEndStyled(*args, **kwargs)
1152
1153 def ConvertEOLs(*args, **kwargs):
a95a7133 1154 """ConvertEOLs(self, int eolMode)"""
cfe5e918
RD
1155 return _stc.StyledTextCtrl_ConvertEOLs(*args, **kwargs)
1156
1157 def GetEOLMode(*args, **kwargs):
a95a7133 1158 """GetEOLMode(self) -> int"""
cfe5e918
RD
1159 return _stc.StyledTextCtrl_GetEOLMode(*args, **kwargs)
1160
1161 def SetEOLMode(*args, **kwargs):
a95a7133 1162 """SetEOLMode(self, int eolMode)"""
cfe5e918
RD
1163 return _stc.StyledTextCtrl_SetEOLMode(*args, **kwargs)
1164
1165 def StartStyling(*args, **kwargs):
a95a7133 1166 """StartStyling(self, int pos, int mask)"""
cfe5e918
RD
1167 return _stc.StyledTextCtrl_StartStyling(*args, **kwargs)
1168
1169 def SetStyling(*args, **kwargs):
a95a7133 1170 """SetStyling(self, int length, int style)"""
cfe5e918
RD
1171 return _stc.StyledTextCtrl_SetStyling(*args, **kwargs)
1172
1173 def GetBufferedDraw(*args, **kwargs):
a95a7133 1174 """GetBufferedDraw(self) -> bool"""
cfe5e918
RD
1175 return _stc.StyledTextCtrl_GetBufferedDraw(*args, **kwargs)
1176
1177 def SetBufferedDraw(*args, **kwargs):
a95a7133 1178 """SetBufferedDraw(self, bool buffered)"""
cfe5e918
RD
1179 return _stc.StyledTextCtrl_SetBufferedDraw(*args, **kwargs)
1180
1181 def SetTabWidth(*args, **kwargs):
a95a7133 1182 """SetTabWidth(self, int tabWidth)"""
cfe5e918
RD
1183 return _stc.StyledTextCtrl_SetTabWidth(*args, **kwargs)
1184
1185 def GetTabWidth(*args, **kwargs):
a95a7133 1186 """GetTabWidth(self) -> int"""
cfe5e918
RD
1187 return _stc.StyledTextCtrl_GetTabWidth(*args, **kwargs)
1188
1189 def SetCodePage(*args, **kwargs):
a95a7133 1190 """SetCodePage(self, int codePage)"""
cfe5e918
RD
1191 return _stc.StyledTextCtrl_SetCodePage(*args, **kwargs)
1192
1193 def MarkerDefine(*args, **kwargs):
1194 """
a95a7133 1195 MarkerDefine(self, int markerNumber, int markerSymbol, Colour foreground=wxNullColour,
cfe5e918
RD
1196 Colour background=wxNullColour)
1197 """
1198 return _stc.StyledTextCtrl_MarkerDefine(*args, **kwargs)
1199
1200 def MarkerSetForeground(*args, **kwargs):
a95a7133 1201 """MarkerSetForeground(self, int markerNumber, Colour fore)"""
cfe5e918
RD
1202 return _stc.StyledTextCtrl_MarkerSetForeground(*args, **kwargs)
1203
1204 def MarkerSetBackground(*args, **kwargs):
a95a7133 1205 """MarkerSetBackground(self, int markerNumber, Colour back)"""
cfe5e918
RD
1206 return _stc.StyledTextCtrl_MarkerSetBackground(*args, **kwargs)
1207
1208 def MarkerAdd(*args, **kwargs):
a95a7133 1209 """MarkerAdd(self, int line, int markerNumber) -> int"""
cfe5e918
RD
1210 return _stc.StyledTextCtrl_MarkerAdd(*args, **kwargs)
1211
1212 def MarkerDelete(*args, **kwargs):
a95a7133 1213 """MarkerDelete(self, int line, int markerNumber)"""
cfe5e918
RD
1214 return _stc.StyledTextCtrl_MarkerDelete(*args, **kwargs)
1215
1216 def MarkerDeleteAll(*args, **kwargs):
a95a7133 1217 """MarkerDeleteAll(self, int markerNumber)"""
cfe5e918
RD
1218 return _stc.StyledTextCtrl_MarkerDeleteAll(*args, **kwargs)
1219
1220 def MarkerGet(*args, **kwargs):
a95a7133 1221 """MarkerGet(self, int line) -> int"""
cfe5e918
RD
1222 return _stc.StyledTextCtrl_MarkerGet(*args, **kwargs)
1223
1224 def MarkerNext(*args, **kwargs):
a95a7133 1225 """MarkerNext(self, int lineStart, int markerMask) -> int"""
cfe5e918
RD
1226 return _stc.StyledTextCtrl_MarkerNext(*args, **kwargs)
1227
1228 def MarkerPrevious(*args, **kwargs):
a95a7133 1229 """MarkerPrevious(self, int lineStart, int markerMask) -> int"""
cfe5e918
RD
1230 return _stc.StyledTextCtrl_MarkerPrevious(*args, **kwargs)
1231
1232 def MarkerDefineBitmap(*args, **kwargs):
a95a7133 1233 """MarkerDefineBitmap(self, int markerNumber, Bitmap bmp)"""
cfe5e918
RD
1234 return _stc.StyledTextCtrl_MarkerDefineBitmap(*args, **kwargs)
1235
1236 def SetMarginType(*args, **kwargs):
a95a7133 1237 """SetMarginType(self, int margin, int marginType)"""
cfe5e918
RD
1238 return _stc.StyledTextCtrl_SetMarginType(*args, **kwargs)
1239
1240 def GetMarginType(*args, **kwargs):
a95a7133 1241 """GetMarginType(self, int margin) -> int"""
cfe5e918
RD
1242 return _stc.StyledTextCtrl_GetMarginType(*args, **kwargs)
1243
1244 def SetMarginWidth(*args, **kwargs):
a95a7133 1245 """SetMarginWidth(self, int margin, int pixelWidth)"""
cfe5e918
RD
1246 return _stc.StyledTextCtrl_SetMarginWidth(*args, **kwargs)
1247
1248 def GetMarginWidth(*args, **kwargs):
a95a7133 1249 """GetMarginWidth(self, int margin) -> int"""
cfe5e918
RD
1250 return _stc.StyledTextCtrl_GetMarginWidth(*args, **kwargs)
1251
1252 def SetMarginMask(*args, **kwargs):
a95a7133 1253 """SetMarginMask(self, int margin, int mask)"""
cfe5e918
RD
1254 return _stc.StyledTextCtrl_SetMarginMask(*args, **kwargs)
1255
1256 def GetMarginMask(*args, **kwargs):
a95a7133 1257 """GetMarginMask(self, int margin) -> int"""
cfe5e918
RD
1258 return _stc.StyledTextCtrl_GetMarginMask(*args, **kwargs)
1259
1260 def SetMarginSensitive(*args, **kwargs):
a95a7133 1261 """SetMarginSensitive(self, int margin, bool sensitive)"""
cfe5e918
RD
1262 return _stc.StyledTextCtrl_SetMarginSensitive(*args, **kwargs)
1263
1264 def GetMarginSensitive(*args, **kwargs):
a95a7133 1265 """GetMarginSensitive(self, int margin) -> bool"""
cfe5e918
RD
1266 return _stc.StyledTextCtrl_GetMarginSensitive(*args, **kwargs)
1267
1268 def StyleClearAll(*args, **kwargs):
a95a7133 1269 """StyleClearAll(self)"""
cfe5e918
RD
1270 return _stc.StyledTextCtrl_StyleClearAll(*args, **kwargs)
1271
1272 def StyleSetForeground(*args, **kwargs):
a95a7133 1273 """StyleSetForeground(self, int style, Colour fore)"""
cfe5e918
RD
1274 return _stc.StyledTextCtrl_StyleSetForeground(*args, **kwargs)
1275
1276 def StyleSetBackground(*args, **kwargs):
a95a7133 1277 """StyleSetBackground(self, int style, Colour back)"""
cfe5e918
RD
1278 return _stc.StyledTextCtrl_StyleSetBackground(*args, **kwargs)
1279
1280 def StyleSetBold(*args, **kwargs):
a95a7133 1281 """StyleSetBold(self, int style, bool bold)"""
cfe5e918
RD
1282 return _stc.StyledTextCtrl_StyleSetBold(*args, **kwargs)
1283
1284 def StyleSetItalic(*args, **kwargs):
a95a7133 1285 """StyleSetItalic(self, int style, bool italic)"""
cfe5e918
RD
1286 return _stc.StyledTextCtrl_StyleSetItalic(*args, **kwargs)
1287
1288 def StyleSetSize(*args, **kwargs):
a95a7133 1289 """StyleSetSize(self, int style, int sizePoints)"""
cfe5e918
RD
1290 return _stc.StyledTextCtrl_StyleSetSize(*args, **kwargs)
1291
1292 def StyleSetFaceName(*args, **kwargs):
a95a7133 1293 """StyleSetFaceName(self, int style, String fontName)"""
cfe5e918
RD
1294 return _stc.StyledTextCtrl_StyleSetFaceName(*args, **kwargs)
1295
1296 def StyleSetEOLFilled(*args, **kwargs):
a95a7133 1297 """StyleSetEOLFilled(self, int style, bool filled)"""
cfe5e918
RD
1298 return _stc.StyledTextCtrl_StyleSetEOLFilled(*args, **kwargs)
1299
1300 def StyleResetDefault(*args, **kwargs):
a95a7133 1301 """StyleResetDefault(self)"""
cfe5e918
RD
1302 return _stc.StyledTextCtrl_StyleResetDefault(*args, **kwargs)
1303
1304 def StyleSetUnderline(*args, **kwargs):
a95a7133 1305 """StyleSetUnderline(self, int style, bool underline)"""
cfe5e918
RD
1306 return _stc.StyledTextCtrl_StyleSetUnderline(*args, **kwargs)
1307
1308 def StyleSetCase(*args, **kwargs):
a95a7133 1309 """StyleSetCase(self, int style, int caseForce)"""
cfe5e918
RD
1310 return _stc.StyledTextCtrl_StyleSetCase(*args, **kwargs)
1311
1312 def StyleSetCharacterSet(*args, **kwargs):
a95a7133 1313 """StyleSetCharacterSet(self, int style, int characterSet)"""
cfe5e918
RD
1314 return _stc.StyledTextCtrl_StyleSetCharacterSet(*args, **kwargs)
1315
1316 def StyleSetHotSpot(*args, **kwargs):
a95a7133 1317 """StyleSetHotSpot(self, int style, bool hotspot)"""
cfe5e918
RD
1318 return _stc.StyledTextCtrl_StyleSetHotSpot(*args, **kwargs)
1319
1320 def SetSelForeground(*args, **kwargs):
a95a7133 1321 """SetSelForeground(self, bool useSetting, Colour fore)"""
cfe5e918
RD
1322 return _stc.StyledTextCtrl_SetSelForeground(*args, **kwargs)
1323
1324 def SetSelBackground(*args, **kwargs):
a95a7133 1325 """SetSelBackground(self, bool useSetting, Colour back)"""
cfe5e918
RD
1326 return _stc.StyledTextCtrl_SetSelBackground(*args, **kwargs)
1327
1328 def SetCaretForeground(*args, **kwargs):
a95a7133 1329 """SetCaretForeground(self, Colour fore)"""
cfe5e918
RD
1330 return _stc.StyledTextCtrl_SetCaretForeground(*args, **kwargs)
1331
1332 def CmdKeyAssign(*args, **kwargs):
a95a7133 1333 """CmdKeyAssign(self, int key, int modifiers, int cmd)"""
cfe5e918
RD
1334 return _stc.StyledTextCtrl_CmdKeyAssign(*args, **kwargs)
1335
1336 def CmdKeyClear(*args, **kwargs):
a95a7133 1337 """CmdKeyClear(self, int key, int modifiers)"""
cfe5e918
RD
1338 return _stc.StyledTextCtrl_CmdKeyClear(*args, **kwargs)
1339
1340 def CmdKeyClearAll(*args, **kwargs):
a95a7133 1341 """CmdKeyClearAll(self)"""
cfe5e918
RD
1342 return _stc.StyledTextCtrl_CmdKeyClearAll(*args, **kwargs)
1343
1344 def SetStyleBytes(*args, **kwargs):
a95a7133 1345 """SetStyleBytes(self, int length, char styleBytes)"""
cfe5e918
RD
1346 return _stc.StyledTextCtrl_SetStyleBytes(*args, **kwargs)
1347
1348 def StyleSetVisible(*args, **kwargs):
a95a7133 1349 """StyleSetVisible(self, int style, bool visible)"""
cfe5e918
RD
1350 return _stc.StyledTextCtrl_StyleSetVisible(*args, **kwargs)
1351
1352 def GetCaretPeriod(*args, **kwargs):
a95a7133 1353 """GetCaretPeriod(self) -> int"""
cfe5e918
RD
1354 return _stc.StyledTextCtrl_GetCaretPeriod(*args, **kwargs)
1355
1356 def SetCaretPeriod(*args, **kwargs):
a95a7133 1357 """SetCaretPeriod(self, int periodMilliseconds)"""
cfe5e918
RD
1358 return _stc.StyledTextCtrl_SetCaretPeriod(*args, **kwargs)
1359
1360 def SetWordChars(*args, **kwargs):
a95a7133 1361 """SetWordChars(self, String characters)"""
cfe5e918
RD
1362 return _stc.StyledTextCtrl_SetWordChars(*args, **kwargs)
1363
1364 def BeginUndoAction(*args, **kwargs):
a95a7133 1365 """BeginUndoAction(self)"""
cfe5e918
RD
1366 return _stc.StyledTextCtrl_BeginUndoAction(*args, **kwargs)
1367
1368 def EndUndoAction(*args, **kwargs):
a95a7133 1369 """EndUndoAction(self)"""
cfe5e918
RD
1370 return _stc.StyledTextCtrl_EndUndoAction(*args, **kwargs)
1371
1372 def IndicatorSetStyle(*args, **kwargs):
a95a7133 1373 """IndicatorSetStyle(self, int indic, int style)"""
cfe5e918
RD
1374 return _stc.StyledTextCtrl_IndicatorSetStyle(*args, **kwargs)
1375
1376 def IndicatorGetStyle(*args, **kwargs):
a95a7133 1377 """IndicatorGetStyle(self, int indic) -> int"""
cfe5e918
RD
1378 return _stc.StyledTextCtrl_IndicatorGetStyle(*args, **kwargs)
1379
1380 def IndicatorSetForeground(*args, **kwargs):
a95a7133 1381 """IndicatorSetForeground(self, int indic, Colour fore)"""
cfe5e918
RD
1382 return _stc.StyledTextCtrl_IndicatorSetForeground(*args, **kwargs)
1383
1384 def IndicatorGetForeground(*args, **kwargs):
a95a7133 1385 """IndicatorGetForeground(self, int indic) -> Colour"""
cfe5e918
RD
1386 return _stc.StyledTextCtrl_IndicatorGetForeground(*args, **kwargs)
1387
1388 def SetWhitespaceForeground(*args, **kwargs):
a95a7133 1389 """SetWhitespaceForeground(self, bool useSetting, Colour fore)"""
cfe5e918
RD
1390 return _stc.StyledTextCtrl_SetWhitespaceForeground(*args, **kwargs)
1391
1392 def SetWhitespaceBackground(*args, **kwargs):
a95a7133 1393 """SetWhitespaceBackground(self, bool useSetting, Colour back)"""
cfe5e918
RD
1394 return _stc.StyledTextCtrl_SetWhitespaceBackground(*args, **kwargs)
1395
1396 def SetStyleBits(*args, **kwargs):
a95a7133 1397 """SetStyleBits(self, int bits)"""
cfe5e918
RD
1398 return _stc.StyledTextCtrl_SetStyleBits(*args, **kwargs)
1399
1400 def GetStyleBits(*args, **kwargs):
a95a7133 1401 """GetStyleBits(self) -> int"""
cfe5e918
RD
1402 return _stc.StyledTextCtrl_GetStyleBits(*args, **kwargs)
1403
1404 def SetLineState(*args, **kwargs):
a95a7133 1405 """SetLineState(self, int line, int state)"""
cfe5e918
RD
1406 return _stc.StyledTextCtrl_SetLineState(*args, **kwargs)
1407
1408 def GetLineState(*args, **kwargs):
a95a7133 1409 """GetLineState(self, int line) -> int"""
cfe5e918
RD
1410 return _stc.StyledTextCtrl_GetLineState(*args, **kwargs)
1411
1412 def GetMaxLineState(*args, **kwargs):
a95a7133 1413 """GetMaxLineState(self) -> int"""
cfe5e918
RD
1414 return _stc.StyledTextCtrl_GetMaxLineState(*args, **kwargs)
1415
1416 def GetCaretLineVisible(*args, **kwargs):
a95a7133 1417 """GetCaretLineVisible(self) -> bool"""
cfe5e918
RD
1418 return _stc.StyledTextCtrl_GetCaretLineVisible(*args, **kwargs)
1419
1420 def SetCaretLineVisible(*args, **kwargs):
a95a7133 1421 """SetCaretLineVisible(self, bool show)"""
cfe5e918
RD
1422 return _stc.StyledTextCtrl_SetCaretLineVisible(*args, **kwargs)
1423
1424 def GetCaretLineBack(*args, **kwargs):
a95a7133 1425 """GetCaretLineBack(self) -> Colour"""
cfe5e918
RD
1426 return _stc.StyledTextCtrl_GetCaretLineBack(*args, **kwargs)
1427
1428 def SetCaretLineBack(*args, **kwargs):
a95a7133 1429 """SetCaretLineBack(self, Colour back)"""
cfe5e918
RD
1430 return _stc.StyledTextCtrl_SetCaretLineBack(*args, **kwargs)
1431
1432 def StyleSetChangeable(*args, **kwargs):
a95a7133 1433 """StyleSetChangeable(self, int style, bool changeable)"""
cfe5e918
RD
1434 return _stc.StyledTextCtrl_StyleSetChangeable(*args, **kwargs)
1435
1436 def AutoCompShow(*args, **kwargs):
a95a7133 1437 """AutoCompShow(self, int lenEntered, String itemList)"""
cfe5e918
RD
1438 return _stc.StyledTextCtrl_AutoCompShow(*args, **kwargs)
1439
1440 def AutoCompCancel(*args, **kwargs):
a95a7133 1441 """AutoCompCancel(self)"""
cfe5e918
RD
1442 return _stc.StyledTextCtrl_AutoCompCancel(*args, **kwargs)
1443
1444 def AutoCompActive(*args, **kwargs):
a95a7133 1445 """AutoCompActive(self) -> bool"""
cfe5e918
RD
1446 return _stc.StyledTextCtrl_AutoCompActive(*args, **kwargs)
1447
1448 def AutoCompPosStart(*args, **kwargs):
a95a7133 1449 """AutoCompPosStart(self) -> int"""
cfe5e918
RD
1450 return _stc.StyledTextCtrl_AutoCompPosStart(*args, **kwargs)
1451
1452 def AutoCompComplete(*args, **kwargs):
a95a7133 1453 """AutoCompComplete(self)"""
cfe5e918
RD
1454 return _stc.StyledTextCtrl_AutoCompComplete(*args, **kwargs)
1455
1456 def AutoCompStops(*args, **kwargs):
a95a7133 1457 """AutoCompStops(self, String characterSet)"""
cfe5e918
RD
1458 return _stc.StyledTextCtrl_AutoCompStops(*args, **kwargs)
1459
1460 def AutoCompSetSeparator(*args, **kwargs):
a95a7133 1461 """AutoCompSetSeparator(self, int separatorCharacter)"""
cfe5e918
RD
1462 return _stc.StyledTextCtrl_AutoCompSetSeparator(*args, **kwargs)
1463
1464 def AutoCompGetSeparator(*args, **kwargs):
a95a7133 1465 """AutoCompGetSeparator(self) -> int"""
cfe5e918
RD
1466 return _stc.StyledTextCtrl_AutoCompGetSeparator(*args, **kwargs)
1467
1468 def AutoCompSelect(*args, **kwargs):
a95a7133 1469 """AutoCompSelect(self, String text)"""
cfe5e918
RD
1470 return _stc.StyledTextCtrl_AutoCompSelect(*args, **kwargs)
1471
1472 def AutoCompSetCancelAtStart(*args, **kwargs):
a95a7133 1473 """AutoCompSetCancelAtStart(self, bool cancel)"""
cfe5e918
RD
1474 return _stc.StyledTextCtrl_AutoCompSetCancelAtStart(*args, **kwargs)
1475
1476 def AutoCompGetCancelAtStart(*args, **kwargs):
a95a7133 1477 """AutoCompGetCancelAtStart(self) -> bool"""
cfe5e918
RD
1478 return _stc.StyledTextCtrl_AutoCompGetCancelAtStart(*args, **kwargs)
1479
1480 def AutoCompSetFillUps(*args, **kwargs):
a95a7133 1481 """AutoCompSetFillUps(self, String characterSet)"""
cfe5e918
RD
1482 return _stc.StyledTextCtrl_AutoCompSetFillUps(*args, **kwargs)
1483
1484 def AutoCompSetChooseSingle(*args, **kwargs):
a95a7133 1485 """AutoCompSetChooseSingle(self, bool chooseSingle)"""
cfe5e918
RD
1486 return _stc.StyledTextCtrl_AutoCompSetChooseSingle(*args, **kwargs)
1487
1488 def AutoCompGetChooseSingle(*args, **kwargs):
a95a7133 1489 """AutoCompGetChooseSingle(self) -> bool"""
cfe5e918
RD
1490 return _stc.StyledTextCtrl_AutoCompGetChooseSingle(*args, **kwargs)
1491
1492 def AutoCompSetIgnoreCase(*args, **kwargs):
a95a7133 1493 """AutoCompSetIgnoreCase(self, bool ignoreCase)"""
cfe5e918
RD
1494 return _stc.StyledTextCtrl_AutoCompSetIgnoreCase(*args, **kwargs)
1495
1496 def AutoCompGetIgnoreCase(*args, **kwargs):
a95a7133 1497 """AutoCompGetIgnoreCase(self) -> bool"""
cfe5e918
RD
1498 return _stc.StyledTextCtrl_AutoCompGetIgnoreCase(*args, **kwargs)
1499
1500 def UserListShow(*args, **kwargs):
a95a7133 1501 """UserListShow(self, int listType, String itemList)"""
cfe5e918
RD
1502 return _stc.StyledTextCtrl_UserListShow(*args, **kwargs)
1503
1504 def AutoCompSetAutoHide(*args, **kwargs):
a95a7133 1505 """AutoCompSetAutoHide(self, bool autoHide)"""
cfe5e918
RD
1506 return _stc.StyledTextCtrl_AutoCompSetAutoHide(*args, **kwargs)
1507
1508 def AutoCompGetAutoHide(*args, **kwargs):
a95a7133 1509 """AutoCompGetAutoHide(self) -> bool"""
cfe5e918
RD
1510 return _stc.StyledTextCtrl_AutoCompGetAutoHide(*args, **kwargs)
1511
1512 def AutoCompSetDropRestOfWord(*args, **kwargs):
a95a7133 1513 """AutoCompSetDropRestOfWord(self, bool dropRestOfWord)"""
cfe5e918
RD
1514 return _stc.StyledTextCtrl_AutoCompSetDropRestOfWord(*args, **kwargs)
1515
1516 def AutoCompGetDropRestOfWord(*args, **kwargs):
a95a7133 1517 """AutoCompGetDropRestOfWord(self) -> bool"""
cfe5e918
RD
1518 return _stc.StyledTextCtrl_AutoCompGetDropRestOfWord(*args, **kwargs)
1519
1520 def RegisterImage(*args, **kwargs):
a95a7133 1521 """RegisterImage(self, int type, Bitmap bmp)"""
cfe5e918
RD
1522 return _stc.StyledTextCtrl_RegisterImage(*args, **kwargs)
1523
1524 def ClearRegisteredImages(*args, **kwargs):
a95a7133 1525 """ClearRegisteredImages(self)"""
cfe5e918
RD
1526 return _stc.StyledTextCtrl_ClearRegisteredImages(*args, **kwargs)
1527
1528 def AutoCompGetTypeSeparator(*args, **kwargs):
a95a7133 1529 """AutoCompGetTypeSeparator(self) -> int"""
cfe5e918
RD
1530 return _stc.StyledTextCtrl_AutoCompGetTypeSeparator(*args, **kwargs)
1531
1532 def AutoCompSetTypeSeparator(*args, **kwargs):
a95a7133 1533 """AutoCompSetTypeSeparator(self, int separatorCharacter)"""
cfe5e918
RD
1534 return _stc.StyledTextCtrl_AutoCompSetTypeSeparator(*args, **kwargs)
1535
1536 def SetIndent(*args, **kwargs):
a95a7133 1537 """SetIndent(self, int indentSize)"""
cfe5e918
RD
1538 return _stc.StyledTextCtrl_SetIndent(*args, **kwargs)
1539
1540 def GetIndent(*args, **kwargs):
a95a7133 1541 """GetIndent(self) -> int"""
cfe5e918
RD
1542 return _stc.StyledTextCtrl_GetIndent(*args, **kwargs)
1543
1544 def SetUseTabs(*args, **kwargs):
a95a7133 1545 """SetUseTabs(self, bool useTabs)"""
cfe5e918
RD
1546 return _stc.StyledTextCtrl_SetUseTabs(*args, **kwargs)
1547
1548 def GetUseTabs(*args, **kwargs):
a95a7133 1549 """GetUseTabs(self) -> bool"""
cfe5e918
RD
1550 return _stc.StyledTextCtrl_GetUseTabs(*args, **kwargs)
1551
1552 def SetLineIndentation(*args, **kwargs):
a95a7133 1553 """SetLineIndentation(self, int line, int indentSize)"""
cfe5e918
RD
1554 return _stc.StyledTextCtrl_SetLineIndentation(*args, **kwargs)
1555
1556 def GetLineIndentation(*args, **kwargs):
a95a7133 1557 """GetLineIndentation(self, int line) -> int"""
cfe5e918
RD
1558 return _stc.StyledTextCtrl_GetLineIndentation(*args, **kwargs)
1559
1560 def GetLineIndentPosition(*args, **kwargs):
a95a7133 1561 """GetLineIndentPosition(self, int line) -> int"""
cfe5e918
RD
1562 return _stc.StyledTextCtrl_GetLineIndentPosition(*args, **kwargs)
1563
1564 def GetColumn(*args, **kwargs):
a95a7133 1565 """GetColumn(self, int pos) -> int"""
cfe5e918
RD
1566 return _stc.StyledTextCtrl_GetColumn(*args, **kwargs)
1567
1568 def SetUseHorizontalScrollBar(*args, **kwargs):
a95a7133 1569 """SetUseHorizontalScrollBar(self, bool show)"""
cfe5e918
RD
1570 return _stc.StyledTextCtrl_SetUseHorizontalScrollBar(*args, **kwargs)
1571
1572 def GetUseHorizontalScrollBar(*args, **kwargs):
a95a7133 1573 """GetUseHorizontalScrollBar(self) -> bool"""
cfe5e918
RD
1574 return _stc.StyledTextCtrl_GetUseHorizontalScrollBar(*args, **kwargs)
1575
1576 def SetIndentationGuides(*args, **kwargs):
a95a7133 1577 """SetIndentationGuides(self, bool show)"""
cfe5e918
RD
1578 return _stc.StyledTextCtrl_SetIndentationGuides(*args, **kwargs)
1579
1580 def GetIndentationGuides(*args, **kwargs):
a95a7133 1581 """GetIndentationGuides(self) -> bool"""
cfe5e918
RD
1582 return _stc.StyledTextCtrl_GetIndentationGuides(*args, **kwargs)
1583
1584 def SetHighlightGuide(*args, **kwargs):
a95a7133 1585 """SetHighlightGuide(self, int column)"""
cfe5e918
RD
1586 return _stc.StyledTextCtrl_SetHighlightGuide(*args, **kwargs)
1587
1588 def GetHighlightGuide(*args, **kwargs):
a95a7133 1589 """GetHighlightGuide(self) -> int"""
cfe5e918
RD
1590 return _stc.StyledTextCtrl_GetHighlightGuide(*args, **kwargs)
1591
1592 def GetLineEndPosition(*args, **kwargs):
a95a7133 1593 """GetLineEndPosition(self, int line) -> int"""
cfe5e918
RD
1594 return _stc.StyledTextCtrl_GetLineEndPosition(*args, **kwargs)
1595
1596 def GetCodePage(*args, **kwargs):
a95a7133 1597 """GetCodePage(self) -> int"""
cfe5e918
RD
1598 return _stc.StyledTextCtrl_GetCodePage(*args, **kwargs)
1599
1600 def GetCaretForeground(*args, **kwargs):
a95a7133 1601 """GetCaretForeground(self) -> Colour"""
cfe5e918
RD
1602 return _stc.StyledTextCtrl_GetCaretForeground(*args, **kwargs)
1603
1604 def GetReadOnly(*args, **kwargs):
a95a7133 1605 """GetReadOnly(self) -> bool"""
cfe5e918
RD
1606 return _stc.StyledTextCtrl_GetReadOnly(*args, **kwargs)
1607
1608 def SetCurrentPos(*args, **kwargs):
a95a7133 1609 """SetCurrentPos(self, int pos)"""
cfe5e918
RD
1610 return _stc.StyledTextCtrl_SetCurrentPos(*args, **kwargs)
1611
1612 def SetSelectionStart(*args, **kwargs):
a95a7133 1613 """SetSelectionStart(self, int pos)"""
cfe5e918
RD
1614 return _stc.StyledTextCtrl_SetSelectionStart(*args, **kwargs)
1615
1616 def GetSelectionStart(*args, **kwargs):
a95a7133 1617 """GetSelectionStart(self) -> int"""
cfe5e918
RD
1618 return _stc.StyledTextCtrl_GetSelectionStart(*args, **kwargs)
1619
1620 def SetSelectionEnd(*args, **kwargs):
a95a7133 1621 """SetSelectionEnd(self, int pos)"""
cfe5e918
RD
1622 return _stc.StyledTextCtrl_SetSelectionEnd(*args, **kwargs)
1623
1624 def GetSelectionEnd(*args, **kwargs):
a95a7133 1625 """GetSelectionEnd(self) -> int"""
cfe5e918
RD
1626 return _stc.StyledTextCtrl_GetSelectionEnd(*args, **kwargs)
1627
1628 def SetPrintMagnification(*args, **kwargs):
a95a7133 1629 """SetPrintMagnification(self, int magnification)"""
cfe5e918
RD
1630 return _stc.StyledTextCtrl_SetPrintMagnification(*args, **kwargs)
1631
1632 def GetPrintMagnification(*args, **kwargs):
a95a7133 1633 """GetPrintMagnification(self) -> int"""
cfe5e918
RD
1634 return _stc.StyledTextCtrl_GetPrintMagnification(*args, **kwargs)
1635
1636 def SetPrintColourMode(*args, **kwargs):
a95a7133 1637 """SetPrintColourMode(self, int mode)"""
cfe5e918
RD
1638 return _stc.StyledTextCtrl_SetPrintColourMode(*args, **kwargs)
1639
1640 def GetPrintColourMode(*args, **kwargs):
a95a7133 1641 """GetPrintColourMode(self) -> int"""
cfe5e918
RD
1642 return _stc.StyledTextCtrl_GetPrintColourMode(*args, **kwargs)
1643
1644 def FindText(*args, **kwargs):
a95a7133 1645 """FindText(self, int minPos, int maxPos, String text, int flags=0) -> int"""
cfe5e918
RD
1646 return _stc.StyledTextCtrl_FindText(*args, **kwargs)
1647
1648 def FormatRange(*args, **kwargs):
1649 """
a95a7133 1650 FormatRange(self, bool doDraw, int startPos, int endPos, DC draw, DC target,
cfe5e918
RD
1651 Rect renderRect, Rect pageRect) -> int
1652 """
1653 return _stc.StyledTextCtrl_FormatRange(*args, **kwargs)
1654
1655 def GetFirstVisibleLine(*args, **kwargs):
a95a7133 1656 """GetFirstVisibleLine(self) -> int"""
cfe5e918
RD
1657 return _stc.StyledTextCtrl_GetFirstVisibleLine(*args, **kwargs)
1658
1659 def GetLine(*args, **kwargs):
a95a7133 1660 """GetLine(self, int line) -> String"""
cfe5e918
RD
1661 return _stc.StyledTextCtrl_GetLine(*args, **kwargs)
1662
1663 def GetLineCount(*args, **kwargs):
a95a7133 1664 """GetLineCount(self) -> int"""
cfe5e918
RD
1665 return _stc.StyledTextCtrl_GetLineCount(*args, **kwargs)
1666
1667 def SetMarginLeft(*args, **kwargs):
a95a7133 1668 """SetMarginLeft(self, int pixelWidth)"""
cfe5e918
RD
1669 return _stc.StyledTextCtrl_SetMarginLeft(*args, **kwargs)
1670
1671 def GetMarginLeft(*args, **kwargs):
a95a7133 1672 """GetMarginLeft(self) -> int"""
cfe5e918
RD
1673 return _stc.StyledTextCtrl_GetMarginLeft(*args, **kwargs)
1674
1675 def SetMarginRight(*args, **kwargs):
a95a7133 1676 """SetMarginRight(self, int pixelWidth)"""
cfe5e918
RD
1677 return _stc.StyledTextCtrl_SetMarginRight(*args, **kwargs)
1678
1679 def GetMarginRight(*args, **kwargs):
a95a7133 1680 """GetMarginRight(self) -> int"""
cfe5e918
RD
1681 return _stc.StyledTextCtrl_GetMarginRight(*args, **kwargs)
1682
1683 def GetModify(*args, **kwargs):
a95a7133 1684 """GetModify(self) -> bool"""
cfe5e918
RD
1685 return _stc.StyledTextCtrl_GetModify(*args, **kwargs)
1686
1687 def SetSelection(*args, **kwargs):
a95a7133 1688 """SetSelection(self, int start, int end)"""
cfe5e918
RD
1689 return _stc.StyledTextCtrl_SetSelection(*args, **kwargs)
1690
1691 def GetSelectedText(*args, **kwargs):
a95a7133 1692 """GetSelectedText(self) -> String"""
cfe5e918
RD
1693 return _stc.StyledTextCtrl_GetSelectedText(*args, **kwargs)
1694
1695 def GetTextRange(*args, **kwargs):
a95a7133 1696 """GetTextRange(self, int startPos, int endPos) -> String"""
cfe5e918
RD
1697 return _stc.StyledTextCtrl_GetTextRange(*args, **kwargs)
1698
1699 def HideSelection(*args, **kwargs):
a95a7133 1700 """HideSelection(self, bool normal)"""
cfe5e918
RD
1701 return _stc.StyledTextCtrl_HideSelection(*args, **kwargs)
1702
1703 def LineFromPosition(*args, **kwargs):
a95a7133 1704 """LineFromPosition(self, int pos) -> int"""
cfe5e918
RD
1705 return _stc.StyledTextCtrl_LineFromPosition(*args, **kwargs)
1706
1707 def PositionFromLine(*args, **kwargs):
a95a7133 1708 """PositionFromLine(self, int line) -> int"""
cfe5e918
RD
1709 return _stc.StyledTextCtrl_PositionFromLine(*args, **kwargs)
1710
1711 def LineScroll(*args, **kwargs):
a95a7133 1712 """LineScroll(self, int columns, int lines)"""
cfe5e918
RD
1713 return _stc.StyledTextCtrl_LineScroll(*args, **kwargs)
1714
1715 def EnsureCaretVisible(*args, **kwargs):
a95a7133 1716 """EnsureCaretVisible(self)"""
cfe5e918
RD
1717 return _stc.StyledTextCtrl_EnsureCaretVisible(*args, **kwargs)
1718
1719 def ReplaceSelection(*args, **kwargs):
a95a7133 1720 """ReplaceSelection(self, String text)"""
cfe5e918
RD
1721 return _stc.StyledTextCtrl_ReplaceSelection(*args, **kwargs)
1722
1723 def SetReadOnly(*args, **kwargs):
a95a7133 1724 """SetReadOnly(self, bool readOnly)"""
cfe5e918
RD
1725 return _stc.StyledTextCtrl_SetReadOnly(*args, **kwargs)
1726
1727 def CanPaste(*args, **kwargs):
a95a7133 1728 """CanPaste(self) -> bool"""
cfe5e918
RD
1729 return _stc.StyledTextCtrl_CanPaste(*args, **kwargs)
1730
1731 def CanUndo(*args, **kwargs):
a95a7133 1732 """CanUndo(self) -> bool"""
cfe5e918
RD
1733 return _stc.StyledTextCtrl_CanUndo(*args, **kwargs)
1734
1735 def EmptyUndoBuffer(*args, **kwargs):
a95a7133 1736 """EmptyUndoBuffer(self)"""
cfe5e918
RD
1737 return _stc.StyledTextCtrl_EmptyUndoBuffer(*args, **kwargs)
1738
1739 def Undo(*args, **kwargs):
a95a7133 1740 """Undo(self)"""
cfe5e918
RD
1741 return _stc.StyledTextCtrl_Undo(*args, **kwargs)
1742
1743 def Cut(*args, **kwargs):
a95a7133 1744 """Cut(self)"""
cfe5e918
RD
1745 return _stc.StyledTextCtrl_Cut(*args, **kwargs)
1746
1747 def Copy(*args, **kwargs):
a95a7133 1748 """Copy(self)"""
cfe5e918
RD
1749 return _stc.StyledTextCtrl_Copy(*args, **kwargs)
1750
1751 def Paste(*args, **kwargs):
a95a7133 1752 """Paste(self)"""
cfe5e918
RD
1753 return _stc.StyledTextCtrl_Paste(*args, **kwargs)
1754
1755 def Clear(*args, **kwargs):
a95a7133 1756 """Clear(self)"""
cfe5e918
RD
1757 return _stc.StyledTextCtrl_Clear(*args, **kwargs)
1758
1759 def SetText(*args, **kwargs):
a95a7133 1760 """SetText(self, String text)"""
cfe5e918
RD
1761 return _stc.StyledTextCtrl_SetText(*args, **kwargs)
1762
1763 def GetText(*args, **kwargs):
a95a7133 1764 """GetText(self) -> String"""
cfe5e918
RD
1765 return _stc.StyledTextCtrl_GetText(*args, **kwargs)
1766
1767 def GetTextLength(*args, **kwargs):
a95a7133 1768 """GetTextLength(self) -> int"""
cfe5e918
RD
1769 return _stc.StyledTextCtrl_GetTextLength(*args, **kwargs)
1770
1771 def SetOvertype(*args, **kwargs):
a95a7133 1772 """SetOvertype(self, bool overtype)"""
cfe5e918
RD
1773 return _stc.StyledTextCtrl_SetOvertype(*args, **kwargs)
1774
1775 def GetOvertype(*args, **kwargs):
a95a7133 1776 """GetOvertype(self) -> bool"""
cfe5e918
RD
1777 return _stc.StyledTextCtrl_GetOvertype(*args, **kwargs)
1778
1779 def SetCaretWidth(*args, **kwargs):
a95a7133 1780 """SetCaretWidth(self, int pixelWidth)"""
cfe5e918
RD
1781 return _stc.StyledTextCtrl_SetCaretWidth(*args, **kwargs)
1782
1783 def GetCaretWidth(*args, **kwargs):
a95a7133 1784 """GetCaretWidth(self) -> int"""
cfe5e918
RD
1785 return _stc.StyledTextCtrl_GetCaretWidth(*args, **kwargs)
1786
1787 def SetTargetStart(*args, **kwargs):
a95a7133 1788 """SetTargetStart(self, int pos)"""
cfe5e918
RD
1789 return _stc.StyledTextCtrl_SetTargetStart(*args, **kwargs)
1790
1791 def GetTargetStart(*args, **kwargs):
a95a7133 1792 """GetTargetStart(self) -> int"""
cfe5e918
RD
1793 return _stc.StyledTextCtrl_GetTargetStart(*args, **kwargs)
1794
1795 def SetTargetEnd(*args, **kwargs):
a95a7133 1796 """SetTargetEnd(self, int pos)"""
cfe5e918
RD
1797 return _stc.StyledTextCtrl_SetTargetEnd(*args, **kwargs)
1798
1799 def GetTargetEnd(*args, **kwargs):
a95a7133 1800 """GetTargetEnd(self) -> int"""
cfe5e918
RD
1801 return _stc.StyledTextCtrl_GetTargetEnd(*args, **kwargs)
1802
1803 def ReplaceTarget(*args, **kwargs):
a95a7133 1804 """ReplaceTarget(self, String text) -> int"""
cfe5e918
RD
1805 return _stc.StyledTextCtrl_ReplaceTarget(*args, **kwargs)
1806
1807 def ReplaceTargetRE(*args, **kwargs):
a95a7133 1808 """ReplaceTargetRE(self, String text) -> int"""
cfe5e918
RD
1809 return _stc.StyledTextCtrl_ReplaceTargetRE(*args, **kwargs)
1810
1811 def SearchInTarget(*args, **kwargs):
a95a7133 1812 """SearchInTarget(self, String text) -> int"""
cfe5e918
RD
1813 return _stc.StyledTextCtrl_SearchInTarget(*args, **kwargs)
1814
1815 def SetSearchFlags(*args, **kwargs):
a95a7133 1816 """SetSearchFlags(self, int flags)"""
cfe5e918
RD
1817 return _stc.StyledTextCtrl_SetSearchFlags(*args, **kwargs)
1818
1819 def GetSearchFlags(*args, **kwargs):
a95a7133 1820 """GetSearchFlags(self) -> int"""
cfe5e918
RD
1821 return _stc.StyledTextCtrl_GetSearchFlags(*args, **kwargs)
1822
1823 def CallTipShow(*args, **kwargs):
a95a7133 1824 """CallTipShow(self, int pos, String definition)"""
cfe5e918
RD
1825 return _stc.StyledTextCtrl_CallTipShow(*args, **kwargs)
1826
1827 def CallTipCancel(*args, **kwargs):
a95a7133 1828 """CallTipCancel(self)"""
cfe5e918
RD
1829 return _stc.StyledTextCtrl_CallTipCancel(*args, **kwargs)
1830
1831 def CallTipActive(*args, **kwargs):
a95a7133 1832 """CallTipActive(self) -> bool"""
cfe5e918
RD
1833 return _stc.StyledTextCtrl_CallTipActive(*args, **kwargs)
1834
1835 def CallTipPosAtStart(*args, **kwargs):
a95a7133 1836 """CallTipPosAtStart(self) -> int"""
cfe5e918
RD
1837 return _stc.StyledTextCtrl_CallTipPosAtStart(*args, **kwargs)
1838
1839 def CallTipSetHighlight(*args, **kwargs):
a95a7133 1840 """CallTipSetHighlight(self, int start, int end)"""
cfe5e918
RD
1841 return _stc.StyledTextCtrl_CallTipSetHighlight(*args, **kwargs)
1842
1843 def CallTipSetBackground(*args, **kwargs):
a95a7133 1844 """CallTipSetBackground(self, Colour back)"""
cfe5e918
RD
1845 return _stc.StyledTextCtrl_CallTipSetBackground(*args, **kwargs)
1846
1847 def CallTipSetForeground(*args, **kwargs):
a95a7133 1848 """CallTipSetForeground(self, Colour fore)"""
cfe5e918
RD
1849 return _stc.StyledTextCtrl_CallTipSetForeground(*args, **kwargs)
1850
1851 def CallTipSetForegroundHighlight(*args, **kwargs):
a95a7133 1852 """CallTipSetForegroundHighlight(self, Colour fore)"""
cfe5e918
RD
1853 return _stc.StyledTextCtrl_CallTipSetForegroundHighlight(*args, **kwargs)
1854
1855 def VisibleFromDocLine(*args, **kwargs):
a95a7133 1856 """VisibleFromDocLine(self, int line) -> int"""
cfe5e918
RD
1857 return _stc.StyledTextCtrl_VisibleFromDocLine(*args, **kwargs)
1858
1859 def DocLineFromVisible(*args, **kwargs):
a95a7133 1860 """DocLineFromVisible(self, int lineDisplay) -> int"""
cfe5e918
RD
1861 return _stc.StyledTextCtrl_DocLineFromVisible(*args, **kwargs)
1862
1863 def SetFoldLevel(*args, **kwargs):
a95a7133 1864 """SetFoldLevel(self, int line, int level)"""
cfe5e918
RD
1865 return _stc.StyledTextCtrl_SetFoldLevel(*args, **kwargs)
1866
1867 def GetFoldLevel(*args, **kwargs):
a95a7133 1868 """GetFoldLevel(self, int line) -> int"""
cfe5e918
RD
1869 return _stc.StyledTextCtrl_GetFoldLevel(*args, **kwargs)
1870
1871 def GetLastChild(*args, **kwargs):
a95a7133 1872 """GetLastChild(self, int line, int level) -> int"""
cfe5e918
RD
1873 return _stc.StyledTextCtrl_GetLastChild(*args, **kwargs)
1874
1875 def GetFoldParent(*args, **kwargs):
a95a7133 1876 """GetFoldParent(self, int line) -> int"""
cfe5e918
RD
1877 return _stc.StyledTextCtrl_GetFoldParent(*args, **kwargs)
1878
1879 def ShowLines(*args, **kwargs):
a95a7133 1880 """ShowLines(self, int lineStart, int lineEnd)"""
cfe5e918
RD
1881 return _stc.StyledTextCtrl_ShowLines(*args, **kwargs)
1882
1883 def HideLines(*args, **kwargs):
a95a7133 1884 """HideLines(self, int lineStart, int lineEnd)"""
cfe5e918
RD
1885 return _stc.StyledTextCtrl_HideLines(*args, **kwargs)
1886
1887 def GetLineVisible(*args, **kwargs):
a95a7133 1888 """GetLineVisible(self, int line) -> bool"""
cfe5e918
RD
1889 return _stc.StyledTextCtrl_GetLineVisible(*args, **kwargs)
1890
1891 def SetFoldExpanded(*args, **kwargs):
a95a7133 1892 """SetFoldExpanded(self, int line, bool expanded)"""
cfe5e918
RD
1893 return _stc.StyledTextCtrl_SetFoldExpanded(*args, **kwargs)
1894
1895 def GetFoldExpanded(*args, **kwargs):
a95a7133 1896 """GetFoldExpanded(self, int line) -> bool"""
cfe5e918
RD
1897 return _stc.StyledTextCtrl_GetFoldExpanded(*args, **kwargs)
1898
1899 def ToggleFold(*args, **kwargs):
a95a7133 1900 """ToggleFold(self, int line)"""
cfe5e918
RD
1901 return _stc.StyledTextCtrl_ToggleFold(*args, **kwargs)
1902
1903 def EnsureVisible(*args, **kwargs):
a95a7133 1904 """EnsureVisible(self, int line)"""
cfe5e918
RD
1905 return _stc.StyledTextCtrl_EnsureVisible(*args, **kwargs)
1906
1907 def SetFoldFlags(*args, **kwargs):
a95a7133 1908 """SetFoldFlags(self, int flags)"""
cfe5e918
RD
1909 return _stc.StyledTextCtrl_SetFoldFlags(*args, **kwargs)
1910
1911 def EnsureVisibleEnforcePolicy(*args, **kwargs):
a95a7133 1912 """EnsureVisibleEnforcePolicy(self, int line)"""
cfe5e918
RD
1913 return _stc.StyledTextCtrl_EnsureVisibleEnforcePolicy(*args, **kwargs)
1914
1915 def SetTabIndents(*args, **kwargs):
a95a7133 1916 """SetTabIndents(self, bool tabIndents)"""
cfe5e918
RD
1917 return _stc.StyledTextCtrl_SetTabIndents(*args, **kwargs)
1918
1919 def GetTabIndents(*args, **kwargs):
a95a7133 1920 """GetTabIndents(self) -> bool"""
cfe5e918
RD
1921 return _stc.StyledTextCtrl_GetTabIndents(*args, **kwargs)
1922
1923 def SetBackSpaceUnIndents(*args, **kwargs):
a95a7133 1924 """SetBackSpaceUnIndents(self, bool bsUnIndents)"""
cfe5e918
RD
1925 return _stc.StyledTextCtrl_SetBackSpaceUnIndents(*args, **kwargs)
1926
1927 def GetBackSpaceUnIndents(*args, **kwargs):
a95a7133 1928 """GetBackSpaceUnIndents(self) -> bool"""
cfe5e918
RD
1929 return _stc.StyledTextCtrl_GetBackSpaceUnIndents(*args, **kwargs)
1930
1931 def SetMouseDwellTime(*args, **kwargs):
a95a7133 1932 """SetMouseDwellTime(self, int periodMilliseconds)"""
cfe5e918
RD
1933 return _stc.StyledTextCtrl_SetMouseDwellTime(*args, **kwargs)
1934
1935 def GetMouseDwellTime(*args, **kwargs):
a95a7133 1936 """GetMouseDwellTime(self) -> int"""
cfe5e918
RD
1937 return _stc.StyledTextCtrl_GetMouseDwellTime(*args, **kwargs)
1938
1939 def WordStartPosition(*args, **kwargs):
a95a7133 1940 """WordStartPosition(self, int pos, bool onlyWordCharacters) -> int"""
cfe5e918
RD
1941 return _stc.StyledTextCtrl_WordStartPosition(*args, **kwargs)
1942
1943 def WordEndPosition(*args, **kwargs):
a95a7133 1944 """WordEndPosition(self, int pos, bool onlyWordCharacters) -> int"""
cfe5e918
RD
1945 return _stc.StyledTextCtrl_WordEndPosition(*args, **kwargs)
1946
1947 def SetWrapMode(*args, **kwargs):
a95a7133 1948 """SetWrapMode(self, int mode)"""
cfe5e918
RD
1949 return _stc.StyledTextCtrl_SetWrapMode(*args, **kwargs)
1950
1951 def GetWrapMode(*args, **kwargs):
a95a7133 1952 """GetWrapMode(self) -> int"""
cfe5e918
RD
1953 return _stc.StyledTextCtrl_GetWrapMode(*args, **kwargs)
1954
5e483524
RD
1955 def SetWrapVisualFlags(*args, **kwargs):
1956 """SetWrapVisualFlags(self, int wrapVisualFlags)"""
1957 return _stc.StyledTextCtrl_SetWrapVisualFlags(*args, **kwargs)
1958
1959 def GetWrapVisualFlags(*args, **kwargs):
1960 """GetWrapVisualFlags(self) -> int"""
1961 return _stc.StyledTextCtrl_GetWrapVisualFlags(*args, **kwargs)
1962
1963 def SetWrapVisualFlagsLocation(*args, **kwargs):
1964 """SetWrapVisualFlagsLocation(self, int wrapVisualFlagsLocation)"""
1965 return _stc.StyledTextCtrl_SetWrapVisualFlagsLocation(*args, **kwargs)
1966
1967 def GetWrapVisualFlagsLocation(*args, **kwargs):
1968 """GetWrapVisualFlagsLocation(self) -> int"""
1969 return _stc.StyledTextCtrl_GetWrapVisualFlagsLocation(*args, **kwargs)
1970
1971 def SetWrapStartIndent(*args, **kwargs):
1972 """SetWrapStartIndent(self, int indent)"""
1973 return _stc.StyledTextCtrl_SetWrapStartIndent(*args, **kwargs)
1974
1975 def GetWrapStartIndent(*args, **kwargs):
1976 """GetWrapStartIndent(self) -> int"""
1977 return _stc.StyledTextCtrl_GetWrapStartIndent(*args, **kwargs)
1978
cfe5e918 1979 def SetLayoutCache(*args, **kwargs):
a95a7133 1980 """SetLayoutCache(self, int mode)"""
cfe5e918
RD
1981 return _stc.StyledTextCtrl_SetLayoutCache(*args, **kwargs)
1982
1983 def GetLayoutCache(*args, **kwargs):
a95a7133 1984 """GetLayoutCache(self) -> int"""
cfe5e918
RD
1985 return _stc.StyledTextCtrl_GetLayoutCache(*args, **kwargs)
1986
1987 def SetScrollWidth(*args, **kwargs):
a95a7133 1988 """SetScrollWidth(self, int pixelWidth)"""
cfe5e918
RD
1989 return _stc.StyledTextCtrl_SetScrollWidth(*args, **kwargs)
1990
1991 def GetScrollWidth(*args, **kwargs):
a95a7133 1992 """GetScrollWidth(self) -> int"""
cfe5e918
RD
1993 return _stc.StyledTextCtrl_GetScrollWidth(*args, **kwargs)
1994
1995 def TextWidth(*args, **kwargs):
a95a7133 1996 """TextWidth(self, int style, String text) -> int"""
cfe5e918
RD
1997 return _stc.StyledTextCtrl_TextWidth(*args, **kwargs)
1998
1999 def SetEndAtLastLine(*args, **kwargs):
a95a7133 2000 """SetEndAtLastLine(self, bool endAtLastLine)"""
cfe5e918
RD
2001 return _stc.StyledTextCtrl_SetEndAtLastLine(*args, **kwargs)
2002
2003 def GetEndAtLastLine(*args, **kwargs):
a95a7133 2004 """GetEndAtLastLine(self) -> int"""
cfe5e918
RD
2005 return _stc.StyledTextCtrl_GetEndAtLastLine(*args, **kwargs)
2006
2007 def TextHeight(*args, **kwargs):
a95a7133 2008 """TextHeight(self, int line) -> int"""
cfe5e918
RD
2009 return _stc.StyledTextCtrl_TextHeight(*args, **kwargs)
2010
2011 def SetUseVerticalScrollBar(*args, **kwargs):
a95a7133 2012 """SetUseVerticalScrollBar(self, bool show)"""
cfe5e918
RD
2013 return _stc.StyledTextCtrl_SetUseVerticalScrollBar(*args, **kwargs)
2014
2015 def GetUseVerticalScrollBar(*args, **kwargs):
a95a7133 2016 """GetUseVerticalScrollBar(self) -> bool"""
cfe5e918
RD
2017 return _stc.StyledTextCtrl_GetUseVerticalScrollBar(*args, **kwargs)
2018
2019 def AppendText(*args, **kwargs):
a95a7133 2020 """AppendText(self, int length, String text)"""
cfe5e918
RD
2021 return _stc.StyledTextCtrl_AppendText(*args, **kwargs)
2022
2023 def GetTwoPhaseDraw(*args, **kwargs):
a95a7133 2024 """GetTwoPhaseDraw(self) -> bool"""
cfe5e918
RD
2025 return _stc.StyledTextCtrl_GetTwoPhaseDraw(*args, **kwargs)
2026
2027 def SetTwoPhaseDraw(*args, **kwargs):
a95a7133 2028 """SetTwoPhaseDraw(self, bool twoPhase)"""
cfe5e918
RD
2029 return _stc.StyledTextCtrl_SetTwoPhaseDraw(*args, **kwargs)
2030
2031 def TargetFromSelection(*args, **kwargs):
a95a7133 2032 """TargetFromSelection(self)"""
cfe5e918
RD
2033 return _stc.StyledTextCtrl_TargetFromSelection(*args, **kwargs)
2034
2035 def LinesJoin(*args, **kwargs):
a95a7133 2036 """LinesJoin(self)"""
cfe5e918
RD
2037 return _stc.StyledTextCtrl_LinesJoin(*args, **kwargs)
2038
2039 def LinesSplit(*args, **kwargs):
a95a7133 2040 """LinesSplit(self, int pixelWidth)"""
cfe5e918
RD
2041 return _stc.StyledTextCtrl_LinesSplit(*args, **kwargs)
2042
2043 def SetFoldMarginColour(*args, **kwargs):
a95a7133 2044 """SetFoldMarginColour(self, bool useSetting, Colour back)"""
cfe5e918
RD
2045 return _stc.StyledTextCtrl_SetFoldMarginColour(*args, **kwargs)
2046
2047 def SetFoldMarginHiColour(*args, **kwargs):
a95a7133 2048 """SetFoldMarginHiColour(self, bool useSetting, Colour fore)"""
cfe5e918
RD
2049 return _stc.StyledTextCtrl_SetFoldMarginHiColour(*args, **kwargs)
2050
2051 def LineDown(*args, **kwargs):
2052 """
a95a7133 2053 LineDown(self)
cfe5e918
RD
2054
2055 This is just a wrapper for ScrollLines(1).
2056 """
2057 return _stc.StyledTextCtrl_LineDown(*args, **kwargs)
2058
2059 def LineDownExtend(*args, **kwargs):
a95a7133 2060 """LineDownExtend(self)"""
cfe5e918
RD
2061 return _stc.StyledTextCtrl_LineDownExtend(*args, **kwargs)
2062
2063 def LineUp(*args, **kwargs):
2064 """
a95a7133 2065 LineUp(self)
cfe5e918
RD
2066
2067 This is just a wrapper for ScrollLines(-1).
2068 """
2069 return _stc.StyledTextCtrl_LineUp(*args, **kwargs)
2070
2071 def LineUpExtend(*args, **kwargs):
a95a7133 2072 """LineUpExtend(self)"""
cfe5e918
RD
2073 return _stc.StyledTextCtrl_LineUpExtend(*args, **kwargs)
2074
2075 def CharLeft(*args, **kwargs):
a95a7133 2076 """CharLeft(self)"""
cfe5e918
RD
2077 return _stc.StyledTextCtrl_CharLeft(*args, **kwargs)
2078
2079 def CharLeftExtend(*args, **kwargs):
a95a7133 2080 """CharLeftExtend(self)"""
cfe5e918
RD
2081 return _stc.StyledTextCtrl_CharLeftExtend(*args, **kwargs)
2082
2083 def CharRight(*args, **kwargs):
a95a7133 2084 """CharRight(self)"""
cfe5e918
RD
2085 return _stc.StyledTextCtrl_CharRight(*args, **kwargs)
2086
2087 def CharRightExtend(*args, **kwargs):
a95a7133 2088 """CharRightExtend(self)"""
cfe5e918
RD
2089 return _stc.StyledTextCtrl_CharRightExtend(*args, **kwargs)
2090
2091 def WordLeft(*args, **kwargs):
a95a7133 2092 """WordLeft(self)"""
cfe5e918
RD
2093 return _stc.StyledTextCtrl_WordLeft(*args, **kwargs)
2094
2095 def WordLeftExtend(*args, **kwargs):
a95a7133 2096 """WordLeftExtend(self)"""
cfe5e918
RD
2097 return _stc.StyledTextCtrl_WordLeftExtend(*args, **kwargs)
2098
2099 def WordRight(*args, **kwargs):
a95a7133 2100 """WordRight(self)"""
cfe5e918
RD
2101 return _stc.StyledTextCtrl_WordRight(*args, **kwargs)
2102
2103 def WordRightExtend(*args, **kwargs):
a95a7133 2104 """WordRightExtend(self)"""
cfe5e918
RD
2105 return _stc.StyledTextCtrl_WordRightExtend(*args, **kwargs)
2106
2107 def Home(*args, **kwargs):
a95a7133 2108 """Home(self)"""
cfe5e918
RD
2109 return _stc.StyledTextCtrl_Home(*args, **kwargs)
2110
2111 def HomeExtend(*args, **kwargs):
a95a7133 2112 """HomeExtend(self)"""
cfe5e918
RD
2113 return _stc.StyledTextCtrl_HomeExtend(*args, **kwargs)
2114
2115 def LineEnd(*args, **kwargs):
a95a7133 2116 """LineEnd(self)"""
cfe5e918
RD
2117 return _stc.StyledTextCtrl_LineEnd(*args, **kwargs)
2118
2119 def LineEndExtend(*args, **kwargs):
a95a7133 2120 """LineEndExtend(self)"""
cfe5e918
RD
2121 return _stc.StyledTextCtrl_LineEndExtend(*args, **kwargs)
2122
2123 def DocumentStart(*args, **kwargs):
a95a7133 2124 """DocumentStart(self)"""
cfe5e918
RD
2125 return _stc.StyledTextCtrl_DocumentStart(*args, **kwargs)
2126
2127 def DocumentStartExtend(*args, **kwargs):
a95a7133 2128 """DocumentStartExtend(self)"""
cfe5e918
RD
2129 return _stc.StyledTextCtrl_DocumentStartExtend(*args, **kwargs)
2130
2131 def DocumentEnd(*args, **kwargs):
a95a7133 2132 """DocumentEnd(self)"""
cfe5e918
RD
2133 return _stc.StyledTextCtrl_DocumentEnd(*args, **kwargs)
2134
2135 def DocumentEndExtend(*args, **kwargs):
a95a7133 2136 """DocumentEndExtend(self)"""
cfe5e918
RD
2137 return _stc.StyledTextCtrl_DocumentEndExtend(*args, **kwargs)
2138
2139 def PageUp(*args, **kwargs):
caef1a4d
RD
2140 """
2141 PageUp(self)
2142
2143 This is just a wrapper for ScrollPages(-1).
2144 """
cfe5e918
RD
2145 return _stc.StyledTextCtrl_PageUp(*args, **kwargs)
2146
2147 def PageUpExtend(*args, **kwargs):
a95a7133 2148 """PageUpExtend(self)"""
cfe5e918
RD
2149 return _stc.StyledTextCtrl_PageUpExtend(*args, **kwargs)
2150
2151 def PageDown(*args, **kwargs):
caef1a4d
RD
2152 """
2153 PageDown(self)
2154
2155 This is just a wrapper for ScrollPages(1).
2156 """
cfe5e918
RD
2157 return _stc.StyledTextCtrl_PageDown(*args, **kwargs)
2158
2159 def PageDownExtend(*args, **kwargs):
a95a7133 2160 """PageDownExtend(self)"""
cfe5e918
RD
2161 return _stc.StyledTextCtrl_PageDownExtend(*args, **kwargs)
2162
2163 def EditToggleOvertype(*args, **kwargs):
a95a7133 2164 """EditToggleOvertype(self)"""
cfe5e918
RD
2165 return _stc.StyledTextCtrl_EditToggleOvertype(*args, **kwargs)
2166
2167 def Cancel(*args, **kwargs):
a95a7133 2168 """Cancel(self)"""
cfe5e918
RD
2169 return _stc.StyledTextCtrl_Cancel(*args, **kwargs)
2170
2171 def DeleteBack(*args, **kwargs):
a95a7133 2172 """DeleteBack(self)"""
cfe5e918
RD
2173 return _stc.StyledTextCtrl_DeleteBack(*args, **kwargs)
2174
2175 def Tab(*args, **kwargs):
a95a7133 2176 """Tab(self)"""
cfe5e918
RD
2177 return _stc.StyledTextCtrl_Tab(*args, **kwargs)
2178
2179 def BackTab(*args, **kwargs):
a95a7133 2180 """BackTab(self)"""
cfe5e918
RD
2181 return _stc.StyledTextCtrl_BackTab(*args, **kwargs)
2182
2183 def NewLine(*args, **kwargs):
a95a7133 2184 """NewLine(self)"""
cfe5e918
RD
2185 return _stc.StyledTextCtrl_NewLine(*args, **kwargs)
2186
2187 def FormFeed(*args, **kwargs):
a95a7133 2188 """FormFeed(self)"""
cfe5e918
RD
2189 return _stc.StyledTextCtrl_FormFeed(*args, **kwargs)
2190
2191 def VCHome(*args, **kwargs):
a95a7133 2192 """VCHome(self)"""
cfe5e918
RD
2193 return _stc.StyledTextCtrl_VCHome(*args, **kwargs)
2194
2195 def VCHomeExtend(*args, **kwargs):
a95a7133 2196 """VCHomeExtend(self)"""
cfe5e918
RD
2197 return _stc.StyledTextCtrl_VCHomeExtend(*args, **kwargs)
2198
2199 def ZoomIn(*args, **kwargs):
a95a7133 2200 """ZoomIn(self)"""
cfe5e918
RD
2201 return _stc.StyledTextCtrl_ZoomIn(*args, **kwargs)
2202
2203 def ZoomOut(*args, **kwargs):
a95a7133 2204 """ZoomOut(self)"""
cfe5e918
RD
2205 return _stc.StyledTextCtrl_ZoomOut(*args, **kwargs)
2206
2207 def DelWordLeft(*args, **kwargs):
a95a7133 2208 """DelWordLeft(self)"""
cfe5e918
RD
2209 return _stc.StyledTextCtrl_DelWordLeft(*args, **kwargs)
2210
2211 def DelWordRight(*args, **kwargs):
a95a7133 2212 """DelWordRight(self)"""
cfe5e918
RD
2213 return _stc.StyledTextCtrl_DelWordRight(*args, **kwargs)
2214
2215 def LineCut(*args, **kwargs):
a95a7133 2216 """LineCut(self)"""
cfe5e918
RD
2217 return _stc.StyledTextCtrl_LineCut(*args, **kwargs)
2218
2219 def LineDelete(*args, **kwargs):
a95a7133 2220 """LineDelete(self)"""
cfe5e918
RD
2221 return _stc.StyledTextCtrl_LineDelete(*args, **kwargs)
2222
2223 def LineTranspose(*args, **kwargs):
a95a7133 2224 """LineTranspose(self)"""
cfe5e918
RD
2225 return _stc.StyledTextCtrl_LineTranspose(*args, **kwargs)
2226
2227 def LineDuplicate(*args, **kwargs):
a95a7133 2228 """LineDuplicate(self)"""
cfe5e918
RD
2229 return _stc.StyledTextCtrl_LineDuplicate(*args, **kwargs)
2230
2231 def LowerCase(*args, **kwargs):
a95a7133 2232 """LowerCase(self)"""
cfe5e918
RD
2233 return _stc.StyledTextCtrl_LowerCase(*args, **kwargs)
2234
2235 def UpperCase(*args, **kwargs):
a95a7133 2236 """UpperCase(self)"""
cfe5e918
RD
2237 return _stc.StyledTextCtrl_UpperCase(*args, **kwargs)
2238
2239 def LineScrollDown(*args, **kwargs):
a95a7133 2240 """LineScrollDown(self)"""
cfe5e918
RD
2241 return _stc.StyledTextCtrl_LineScrollDown(*args, **kwargs)
2242
2243 def LineScrollUp(*args, **kwargs):
a95a7133 2244 """LineScrollUp(self)"""
cfe5e918
RD
2245 return _stc.StyledTextCtrl_LineScrollUp(*args, **kwargs)
2246
2247 def DeleteBackNotLine(*args, **kwargs):
a95a7133 2248 """DeleteBackNotLine(self)"""
cfe5e918
RD
2249 return _stc.StyledTextCtrl_DeleteBackNotLine(*args, **kwargs)
2250
2251 def HomeDisplay(*args, **kwargs):
a95a7133 2252 """HomeDisplay(self)"""
cfe5e918
RD
2253 return _stc.StyledTextCtrl_HomeDisplay(*args, **kwargs)
2254
2255 def HomeDisplayExtend(*args, **kwargs):
a95a7133 2256 """HomeDisplayExtend(self)"""
cfe5e918
RD
2257 return _stc.StyledTextCtrl_HomeDisplayExtend(*args, **kwargs)
2258
2259 def LineEndDisplay(*args, **kwargs):
a95a7133 2260 """LineEndDisplay(self)"""
cfe5e918
RD
2261 return _stc.StyledTextCtrl_LineEndDisplay(*args, **kwargs)
2262
2263 def LineEndDisplayExtend(*args, **kwargs):
a95a7133 2264 """LineEndDisplayExtend(self)"""
cfe5e918
RD
2265 return _stc.StyledTextCtrl_LineEndDisplayExtend(*args, **kwargs)
2266
2267 def HomeWrap(*args, **kwargs):
a95a7133 2268 """HomeWrap(self)"""
cfe5e918
RD
2269 return _stc.StyledTextCtrl_HomeWrap(*args, **kwargs)
2270
2271 def HomeWrapExtend(*args, **kwargs):
a95a7133 2272 """HomeWrapExtend(self)"""
cfe5e918
RD
2273 return _stc.StyledTextCtrl_HomeWrapExtend(*args, **kwargs)
2274
2275 def LineEndWrap(*args, **kwargs):
a95a7133 2276 """LineEndWrap(self)"""
cfe5e918
RD
2277 return _stc.StyledTextCtrl_LineEndWrap(*args, **kwargs)
2278
2279 def LineEndWrapExtend(*args, **kwargs):
a95a7133 2280 """LineEndWrapExtend(self)"""
cfe5e918
RD
2281 return _stc.StyledTextCtrl_LineEndWrapExtend(*args, **kwargs)
2282
2283 def VCHomeWrap(*args, **kwargs):
a95a7133 2284 """VCHomeWrap(self)"""
cfe5e918
RD
2285 return _stc.StyledTextCtrl_VCHomeWrap(*args, **kwargs)
2286
2287 def VCHomeWrapExtend(*args, **kwargs):
a95a7133 2288 """VCHomeWrapExtend(self)"""
cfe5e918
RD
2289 return _stc.StyledTextCtrl_VCHomeWrapExtend(*args, **kwargs)
2290
2291 def LineCopy(*args, **kwargs):
a95a7133 2292 """LineCopy(self)"""
cfe5e918
RD
2293 return _stc.StyledTextCtrl_LineCopy(*args, **kwargs)
2294
2295 def MoveCaretInsideView(*args, **kwargs):
a95a7133 2296 """MoveCaretInsideView(self)"""
cfe5e918
RD
2297 return _stc.StyledTextCtrl_MoveCaretInsideView(*args, **kwargs)
2298
2299 def LineLength(*args, **kwargs):
a95a7133 2300 """LineLength(self, int line) -> int"""
cfe5e918
RD
2301 return _stc.StyledTextCtrl_LineLength(*args, **kwargs)
2302
2303 def BraceHighlight(*args, **kwargs):
a95a7133 2304 """BraceHighlight(self, int pos1, int pos2)"""
cfe5e918
RD
2305 return _stc.StyledTextCtrl_BraceHighlight(*args, **kwargs)
2306
2307 def BraceBadLight(*args, **kwargs):
a95a7133 2308 """BraceBadLight(self, int pos)"""
cfe5e918
RD
2309 return _stc.StyledTextCtrl_BraceBadLight(*args, **kwargs)
2310
2311 def BraceMatch(*args, **kwargs):
a95a7133 2312 """BraceMatch(self, int pos) -> int"""
cfe5e918
RD
2313 return _stc.StyledTextCtrl_BraceMatch(*args, **kwargs)
2314
2315 def GetViewEOL(*args, **kwargs):
a95a7133 2316 """GetViewEOL(self) -> bool"""
cfe5e918
RD
2317 return _stc.StyledTextCtrl_GetViewEOL(*args, **kwargs)
2318
2319 def SetViewEOL(*args, **kwargs):
a95a7133 2320 """SetViewEOL(self, bool visible)"""
cfe5e918
RD
2321 return _stc.StyledTextCtrl_SetViewEOL(*args, **kwargs)
2322
2323 def GetDocPointer(*args, **kwargs):
a95a7133 2324 """GetDocPointer(self) -> void"""
cfe5e918
RD
2325 return _stc.StyledTextCtrl_GetDocPointer(*args, **kwargs)
2326
2327 def SetDocPointer(*args, **kwargs):
a95a7133 2328 """SetDocPointer(self, void docPointer)"""
cfe5e918
RD
2329 return _stc.StyledTextCtrl_SetDocPointer(*args, **kwargs)
2330
2331 def SetModEventMask(*args, **kwargs):
a95a7133 2332 """SetModEventMask(self, int mask)"""
cfe5e918
RD
2333 return _stc.StyledTextCtrl_SetModEventMask(*args, **kwargs)
2334
2335 def GetEdgeColumn(*args, **kwargs):
a95a7133 2336 """GetEdgeColumn(self) -> int"""
cfe5e918
RD
2337 return _stc.StyledTextCtrl_GetEdgeColumn(*args, **kwargs)
2338
2339 def SetEdgeColumn(*args, **kwargs):
a95a7133 2340 """SetEdgeColumn(self, int column)"""
cfe5e918
RD
2341 return _stc.StyledTextCtrl_SetEdgeColumn(*args, **kwargs)
2342
2343 def GetEdgeMode(*args, **kwargs):
a95a7133 2344 """GetEdgeMode(self) -> int"""
cfe5e918
RD
2345 return _stc.StyledTextCtrl_GetEdgeMode(*args, **kwargs)
2346
2347 def SetEdgeMode(*args, **kwargs):
a95a7133 2348 """SetEdgeMode(self, int mode)"""
cfe5e918
RD
2349 return _stc.StyledTextCtrl_SetEdgeMode(*args, **kwargs)
2350
2351 def GetEdgeColour(*args, **kwargs):
a95a7133 2352 """GetEdgeColour(self) -> Colour"""
cfe5e918
RD
2353 return _stc.StyledTextCtrl_GetEdgeColour(*args, **kwargs)
2354
2355 def SetEdgeColour(*args, **kwargs):
a95a7133 2356 """SetEdgeColour(self, Colour edgeColour)"""
cfe5e918
RD
2357 return _stc.StyledTextCtrl_SetEdgeColour(*args, **kwargs)
2358
2359 def SearchAnchor(*args, **kwargs):
a95a7133 2360 """SearchAnchor(self)"""
cfe5e918
RD
2361 return _stc.StyledTextCtrl_SearchAnchor(*args, **kwargs)
2362
2363 def SearchNext(*args, **kwargs):
a95a7133 2364 """SearchNext(self, int flags, String text) -> int"""
cfe5e918
RD
2365 return _stc.StyledTextCtrl_SearchNext(*args, **kwargs)
2366
2367 def SearchPrev(*args, **kwargs):
a95a7133 2368 """SearchPrev(self, int flags, String text) -> int"""
cfe5e918
RD
2369 return _stc.StyledTextCtrl_SearchPrev(*args, **kwargs)
2370
2371 def LinesOnScreen(*args, **kwargs):
a95a7133 2372 """LinesOnScreen(self) -> int"""
cfe5e918
RD
2373 return _stc.StyledTextCtrl_LinesOnScreen(*args, **kwargs)
2374
2375 def UsePopUp(*args, **kwargs):
a95a7133 2376 """UsePopUp(self, bool allowPopUp)"""
cfe5e918
RD
2377 return _stc.StyledTextCtrl_UsePopUp(*args, **kwargs)
2378
2379 def SelectionIsRectangle(*args, **kwargs):
a95a7133 2380 """SelectionIsRectangle(self) -> bool"""
cfe5e918
RD
2381 return _stc.StyledTextCtrl_SelectionIsRectangle(*args, **kwargs)
2382
2383 def SetZoom(*args, **kwargs):
a95a7133 2384 """SetZoom(self, int zoom)"""
cfe5e918
RD
2385 return _stc.StyledTextCtrl_SetZoom(*args, **kwargs)
2386
2387 def GetZoom(*args, **kwargs):
a95a7133 2388 """GetZoom(self) -> int"""
cfe5e918
RD
2389 return _stc.StyledTextCtrl_GetZoom(*args, **kwargs)
2390
2391 def CreateDocument(*args, **kwargs):
a95a7133 2392 """CreateDocument(self) -> void"""
cfe5e918
RD
2393 return _stc.StyledTextCtrl_CreateDocument(*args, **kwargs)
2394
2395 def AddRefDocument(*args, **kwargs):
a95a7133 2396 """AddRefDocument(self, void docPointer)"""
cfe5e918
RD
2397 return _stc.StyledTextCtrl_AddRefDocument(*args, **kwargs)
2398
2399 def ReleaseDocument(*args, **kwargs):
a95a7133 2400 """ReleaseDocument(self, void docPointer)"""
cfe5e918
RD
2401 return _stc.StyledTextCtrl_ReleaseDocument(*args, **kwargs)
2402
2403 def GetModEventMask(*args, **kwargs):
a95a7133 2404 """GetModEventMask(self) -> int"""
cfe5e918
RD
2405 return _stc.StyledTextCtrl_GetModEventMask(*args, **kwargs)
2406
2407 def SetSTCFocus(*args, **kwargs):
a95a7133 2408 """SetSTCFocus(self, bool focus)"""
cfe5e918
RD
2409 return _stc.StyledTextCtrl_SetSTCFocus(*args, **kwargs)
2410
2411 def GetSTCFocus(*args, **kwargs):
a95a7133 2412 """GetSTCFocus(self) -> bool"""
cfe5e918
RD
2413 return _stc.StyledTextCtrl_GetSTCFocus(*args, **kwargs)
2414
2415 def SetStatus(*args, **kwargs):
a95a7133 2416 """SetStatus(self, int statusCode)"""
cfe5e918
RD
2417 return _stc.StyledTextCtrl_SetStatus(*args, **kwargs)
2418
2419 def GetStatus(*args, **kwargs):
a95a7133 2420 """GetStatus(self) -> int"""
cfe5e918
RD
2421 return _stc.StyledTextCtrl_GetStatus(*args, **kwargs)
2422
2423 def SetMouseDownCaptures(*args, **kwargs):
a95a7133 2424 """SetMouseDownCaptures(self, bool captures)"""
cfe5e918
RD
2425 return _stc.StyledTextCtrl_SetMouseDownCaptures(*args, **kwargs)
2426
2427 def GetMouseDownCaptures(*args, **kwargs):
a95a7133 2428 """GetMouseDownCaptures(self) -> bool"""
cfe5e918
RD
2429 return _stc.StyledTextCtrl_GetMouseDownCaptures(*args, **kwargs)
2430
2431 def SetSTCCursor(*args, **kwargs):
a95a7133 2432 """SetSTCCursor(self, int cursorType)"""
cfe5e918
RD
2433 return _stc.StyledTextCtrl_SetSTCCursor(*args, **kwargs)
2434
2435 def GetSTCCursor(*args, **kwargs):
a95a7133 2436 """GetSTCCursor(self) -> int"""
cfe5e918
RD
2437 return _stc.StyledTextCtrl_GetSTCCursor(*args, **kwargs)
2438
2439 def SetControlCharSymbol(*args, **kwargs):
a95a7133 2440 """SetControlCharSymbol(self, int symbol)"""
cfe5e918
RD
2441 return _stc.StyledTextCtrl_SetControlCharSymbol(*args, **kwargs)
2442
2443 def GetControlCharSymbol(*args, **kwargs):
a95a7133 2444 """GetControlCharSymbol(self) -> int"""
cfe5e918
RD
2445 return _stc.StyledTextCtrl_GetControlCharSymbol(*args, **kwargs)
2446
2447 def WordPartLeft(*args, **kwargs):
a95a7133 2448 """WordPartLeft(self)"""
cfe5e918
RD
2449 return _stc.StyledTextCtrl_WordPartLeft(*args, **kwargs)
2450
2451 def WordPartLeftExtend(*args, **kwargs):
a95a7133 2452 """WordPartLeftExtend(self)"""
cfe5e918
RD
2453 return _stc.StyledTextCtrl_WordPartLeftExtend(*args, **kwargs)
2454
2455 def WordPartRight(*args, **kwargs):
a95a7133 2456 """WordPartRight(self)"""
cfe5e918
RD
2457 return _stc.StyledTextCtrl_WordPartRight(*args, **kwargs)
2458
2459 def WordPartRightExtend(*args, **kwargs):
a95a7133 2460 """WordPartRightExtend(self)"""
cfe5e918
RD
2461 return _stc.StyledTextCtrl_WordPartRightExtend(*args, **kwargs)
2462
2463 def SetVisiblePolicy(*args, **kwargs):
a95a7133 2464 """SetVisiblePolicy(self, int visiblePolicy, int visibleSlop)"""
cfe5e918
RD
2465 return _stc.StyledTextCtrl_SetVisiblePolicy(*args, **kwargs)
2466
2467 def DelLineLeft(*args, **kwargs):
a95a7133 2468 """DelLineLeft(self)"""
cfe5e918
RD
2469 return _stc.StyledTextCtrl_DelLineLeft(*args, **kwargs)
2470
2471 def DelLineRight(*args, **kwargs):
a95a7133 2472 """DelLineRight(self)"""
cfe5e918
RD
2473 return _stc.StyledTextCtrl_DelLineRight(*args, **kwargs)
2474
2475 def SetXOffset(*args, **kwargs):
a95a7133 2476 """SetXOffset(self, int newOffset)"""
cfe5e918
RD
2477 return _stc.StyledTextCtrl_SetXOffset(*args, **kwargs)
2478
2479 def GetXOffset(*args, **kwargs):
a95a7133 2480 """GetXOffset(self) -> int"""
cfe5e918
RD
2481 return _stc.StyledTextCtrl_GetXOffset(*args, **kwargs)
2482
2483 def ChooseCaretX(*args, **kwargs):
a95a7133 2484 """ChooseCaretX(self)"""
cfe5e918
RD
2485 return _stc.StyledTextCtrl_ChooseCaretX(*args, **kwargs)
2486
2487 def SetXCaretPolicy(*args, **kwargs):
a95a7133 2488 """SetXCaretPolicy(self, int caretPolicy, int caretSlop)"""
cfe5e918
RD
2489 return _stc.StyledTextCtrl_SetXCaretPolicy(*args, **kwargs)
2490
2491 def SetYCaretPolicy(*args, **kwargs):
a95a7133 2492 """SetYCaretPolicy(self, int caretPolicy, int caretSlop)"""
cfe5e918
RD
2493 return _stc.StyledTextCtrl_SetYCaretPolicy(*args, **kwargs)
2494
2495 def SetPrintWrapMode(*args, **kwargs):
a95a7133 2496 """SetPrintWrapMode(self, int mode)"""
cfe5e918
RD
2497 return _stc.StyledTextCtrl_SetPrintWrapMode(*args, **kwargs)
2498
2499 def GetPrintWrapMode(*args, **kwargs):
a95a7133 2500 """GetPrintWrapMode(self) -> int"""
cfe5e918
RD
2501 return _stc.StyledTextCtrl_GetPrintWrapMode(*args, **kwargs)
2502
2503 def SetHotspotActiveForeground(*args, **kwargs):
a95a7133 2504 """SetHotspotActiveForeground(self, bool useSetting, Colour fore)"""
cfe5e918
RD
2505 return _stc.StyledTextCtrl_SetHotspotActiveForeground(*args, **kwargs)
2506
2507 def SetHotspotActiveBackground(*args, **kwargs):
a95a7133 2508 """SetHotspotActiveBackground(self, bool useSetting, Colour back)"""
cfe5e918
RD
2509 return _stc.StyledTextCtrl_SetHotspotActiveBackground(*args, **kwargs)
2510
2511 def SetHotspotActiveUnderline(*args, **kwargs):
a95a7133 2512 """SetHotspotActiveUnderline(self, bool underline)"""
cfe5e918
RD
2513 return _stc.StyledTextCtrl_SetHotspotActiveUnderline(*args, **kwargs)
2514
2515 def SetHotspotSingleLine(*args, **kwargs):
a95a7133 2516 """SetHotspotSingleLine(self, bool singleLine)"""
cfe5e918
RD
2517 return _stc.StyledTextCtrl_SetHotspotSingleLine(*args, **kwargs)
2518
2519 def ParaDown(*args, **kwargs):
a95a7133 2520 """ParaDown(self)"""
cfe5e918
RD
2521 return _stc.StyledTextCtrl_ParaDown(*args, **kwargs)
2522
2523 def ParaDownExtend(*args, **kwargs):
a95a7133 2524 """ParaDownExtend(self)"""
cfe5e918
RD
2525 return _stc.StyledTextCtrl_ParaDownExtend(*args, **kwargs)
2526
2527 def ParaUp(*args, **kwargs):
a95a7133 2528 """ParaUp(self)"""
cfe5e918
RD
2529 return _stc.StyledTextCtrl_ParaUp(*args, **kwargs)
2530
2531 def ParaUpExtend(*args, **kwargs):
a95a7133 2532 """ParaUpExtend(self)"""
cfe5e918
RD
2533 return _stc.StyledTextCtrl_ParaUpExtend(*args, **kwargs)
2534
2535 def PositionBefore(*args, **kwargs):
a95a7133 2536 """PositionBefore(self, int pos) -> int"""
cfe5e918
RD
2537 return _stc.StyledTextCtrl_PositionBefore(*args, **kwargs)
2538
2539 def PositionAfter(*args, **kwargs):
a95a7133 2540 """PositionAfter(self, int pos) -> int"""
cfe5e918
RD
2541 return _stc.StyledTextCtrl_PositionAfter(*args, **kwargs)
2542
2543 def CopyRange(*args, **kwargs):
a95a7133 2544 """CopyRange(self, int start, int end)"""
cfe5e918
RD
2545 return _stc.StyledTextCtrl_CopyRange(*args, **kwargs)
2546
2547 def CopyText(*args, **kwargs):
a95a7133 2548 """CopyText(self, int length, String text)"""
cfe5e918
RD
2549 return _stc.StyledTextCtrl_CopyText(*args, **kwargs)
2550
2551 def SetSelectionMode(*args, **kwargs):
a95a7133 2552 """SetSelectionMode(self, int mode)"""
cfe5e918
RD
2553 return _stc.StyledTextCtrl_SetSelectionMode(*args, **kwargs)
2554
2555 def GetSelectionMode(*args, **kwargs):
a95a7133 2556 """GetSelectionMode(self) -> int"""
cfe5e918
RD
2557 return _stc.StyledTextCtrl_GetSelectionMode(*args, **kwargs)
2558
2559 def GetLineSelStartPosition(*args, **kwargs):
a95a7133 2560 """GetLineSelStartPosition(self, int line) -> int"""
cfe5e918
RD
2561 return _stc.StyledTextCtrl_GetLineSelStartPosition(*args, **kwargs)
2562
2563 def GetLineSelEndPosition(*args, **kwargs):
a95a7133 2564 """GetLineSelEndPosition(self, int line) -> int"""
cfe5e918
RD
2565 return _stc.StyledTextCtrl_GetLineSelEndPosition(*args, **kwargs)
2566
2567 def LineDownRectExtend(*args, **kwargs):
a95a7133 2568 """LineDownRectExtend(self)"""
cfe5e918
RD
2569 return _stc.StyledTextCtrl_LineDownRectExtend(*args, **kwargs)
2570
2571 def LineUpRectExtend(*args, **kwargs):
a95a7133 2572 """LineUpRectExtend(self)"""
cfe5e918
RD
2573 return _stc.StyledTextCtrl_LineUpRectExtend(*args, **kwargs)
2574
2575 def CharLeftRectExtend(*args, **kwargs):
a95a7133 2576 """CharLeftRectExtend(self)"""
cfe5e918
RD
2577 return _stc.StyledTextCtrl_CharLeftRectExtend(*args, **kwargs)
2578
2579 def CharRightRectExtend(*args, **kwargs):
a95a7133 2580 """CharRightRectExtend(self)"""
cfe5e918
RD
2581 return _stc.StyledTextCtrl_CharRightRectExtend(*args, **kwargs)
2582
2583 def HomeRectExtend(*args, **kwargs):
a95a7133 2584 """HomeRectExtend(self)"""
cfe5e918
RD
2585 return _stc.StyledTextCtrl_HomeRectExtend(*args, **kwargs)
2586
2587 def VCHomeRectExtend(*args, **kwargs):
a95a7133 2588 """VCHomeRectExtend(self)"""
cfe5e918
RD
2589 return _stc.StyledTextCtrl_VCHomeRectExtend(*args, **kwargs)
2590
2591 def LineEndRectExtend(*args, **kwargs):
a95a7133 2592 """LineEndRectExtend(self)"""
cfe5e918
RD
2593 return _stc.StyledTextCtrl_LineEndRectExtend(*args, **kwargs)
2594
2595 def PageUpRectExtend(*args, **kwargs):
a95a7133 2596 """PageUpRectExtend(self)"""
cfe5e918
RD
2597 return _stc.StyledTextCtrl_PageUpRectExtend(*args, **kwargs)
2598
2599 def PageDownRectExtend(*args, **kwargs):
a95a7133 2600 """PageDownRectExtend(self)"""
cfe5e918
RD
2601 return _stc.StyledTextCtrl_PageDownRectExtend(*args, **kwargs)
2602
2603 def StutteredPageUp(*args, **kwargs):
a95a7133 2604 """StutteredPageUp(self)"""
cfe5e918
RD
2605 return _stc.StyledTextCtrl_StutteredPageUp(*args, **kwargs)
2606
2607 def StutteredPageUpExtend(*args, **kwargs):
a95a7133 2608 """StutteredPageUpExtend(self)"""
cfe5e918
RD
2609 return _stc.StyledTextCtrl_StutteredPageUpExtend(*args, **kwargs)
2610
2611 def StutteredPageDown(*args, **kwargs):
a95a7133 2612 """StutteredPageDown(self)"""
cfe5e918
RD
2613 return _stc.StyledTextCtrl_StutteredPageDown(*args, **kwargs)
2614
2615 def StutteredPageDownExtend(*args, **kwargs):
a95a7133 2616 """StutteredPageDownExtend(self)"""
cfe5e918
RD
2617 return _stc.StyledTextCtrl_StutteredPageDownExtend(*args, **kwargs)
2618
2619 def WordLeftEnd(*args, **kwargs):
a95a7133 2620 """WordLeftEnd(self)"""
cfe5e918
RD
2621 return _stc.StyledTextCtrl_WordLeftEnd(*args, **kwargs)
2622
2623 def WordLeftEndExtend(*args, **kwargs):
a95a7133 2624 """WordLeftEndExtend(self)"""
cfe5e918
RD
2625 return _stc.StyledTextCtrl_WordLeftEndExtend(*args, **kwargs)
2626
2627 def WordRightEnd(*args, **kwargs):
a95a7133 2628 """WordRightEnd(self)"""
cfe5e918
RD
2629 return _stc.StyledTextCtrl_WordRightEnd(*args, **kwargs)
2630
2631 def WordRightEndExtend(*args, **kwargs):
a95a7133 2632 """WordRightEndExtend(self)"""
cfe5e918
RD
2633 return _stc.StyledTextCtrl_WordRightEndExtend(*args, **kwargs)
2634
2635 def SetWhitespaceChars(*args, **kwargs):
a95a7133 2636 """SetWhitespaceChars(self, String characters)"""
cfe5e918
RD
2637 return _stc.StyledTextCtrl_SetWhitespaceChars(*args, **kwargs)
2638
2639 def SetCharsDefault(*args, **kwargs):
a95a7133 2640 """SetCharsDefault(self)"""
cfe5e918
RD
2641 return _stc.StyledTextCtrl_SetCharsDefault(*args, **kwargs)
2642
2643 def AutoCompGetCurrent(*args, **kwargs):
a95a7133 2644 """AutoCompGetCurrent(self) -> int"""
cfe5e918
RD
2645 return _stc.StyledTextCtrl_AutoCompGetCurrent(*args, **kwargs)
2646
5e483524
RD
2647 def Allocate(*args, **kwargs):
2648 """Allocate(self, int bytes)"""
2649 return _stc.StyledTextCtrl_Allocate(*args, **kwargs)
2650
cfe5e918 2651 def StartRecord(*args, **kwargs):
a95a7133 2652 """StartRecord(self)"""
cfe5e918
RD
2653 return _stc.StyledTextCtrl_StartRecord(*args, **kwargs)
2654
2655 def StopRecord(*args, **kwargs):
a95a7133 2656 """StopRecord(self)"""
cfe5e918
RD
2657 return _stc.StyledTextCtrl_StopRecord(*args, **kwargs)
2658
2659 def SetLexer(*args, **kwargs):
a95a7133 2660 """SetLexer(self, int lexer)"""
cfe5e918
RD
2661 return _stc.StyledTextCtrl_SetLexer(*args, **kwargs)
2662
2663 def GetLexer(*args, **kwargs):
a95a7133 2664 """GetLexer(self) -> int"""
cfe5e918
RD
2665 return _stc.StyledTextCtrl_GetLexer(*args, **kwargs)
2666
2667 def Colourise(*args, **kwargs):
a95a7133 2668 """Colourise(self, int start, int end)"""
cfe5e918
RD
2669 return _stc.StyledTextCtrl_Colourise(*args, **kwargs)
2670
2671 def SetProperty(*args, **kwargs):
a95a7133 2672 """SetProperty(self, String key, String value)"""
cfe5e918
RD
2673 return _stc.StyledTextCtrl_SetProperty(*args, **kwargs)
2674
2675 def SetKeyWords(*args, **kwargs):
a95a7133 2676 """SetKeyWords(self, int keywordSet, String keyWords)"""
cfe5e918
RD
2677 return _stc.StyledTextCtrl_SetKeyWords(*args, **kwargs)
2678
2679 def SetLexerLanguage(*args, **kwargs):
a95a7133 2680 """SetLexerLanguage(self, String language)"""
cfe5e918
RD
2681 return _stc.StyledTextCtrl_SetLexerLanguage(*args, **kwargs)
2682
2683 def GetCurrentLine(*args, **kwargs):
a95a7133 2684 """GetCurrentLine(self) -> int"""
cfe5e918
RD
2685 return _stc.StyledTextCtrl_GetCurrentLine(*args, **kwargs)
2686
2687 def StyleSetSpec(*args, **kwargs):
a95a7133 2688 """StyleSetSpec(self, int styleNum, String spec)"""
cfe5e918
RD
2689 return _stc.StyledTextCtrl_StyleSetSpec(*args, **kwargs)
2690
2691 def StyleSetFont(*args, **kwargs):
a95a7133 2692 """StyleSetFont(self, int styleNum, Font font)"""
cfe5e918
RD
2693 return _stc.StyledTextCtrl_StyleSetFont(*args, **kwargs)
2694
2695 def StyleSetFontAttr(*args, **kwargs):
2696 """
a95a7133 2697 StyleSetFontAttr(self, int styleNum, int size, String faceName, bool bold,
cfe5e918
RD
2698 bool italic, bool underline)
2699 """
2700 return _stc.StyledTextCtrl_StyleSetFontAttr(*args, **kwargs)
2701
2702 def CmdKeyExecute(*args, **kwargs):
a95a7133 2703 """CmdKeyExecute(self, int cmd)"""
cfe5e918
RD
2704 return _stc.StyledTextCtrl_CmdKeyExecute(*args, **kwargs)
2705
2706 def SetMargins(*args, **kwargs):
a95a7133 2707 """SetMargins(self, int left, int right)"""
cfe5e918
RD
2708 return _stc.StyledTextCtrl_SetMargins(*args, **kwargs)
2709
2710 def GetSelection(*args, **kwargs):
a95a7133 2711 """GetSelection(self, int OUTPUT, int OUTPUT)"""
cfe5e918
RD
2712 return _stc.StyledTextCtrl_GetSelection(*args, **kwargs)
2713
2714 def PointFromPosition(*args, **kwargs):
a95a7133 2715 """PointFromPosition(self, int pos) -> Point"""
cfe5e918
RD
2716 return _stc.StyledTextCtrl_PointFromPosition(*args, **kwargs)
2717
2718 def ScrollToLine(*args, **kwargs):
a95a7133 2719 """ScrollToLine(self, int line)"""
cfe5e918
RD
2720 return _stc.StyledTextCtrl_ScrollToLine(*args, **kwargs)
2721
2722 def ScrollToColumn(*args, **kwargs):
a95a7133 2723 """ScrollToColumn(self, int column)"""
cfe5e918
RD
2724 return _stc.StyledTextCtrl_ScrollToColumn(*args, **kwargs)
2725
2726 def SendMsg(*args, **kwargs):
a95a7133 2727 """SendMsg(self, int msg, long wp=0, long lp=0) -> long"""
cfe5e918
RD
2728 return _stc.StyledTextCtrl_SendMsg(*args, **kwargs)
2729
2730 def SetVScrollBar(*args, **kwargs):
a95a7133 2731 """SetVScrollBar(self, wxScrollBar bar)"""
cfe5e918
RD
2732 return _stc.StyledTextCtrl_SetVScrollBar(*args, **kwargs)
2733
2734 def SetHScrollBar(*args, **kwargs):
a95a7133 2735 """SetHScrollBar(self, wxScrollBar bar)"""
cfe5e918
RD
2736 return _stc.StyledTextCtrl_SetHScrollBar(*args, **kwargs)
2737
2738 def GetLastKeydownProcessed(*args, **kwargs):
a95a7133 2739 """GetLastKeydownProcessed(self) -> bool"""
cfe5e918
RD
2740 return _stc.StyledTextCtrl_GetLastKeydownProcessed(*args, **kwargs)
2741
2742 def SetLastKeydownProcessed(*args, **kwargs):
a95a7133 2743 """SetLastKeydownProcessed(self, bool val)"""
cfe5e918
RD
2744 return _stc.StyledTextCtrl_SetLastKeydownProcessed(*args, **kwargs)
2745
2746 def SaveFile(*args, **kwargs):
a95a7133 2747 """SaveFile(self, String filename) -> bool"""
cfe5e918
RD
2748 return _stc.StyledTextCtrl_SaveFile(*args, **kwargs)
2749
2750 def LoadFile(*args, **kwargs):
a95a7133 2751 """LoadFile(self, String filename) -> bool"""
cfe5e918
RD
2752 return _stc.StyledTextCtrl_LoadFile(*args, **kwargs)
2753
2754 def DoDragOver(*args, **kwargs):
a95a7133 2755 """DoDragOver(self, int x, int y, int def) -> int"""
cfe5e918
RD
2756 return _stc.StyledTextCtrl_DoDragOver(*args, **kwargs)
2757
2758 def DoDropText(*args, **kwargs):
a95a7133 2759 """DoDropText(self, long x, long y, String data) -> bool"""
cfe5e918
RD
2760 return _stc.StyledTextCtrl_DoDropText(*args, **kwargs)
2761
2762 def SetUseAntiAliasing(*args, **kwargs):
a95a7133 2763 """SetUseAntiAliasing(self, bool useAA)"""
cfe5e918
RD
2764 return _stc.StyledTextCtrl_SetUseAntiAliasing(*args, **kwargs)
2765
2766 def GetUseAntiAliasing(*args, **kwargs):
a95a7133 2767 """GetUseAntiAliasing(self) -> bool"""
cfe5e918
RD
2768 return _stc.StyledTextCtrl_GetUseAntiAliasing(*args, **kwargs)
2769
2770
2771class StyledTextCtrlPtr(StyledTextCtrl):
2772 def __init__(self, this):
2773 self.this = this
2774 if not hasattr(self,"thisown"): self.thisown = 0
2775 self.__class__ = StyledTextCtrl
2776_stc.StyledTextCtrl_swigregister(StyledTextCtrlPtr)
2777cvar = _stc.cvar
2778STCNameStr = cvar.STCNameStr
2779
2780def PreStyledTextCtrl(*args, **kwargs):
2781 """PreStyledTextCtrl() -> StyledTextCtrl"""
2782 val = _stc.new_PreStyledTextCtrl(*args, **kwargs)
2783 val.thisown = 1
2784 return val
2785
d55e5bfc 2786class StyledTextEvent(_core.CommandEvent):
cfe5e918
RD
2787 def __repr__(self):
2788 return "<%s.%s; proxy of C++ wxStyledTextEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2789 def __init__(self, *args, **kwargs):
a95a7133 2790 """__init__(self, wxEventType commandType=0, int id=0) -> StyledTextEvent"""
cfe5e918
RD
2791 newobj = _stc.new_StyledTextEvent(*args, **kwargs)
2792 self.this = newobj.this
2793 self.thisown = 1
2794 del newobj.thisown
2795 def __del__(self, destroy=_stc.delete_StyledTextEvent):
a95a7133 2796 """__del__(self)"""
cfe5e918
RD
2797 try:
2798 if self.thisown: destroy(self)
2799 except: pass
2800
2801 def SetPosition(*args, **kwargs):
a95a7133 2802 """SetPosition(self, int pos)"""
cfe5e918
RD
2803 return _stc.StyledTextEvent_SetPosition(*args, **kwargs)
2804
2805 def SetKey(*args, **kwargs):
a95a7133 2806 """SetKey(self, int k)"""
cfe5e918
RD
2807 return _stc.StyledTextEvent_SetKey(*args, **kwargs)
2808
2809 def SetModifiers(*args, **kwargs):
a95a7133 2810 """SetModifiers(self, int m)"""
cfe5e918
RD
2811 return _stc.StyledTextEvent_SetModifiers(*args, **kwargs)
2812
2813 def SetModificationType(*args, **kwargs):
a95a7133 2814 """SetModificationType(self, int t)"""
cfe5e918
RD
2815 return _stc.StyledTextEvent_SetModificationType(*args, **kwargs)
2816
2817 def SetText(*args, **kwargs):
a95a7133 2818 """SetText(self, String t)"""
cfe5e918
RD
2819 return _stc.StyledTextEvent_SetText(*args, **kwargs)
2820
2821 def SetLength(*args, **kwargs):
a95a7133 2822 """SetLength(self, int len)"""
cfe5e918
RD
2823 return _stc.StyledTextEvent_SetLength(*args, **kwargs)
2824
2825 def SetLinesAdded(*args, **kwargs):
a95a7133 2826 """SetLinesAdded(self, int num)"""
cfe5e918
RD
2827 return _stc.StyledTextEvent_SetLinesAdded(*args, **kwargs)
2828
2829 def SetLine(*args, **kwargs):
a95a7133 2830 """SetLine(self, int val)"""
cfe5e918
RD
2831 return _stc.StyledTextEvent_SetLine(*args, **kwargs)
2832
2833 def SetFoldLevelNow(*args, **kwargs):
a95a7133 2834 """SetFoldLevelNow(self, int val)"""
cfe5e918
RD
2835 return _stc.StyledTextEvent_SetFoldLevelNow(*args, **kwargs)
2836
2837 def SetFoldLevelPrev(*args, **kwargs):
a95a7133 2838 """SetFoldLevelPrev(self, int val)"""
cfe5e918
RD
2839 return _stc.StyledTextEvent_SetFoldLevelPrev(*args, **kwargs)
2840
2841 def SetMargin(*args, **kwargs):
a95a7133 2842 """SetMargin(self, int val)"""
cfe5e918
RD
2843 return _stc.StyledTextEvent_SetMargin(*args, **kwargs)
2844
2845 def SetMessage(*args, **kwargs):
a95a7133 2846 """SetMessage(self, int val)"""
cfe5e918
RD
2847 return _stc.StyledTextEvent_SetMessage(*args, **kwargs)
2848
2849 def SetWParam(*args, **kwargs):
a95a7133 2850 """SetWParam(self, int val)"""
cfe5e918
RD
2851 return _stc.StyledTextEvent_SetWParam(*args, **kwargs)
2852
2853 def SetLParam(*args, **kwargs):
a95a7133 2854 """SetLParam(self, int val)"""
cfe5e918
RD
2855 return _stc.StyledTextEvent_SetLParam(*args, **kwargs)
2856
2857 def SetListType(*args, **kwargs):
a95a7133 2858 """SetListType(self, int val)"""
cfe5e918
RD
2859 return _stc.StyledTextEvent_SetListType(*args, **kwargs)
2860
2861 def SetX(*args, **kwargs):
a95a7133 2862 """SetX(self, int val)"""
cfe5e918
RD
2863 return _stc.StyledTextEvent_SetX(*args, **kwargs)
2864
2865 def SetY(*args, **kwargs):
a95a7133 2866 """SetY(self, int val)"""
cfe5e918
RD
2867 return _stc.StyledTextEvent_SetY(*args, **kwargs)
2868
2869 def SetDragText(*args, **kwargs):
a95a7133 2870 """SetDragText(self, String val)"""
cfe5e918
RD
2871 return _stc.StyledTextEvent_SetDragText(*args, **kwargs)
2872
2873 def SetDragAllowMove(*args, **kwargs):
a95a7133 2874 """SetDragAllowMove(self, bool val)"""
cfe5e918
RD
2875 return _stc.StyledTextEvent_SetDragAllowMove(*args, **kwargs)
2876
2877 def SetDragResult(*args, **kwargs):
a95a7133 2878 """SetDragResult(self, int val)"""
cfe5e918
RD
2879 return _stc.StyledTextEvent_SetDragResult(*args, **kwargs)
2880
2881 def GetPosition(*args, **kwargs):
a95a7133 2882 """GetPosition(self) -> int"""
cfe5e918
RD
2883 return _stc.StyledTextEvent_GetPosition(*args, **kwargs)
2884
2885 def GetKey(*args, **kwargs):
a95a7133 2886 """GetKey(self) -> int"""
cfe5e918
RD
2887 return _stc.StyledTextEvent_GetKey(*args, **kwargs)
2888
2889 def GetModifiers(*args, **kwargs):
a95a7133 2890 """GetModifiers(self) -> int"""
cfe5e918
RD
2891 return _stc.StyledTextEvent_GetModifiers(*args, **kwargs)
2892
2893 def GetModificationType(*args, **kwargs):
a95a7133 2894 """GetModificationType(self) -> int"""
cfe5e918
RD
2895 return _stc.StyledTextEvent_GetModificationType(*args, **kwargs)
2896
2897 def GetText(*args, **kwargs):
a95a7133 2898 """GetText(self) -> String"""
cfe5e918
RD
2899 return _stc.StyledTextEvent_GetText(*args, **kwargs)
2900
2901 def GetLength(*args, **kwargs):
a95a7133 2902 """GetLength(self) -> int"""
cfe5e918
RD
2903 return _stc.StyledTextEvent_GetLength(*args, **kwargs)
2904
2905 def GetLinesAdded(*args, **kwargs):
a95a7133 2906 """GetLinesAdded(self) -> int"""
cfe5e918
RD
2907 return _stc.StyledTextEvent_GetLinesAdded(*args, **kwargs)
2908
2909 def GetLine(*args, **kwargs):
a95a7133 2910 """GetLine(self) -> int"""
cfe5e918
RD
2911 return _stc.StyledTextEvent_GetLine(*args, **kwargs)
2912
2913 def GetFoldLevelNow(*args, **kwargs):
a95a7133 2914 """GetFoldLevelNow(self) -> int"""
cfe5e918
RD
2915 return _stc.StyledTextEvent_GetFoldLevelNow(*args, **kwargs)
2916
2917 def GetFoldLevelPrev(*args, **kwargs):
a95a7133 2918 """GetFoldLevelPrev(self) -> int"""
cfe5e918
RD
2919 return _stc.StyledTextEvent_GetFoldLevelPrev(*args, **kwargs)
2920
2921 def GetMargin(*args, **kwargs):
a95a7133 2922 """GetMargin(self) -> int"""
cfe5e918
RD
2923 return _stc.StyledTextEvent_GetMargin(*args, **kwargs)
2924
2925 def GetMessage(*args, **kwargs):
a95a7133 2926 """GetMessage(self) -> int"""
cfe5e918
RD
2927 return _stc.StyledTextEvent_GetMessage(*args, **kwargs)
2928
2929 def GetWParam(*args, **kwargs):
a95a7133 2930 """GetWParam(self) -> int"""
cfe5e918
RD
2931 return _stc.StyledTextEvent_GetWParam(*args, **kwargs)
2932
2933 def GetLParam(*args, **kwargs):
a95a7133 2934 """GetLParam(self) -> int"""
cfe5e918
RD
2935 return _stc.StyledTextEvent_GetLParam(*args, **kwargs)
2936
2937 def GetListType(*args, **kwargs):
a95a7133 2938 """GetListType(self) -> int"""
cfe5e918
RD
2939 return _stc.StyledTextEvent_GetListType(*args, **kwargs)
2940
2941 def GetX(*args, **kwargs):
a95a7133 2942 """GetX(self) -> int"""
cfe5e918
RD
2943 return _stc.StyledTextEvent_GetX(*args, **kwargs)
2944
2945 def GetY(*args, **kwargs):
a95a7133 2946 """GetY(self) -> int"""
cfe5e918
RD
2947 return _stc.StyledTextEvent_GetY(*args, **kwargs)
2948
2949 def GetDragText(*args, **kwargs):
a95a7133 2950 """GetDragText(self) -> String"""
cfe5e918
RD
2951 return _stc.StyledTextEvent_GetDragText(*args, **kwargs)
2952
2953 def GetDragAllowMove(*args, **kwargs):
a95a7133 2954 """GetDragAllowMove(self) -> bool"""
cfe5e918
RD
2955 return _stc.StyledTextEvent_GetDragAllowMove(*args, **kwargs)
2956
2957 def GetDragResult(*args, **kwargs):
a95a7133 2958 """GetDragResult(self) -> int"""
cfe5e918
RD
2959 return _stc.StyledTextEvent_GetDragResult(*args, **kwargs)
2960
2961 def GetShift(*args, **kwargs):
a95a7133 2962 """GetShift(self) -> bool"""
cfe5e918
RD
2963 return _stc.StyledTextEvent_GetShift(*args, **kwargs)
2964
2965 def GetControl(*args, **kwargs):
a95a7133 2966 """GetControl(self) -> bool"""
cfe5e918
RD
2967 return _stc.StyledTextEvent_GetControl(*args, **kwargs)
2968
2969 def GetAlt(*args, **kwargs):
a95a7133 2970 """GetAlt(self) -> bool"""
cfe5e918
RD
2971 return _stc.StyledTextEvent_GetAlt(*args, **kwargs)
2972
2973 def Clone(*args, **kwargs):
a95a7133 2974 """Clone(self) -> Event"""
cfe5e918
RD
2975 return _stc.StyledTextEvent_Clone(*args, **kwargs)
2976
2977
2978class StyledTextEventPtr(StyledTextEvent):
2979 def __init__(self, this):
2980 self.this = this
2981 if not hasattr(self,"thisown"): self.thisown = 0
2982 self.__class__ = StyledTextEvent
2983_stc.StyledTextEvent_swigregister(StyledTextEventPtr)
2984
2985wxEVT_STC_CHANGE = _stc.wxEVT_STC_CHANGE
2986wxEVT_STC_STYLENEEDED = _stc.wxEVT_STC_STYLENEEDED
2987wxEVT_STC_CHARADDED = _stc.wxEVT_STC_CHARADDED
2988wxEVT_STC_SAVEPOINTREACHED = _stc.wxEVT_STC_SAVEPOINTREACHED
2989wxEVT_STC_SAVEPOINTLEFT = _stc.wxEVT_STC_SAVEPOINTLEFT
2990wxEVT_STC_ROMODIFYATTEMPT = _stc.wxEVT_STC_ROMODIFYATTEMPT
2991wxEVT_STC_KEY = _stc.wxEVT_STC_KEY
2992wxEVT_STC_DOUBLECLICK = _stc.wxEVT_STC_DOUBLECLICK
2993wxEVT_STC_UPDATEUI = _stc.wxEVT_STC_UPDATEUI
2994wxEVT_STC_MODIFIED = _stc.wxEVT_STC_MODIFIED
2995wxEVT_STC_MACRORECORD = _stc.wxEVT_STC_MACRORECORD
2996wxEVT_STC_MARGINCLICK = _stc.wxEVT_STC_MARGINCLICK
2997wxEVT_STC_NEEDSHOWN = _stc.wxEVT_STC_NEEDSHOWN
cfe5e918
RD
2998wxEVT_STC_PAINTED = _stc.wxEVT_STC_PAINTED
2999wxEVT_STC_USERLISTSELECTION = _stc.wxEVT_STC_USERLISTSELECTION
3000wxEVT_STC_URIDROPPED = _stc.wxEVT_STC_URIDROPPED
3001wxEVT_STC_DWELLSTART = _stc.wxEVT_STC_DWELLSTART
3002wxEVT_STC_DWELLEND = _stc.wxEVT_STC_DWELLEND
3003wxEVT_STC_START_DRAG = _stc.wxEVT_STC_START_DRAG
3004wxEVT_STC_DRAG_OVER = _stc.wxEVT_STC_DRAG_OVER
3005wxEVT_STC_DO_DROP = _stc.wxEVT_STC_DO_DROP
3006wxEVT_STC_ZOOM = _stc.wxEVT_STC_ZOOM
3007wxEVT_STC_HOTSPOT_CLICK = _stc.wxEVT_STC_HOTSPOT_CLICK
3008wxEVT_STC_HOTSPOT_DCLICK = _stc.wxEVT_STC_HOTSPOT_DCLICK
3009wxEVT_STC_CALLTIP_CLICK = _stc.wxEVT_STC_CALLTIP_CLICK
3010EVT_STC_CHANGE = wx.PyEventBinder( wxEVT_STC_CHANGE, 1 )
3011EVT_STC_STYLENEEDED = wx.PyEventBinder( wxEVT_STC_STYLENEEDED, 1 )
3012EVT_STC_CHARADDED = wx.PyEventBinder( wxEVT_STC_CHARADDED, 1 )
3013EVT_STC_SAVEPOINTREACHED = wx.PyEventBinder( wxEVT_STC_SAVEPOINTREACHED, 1 )
3014EVT_STC_SAVEPOINTLEFT = wx.PyEventBinder( wxEVT_STC_SAVEPOINTLEFT, 1 )
3015EVT_STC_ROMODIFYATTEMPT = wx.PyEventBinder( wxEVT_STC_ROMODIFYATTEMPT, 1 )
3016EVT_STC_KEY = wx.PyEventBinder( wxEVT_STC_KEY, 1 )
3017EVT_STC_DOUBLECLICK = wx.PyEventBinder( wxEVT_STC_DOUBLECLICK, 1 )
3018EVT_STC_UPDATEUI = wx.PyEventBinder( wxEVT_STC_UPDATEUI, 1 )
3019EVT_STC_MODIFIED = wx.PyEventBinder( wxEVT_STC_MODIFIED, 1 )
3020EVT_STC_MACRORECORD = wx.PyEventBinder( wxEVT_STC_MACRORECORD, 1 )
3021EVT_STC_MARGINCLICK = wx.PyEventBinder( wxEVT_STC_MARGINCLICK, 1 )
3022EVT_STC_NEEDSHOWN = wx.PyEventBinder( wxEVT_STC_NEEDSHOWN, 1 )
cfe5e918
RD
3023EVT_STC_PAINTED = wx.PyEventBinder( wxEVT_STC_PAINTED, 1 )
3024EVT_STC_USERLISTSELECTION = wx.PyEventBinder( wxEVT_STC_USERLISTSELECTION, 1 )
3025EVT_STC_URIDROPPED = wx.PyEventBinder( wxEVT_STC_URIDROPPED, 1 )
3026EVT_STC_DWELLSTART = wx.PyEventBinder( wxEVT_STC_DWELLSTART, 1 )
3027EVT_STC_DWELLEND = wx.PyEventBinder( wxEVT_STC_DWELLEND, 1 )
3028EVT_STC_START_DRAG = wx.PyEventBinder( wxEVT_STC_START_DRAG, 1 )
3029EVT_STC_DRAG_OVER = wx.PyEventBinder( wxEVT_STC_DRAG_OVER, 1 )
3030EVT_STC_DO_DROP = wx.PyEventBinder( wxEVT_STC_DO_DROP, 1 )
3031EVT_STC_ZOOM = wx.PyEventBinder( wxEVT_STC_ZOOM, 1 )
3032EVT_STC_HOTSPOT_CLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_CLICK, 1 )
3033EVT_STC_HOTSPOT_DCLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_DCLICK, 1 )
3034EVT_STC_CALLTIP_CLICK = wx.PyEventBinder( wxEVT_STC_CALLTIP_CLICK, 1 )
3035
3036