]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/stc/stc.py
added obsolescence note
[wxWidgets.git] / wxPython / contrib / stc / stc.py
CommitLineData
d14a1e28
RD
1# This file was created automatically by SWIG.
2# Don't modify this file, modify the SWIG interface instead.
3
4import _stc
5
6import core
7wx = core
8STC_USE_DND = _stc.STC_USE_DND
9STC_USE_POPUP = _stc.STC_USE_POPUP
10STC_INVALID_POSITION = _stc.STC_INVALID_POSITION
11STC_START = _stc.STC_START
12STC_OPTIONAL_START = _stc.STC_OPTIONAL_START
13STC_LEXER_START = _stc.STC_LEXER_START
14STC_WS_INVISIBLE = _stc.STC_WS_INVISIBLE
15STC_WS_VISIBLEALWAYS = _stc.STC_WS_VISIBLEALWAYS
16STC_WS_VISIBLEAFTERINDENT = _stc.STC_WS_VISIBLEAFTERINDENT
17STC_EOL_CRLF = _stc.STC_EOL_CRLF
18STC_EOL_CR = _stc.STC_EOL_CR
19STC_EOL_LF = _stc.STC_EOL_LF
20STC_CP_UTF8 = _stc.STC_CP_UTF8
21STC_CP_DBCS = _stc.STC_CP_DBCS
22STC_MARKER_MAX = _stc.STC_MARKER_MAX
23STC_MARK_CIRCLE = _stc.STC_MARK_CIRCLE
24STC_MARK_ROUNDRECT = _stc.STC_MARK_ROUNDRECT
25STC_MARK_ARROW = _stc.STC_MARK_ARROW
26STC_MARK_SMALLRECT = _stc.STC_MARK_SMALLRECT
27STC_MARK_SHORTARROW = _stc.STC_MARK_SHORTARROW
28STC_MARK_EMPTY = _stc.STC_MARK_EMPTY
29STC_MARK_ARROWDOWN = _stc.STC_MARK_ARROWDOWN
30STC_MARK_MINUS = _stc.STC_MARK_MINUS
31STC_MARK_PLUS = _stc.STC_MARK_PLUS
32STC_MARK_VLINE = _stc.STC_MARK_VLINE
33STC_MARK_LCORNER = _stc.STC_MARK_LCORNER
34STC_MARK_TCORNER = _stc.STC_MARK_TCORNER
35STC_MARK_BOXPLUS = _stc.STC_MARK_BOXPLUS
36STC_MARK_BOXPLUSCONNECTED = _stc.STC_MARK_BOXPLUSCONNECTED
37STC_MARK_BOXMINUS = _stc.STC_MARK_BOXMINUS
38STC_MARK_BOXMINUSCONNECTED = _stc.STC_MARK_BOXMINUSCONNECTED
39STC_MARK_LCORNERCURVE = _stc.STC_MARK_LCORNERCURVE
40STC_MARK_TCORNERCURVE = _stc.STC_MARK_TCORNERCURVE
41STC_MARK_CIRCLEPLUS = _stc.STC_MARK_CIRCLEPLUS
42STC_MARK_CIRCLEPLUSCONNECTED = _stc.STC_MARK_CIRCLEPLUSCONNECTED
43STC_MARK_CIRCLEMINUS = _stc.STC_MARK_CIRCLEMINUS
44STC_MARK_CIRCLEMINUSCONNECTED = _stc.STC_MARK_CIRCLEMINUSCONNECTED
45STC_MARK_BACKGROUND = _stc.STC_MARK_BACKGROUND
46STC_MARK_DOTDOTDOT = _stc.STC_MARK_DOTDOTDOT
47STC_MARK_ARROWS = _stc.STC_MARK_ARROWS
48STC_MARK_PIXMAP = _stc.STC_MARK_PIXMAP
49STC_MARK_CHARACTER = _stc.STC_MARK_CHARACTER
50STC_MARKNUM_FOLDEREND = _stc.STC_MARKNUM_FOLDEREND
51STC_MARKNUM_FOLDEROPENMID = _stc.STC_MARKNUM_FOLDEROPENMID
52STC_MARKNUM_FOLDERMIDTAIL = _stc.STC_MARKNUM_FOLDERMIDTAIL
53STC_MARKNUM_FOLDERTAIL = _stc.STC_MARKNUM_FOLDERTAIL
54STC_MARKNUM_FOLDERSUB = _stc.STC_MARKNUM_FOLDERSUB
55STC_MARKNUM_FOLDER = _stc.STC_MARKNUM_FOLDER
56STC_MARKNUM_FOLDEROPEN = _stc.STC_MARKNUM_FOLDEROPEN
57STC_MASK_FOLDERS = _stc.STC_MASK_FOLDERS
58STC_MARGIN_SYMBOL = _stc.STC_MARGIN_SYMBOL
59STC_MARGIN_NUMBER = _stc.STC_MARGIN_NUMBER
60STC_STYLE_DEFAULT = _stc.STC_STYLE_DEFAULT
61STC_STYLE_LINENUMBER = _stc.STC_STYLE_LINENUMBER
62STC_STYLE_BRACELIGHT = _stc.STC_STYLE_BRACELIGHT
63STC_STYLE_BRACEBAD = _stc.STC_STYLE_BRACEBAD
64STC_STYLE_CONTROLCHAR = _stc.STC_STYLE_CONTROLCHAR
65STC_STYLE_INDENTGUIDE = _stc.STC_STYLE_INDENTGUIDE
66STC_STYLE_LASTPREDEFINED = _stc.STC_STYLE_LASTPREDEFINED
67STC_STYLE_MAX = _stc.STC_STYLE_MAX
68STC_CHARSET_ANSI = _stc.STC_CHARSET_ANSI
69STC_CHARSET_DEFAULT = _stc.STC_CHARSET_DEFAULT
70STC_CHARSET_BALTIC = _stc.STC_CHARSET_BALTIC
71STC_CHARSET_CHINESEBIG5 = _stc.STC_CHARSET_CHINESEBIG5
72STC_CHARSET_EASTEUROPE = _stc.STC_CHARSET_EASTEUROPE
73STC_CHARSET_GB2312 = _stc.STC_CHARSET_GB2312
74STC_CHARSET_GREEK = _stc.STC_CHARSET_GREEK
75STC_CHARSET_HANGUL = _stc.STC_CHARSET_HANGUL
76STC_CHARSET_MAC = _stc.STC_CHARSET_MAC
77STC_CHARSET_OEM = _stc.STC_CHARSET_OEM
78STC_CHARSET_RUSSIAN = _stc.STC_CHARSET_RUSSIAN
79STC_CHARSET_SHIFTJIS = _stc.STC_CHARSET_SHIFTJIS
80STC_CHARSET_SYMBOL = _stc.STC_CHARSET_SYMBOL
81STC_CHARSET_TURKISH = _stc.STC_CHARSET_TURKISH
82STC_CHARSET_JOHAB = _stc.STC_CHARSET_JOHAB
83STC_CHARSET_HEBREW = _stc.STC_CHARSET_HEBREW
84STC_CHARSET_ARABIC = _stc.STC_CHARSET_ARABIC
85STC_CHARSET_VIETNAMESE = _stc.STC_CHARSET_VIETNAMESE
86STC_CHARSET_THAI = _stc.STC_CHARSET_THAI
87STC_CASE_MIXED = _stc.STC_CASE_MIXED
88STC_CASE_UPPER = _stc.STC_CASE_UPPER
89STC_CASE_LOWER = _stc.STC_CASE_LOWER
90STC_INDIC_MAX = _stc.STC_INDIC_MAX
91STC_INDIC_PLAIN = _stc.STC_INDIC_PLAIN
92STC_INDIC_SQUIGGLE = _stc.STC_INDIC_SQUIGGLE
93STC_INDIC_TT = _stc.STC_INDIC_TT
94STC_INDIC_DIAGONAL = _stc.STC_INDIC_DIAGONAL
95STC_INDIC_STRIKE = _stc.STC_INDIC_STRIKE
96STC_INDIC_HIDDEN = _stc.STC_INDIC_HIDDEN
97STC_INDIC0_MASK = _stc.STC_INDIC0_MASK
98STC_INDIC1_MASK = _stc.STC_INDIC1_MASK
99STC_INDIC2_MASK = _stc.STC_INDIC2_MASK
100STC_INDICS_MASK = _stc.STC_INDICS_MASK
101STC_PRINT_NORMAL = _stc.STC_PRINT_NORMAL
102STC_PRINT_INVERTLIGHT = _stc.STC_PRINT_INVERTLIGHT
103STC_PRINT_BLACKONWHITE = _stc.STC_PRINT_BLACKONWHITE
104STC_PRINT_COLOURONWHITE = _stc.STC_PRINT_COLOURONWHITE
105STC_PRINT_COLOURONWHITEDEFAULTBG = _stc.STC_PRINT_COLOURONWHITEDEFAULTBG
106STC_FIND_WHOLEWORD = _stc.STC_FIND_WHOLEWORD
107STC_FIND_MATCHCASE = _stc.STC_FIND_MATCHCASE
108STC_FIND_WORDSTART = _stc.STC_FIND_WORDSTART
109STC_FIND_REGEXP = _stc.STC_FIND_REGEXP
110STC_FIND_POSIX = _stc.STC_FIND_POSIX
111STC_FOLDLEVELBASE = _stc.STC_FOLDLEVELBASE
112STC_FOLDLEVELWHITEFLAG = _stc.STC_FOLDLEVELWHITEFLAG
113STC_FOLDLEVELHEADERFLAG = _stc.STC_FOLDLEVELHEADERFLAG
114STC_FOLDLEVELBOXHEADERFLAG = _stc.STC_FOLDLEVELBOXHEADERFLAG
115STC_FOLDLEVELBOXFOOTERFLAG = _stc.STC_FOLDLEVELBOXFOOTERFLAG
116STC_FOLDLEVELCONTRACTED = _stc.STC_FOLDLEVELCONTRACTED
117STC_FOLDLEVELUNINDENT = _stc.STC_FOLDLEVELUNINDENT
118STC_FOLDLEVELNUMBERMASK = _stc.STC_FOLDLEVELNUMBERMASK
119STC_FOLDFLAG_LINEBEFORE_EXPANDED = _stc.STC_FOLDFLAG_LINEBEFORE_EXPANDED
120STC_FOLDFLAG_LINEBEFORE_CONTRACTED = _stc.STC_FOLDFLAG_LINEBEFORE_CONTRACTED
121STC_FOLDFLAG_LINEAFTER_EXPANDED = _stc.STC_FOLDFLAG_LINEAFTER_EXPANDED
122STC_FOLDFLAG_LINEAFTER_CONTRACTED = _stc.STC_FOLDFLAG_LINEAFTER_CONTRACTED
123STC_FOLDFLAG_LEVELNUMBERS = _stc.STC_FOLDFLAG_LEVELNUMBERS
124STC_FOLDFLAG_BOX = _stc.STC_FOLDFLAG_BOX
125STC_TIME_FOREVER = _stc.STC_TIME_FOREVER
126STC_WRAP_NONE = _stc.STC_WRAP_NONE
127STC_WRAP_WORD = _stc.STC_WRAP_WORD
128STC_CACHE_NONE = _stc.STC_CACHE_NONE
129STC_CACHE_CARET = _stc.STC_CACHE_CARET
130STC_CACHE_PAGE = _stc.STC_CACHE_PAGE
131STC_CACHE_DOCUMENT = _stc.STC_CACHE_DOCUMENT
132STC_EDGE_NONE = _stc.STC_EDGE_NONE
133STC_EDGE_LINE = _stc.STC_EDGE_LINE
134STC_EDGE_BACKGROUND = _stc.STC_EDGE_BACKGROUND
135STC_CURSORNORMAL = _stc.STC_CURSORNORMAL
136STC_CURSORWAIT = _stc.STC_CURSORWAIT
137STC_VISIBLE_SLOP = _stc.STC_VISIBLE_SLOP
138STC_VISIBLE_STRICT = _stc.STC_VISIBLE_STRICT
139STC_CARET_SLOP = _stc.STC_CARET_SLOP
140STC_CARET_STRICT = _stc.STC_CARET_STRICT
141STC_CARET_JUMPS = _stc.STC_CARET_JUMPS
142STC_CARET_EVEN = _stc.STC_CARET_EVEN
143STC_KEYWORDSET_MAX = _stc.STC_KEYWORDSET_MAX
144STC_MOD_INSERTTEXT = _stc.STC_MOD_INSERTTEXT
145STC_MOD_DELETETEXT = _stc.STC_MOD_DELETETEXT
146STC_MOD_CHANGESTYLE = _stc.STC_MOD_CHANGESTYLE
147STC_MOD_CHANGEFOLD = _stc.STC_MOD_CHANGEFOLD
148STC_PERFORMED_USER = _stc.STC_PERFORMED_USER
149STC_PERFORMED_UNDO = _stc.STC_PERFORMED_UNDO
150STC_PERFORMED_REDO = _stc.STC_PERFORMED_REDO
151STC_LASTSTEPINUNDOREDO = _stc.STC_LASTSTEPINUNDOREDO
152STC_MOD_CHANGEMARKER = _stc.STC_MOD_CHANGEMARKER
153STC_MOD_BEFOREINSERT = _stc.STC_MOD_BEFOREINSERT
154STC_MOD_BEFOREDELETE = _stc.STC_MOD_BEFOREDELETE
155STC_MODEVENTMASKALL = _stc.STC_MODEVENTMASKALL
156STC_KEY_DOWN = _stc.STC_KEY_DOWN
157STC_KEY_UP = _stc.STC_KEY_UP
158STC_KEY_LEFT = _stc.STC_KEY_LEFT
159STC_KEY_RIGHT = _stc.STC_KEY_RIGHT
160STC_KEY_HOME = _stc.STC_KEY_HOME
161STC_KEY_END = _stc.STC_KEY_END
162STC_KEY_PRIOR = _stc.STC_KEY_PRIOR
163STC_KEY_NEXT = _stc.STC_KEY_NEXT
164STC_KEY_DELETE = _stc.STC_KEY_DELETE
165STC_KEY_INSERT = _stc.STC_KEY_INSERT
166STC_KEY_ESCAPE = _stc.STC_KEY_ESCAPE
167STC_KEY_BACK = _stc.STC_KEY_BACK
168STC_KEY_TAB = _stc.STC_KEY_TAB
169STC_KEY_RETURN = _stc.STC_KEY_RETURN
170STC_KEY_ADD = _stc.STC_KEY_ADD
171STC_KEY_SUBTRACT = _stc.STC_KEY_SUBTRACT
172STC_KEY_DIVIDE = _stc.STC_KEY_DIVIDE
173STC_SCMOD_SHIFT = _stc.STC_SCMOD_SHIFT
174STC_SCMOD_CTRL = _stc.STC_SCMOD_CTRL
175STC_SCMOD_ALT = _stc.STC_SCMOD_ALT
176STC_LEX_CONTAINER = _stc.STC_LEX_CONTAINER
177STC_LEX_NULL = _stc.STC_LEX_NULL
178STC_LEX_PYTHON = _stc.STC_LEX_PYTHON
179STC_LEX_CPP = _stc.STC_LEX_CPP
180STC_LEX_HTML = _stc.STC_LEX_HTML
181STC_LEX_XML = _stc.STC_LEX_XML
182STC_LEX_PERL = _stc.STC_LEX_PERL
183STC_LEX_SQL = _stc.STC_LEX_SQL
184STC_LEX_VB = _stc.STC_LEX_VB
185STC_LEX_PROPERTIES = _stc.STC_LEX_PROPERTIES
186STC_LEX_ERRORLIST = _stc.STC_LEX_ERRORLIST
187STC_LEX_MAKEFILE = _stc.STC_LEX_MAKEFILE
188STC_LEX_BATCH = _stc.STC_LEX_BATCH
189STC_LEX_XCODE = _stc.STC_LEX_XCODE
190STC_LEX_LATEX = _stc.STC_LEX_LATEX
191STC_LEX_LUA = _stc.STC_LEX_LUA
192STC_LEX_DIFF = _stc.STC_LEX_DIFF
193STC_LEX_CONF = _stc.STC_LEX_CONF
194STC_LEX_PASCAL = _stc.STC_LEX_PASCAL
195STC_LEX_AVE = _stc.STC_LEX_AVE
196STC_LEX_ADA = _stc.STC_LEX_ADA
197STC_LEX_LISP = _stc.STC_LEX_LISP
198STC_LEX_RUBY = _stc.STC_LEX_RUBY
199STC_LEX_EIFFEL = _stc.STC_LEX_EIFFEL
200STC_LEX_EIFFELKW = _stc.STC_LEX_EIFFELKW
201STC_LEX_TCL = _stc.STC_LEX_TCL
202STC_LEX_NNCRONTAB = _stc.STC_LEX_NNCRONTAB
203STC_LEX_BULLANT = _stc.STC_LEX_BULLANT
204STC_LEX_VBSCRIPT = _stc.STC_LEX_VBSCRIPT
205STC_LEX_ASP = _stc.STC_LEX_ASP
206STC_LEX_PHP = _stc.STC_LEX_PHP
207STC_LEX_BAAN = _stc.STC_LEX_BAAN
208STC_LEX_MATLAB = _stc.STC_LEX_MATLAB
209STC_LEX_SCRIPTOL = _stc.STC_LEX_SCRIPTOL
210STC_LEX_ASM = _stc.STC_LEX_ASM
211STC_LEX_CPPNOCASE = _stc.STC_LEX_CPPNOCASE
212STC_LEX_FORTRAN = _stc.STC_LEX_FORTRAN
213STC_LEX_F77 = _stc.STC_LEX_F77
214STC_LEX_CSS = _stc.STC_LEX_CSS
215STC_LEX_POV = _stc.STC_LEX_POV
216STC_LEX_LOUT = _stc.STC_LEX_LOUT
217STC_LEX_ESCRIPT = _stc.STC_LEX_ESCRIPT
218STC_LEX_PS = _stc.STC_LEX_PS
219STC_LEX_NSIS = _stc.STC_LEX_NSIS
220STC_LEX_MMIXAL = _stc.STC_LEX_MMIXAL
221STC_LEX_AUTOMATIC = _stc.STC_LEX_AUTOMATIC
222STC_P_DEFAULT = _stc.STC_P_DEFAULT
223STC_P_COMMENTLINE = _stc.STC_P_COMMENTLINE
224STC_P_NUMBER = _stc.STC_P_NUMBER
225STC_P_STRING = _stc.STC_P_STRING
226STC_P_CHARACTER = _stc.STC_P_CHARACTER
227STC_P_WORD = _stc.STC_P_WORD
228STC_P_TRIPLE = _stc.STC_P_TRIPLE
229STC_P_TRIPLEDOUBLE = _stc.STC_P_TRIPLEDOUBLE
230STC_P_CLASSNAME = _stc.STC_P_CLASSNAME
231STC_P_DEFNAME = _stc.STC_P_DEFNAME
232STC_P_OPERATOR = _stc.STC_P_OPERATOR
233STC_P_IDENTIFIER = _stc.STC_P_IDENTIFIER
234STC_P_COMMENTBLOCK = _stc.STC_P_COMMENTBLOCK
235STC_P_STRINGEOL = _stc.STC_P_STRINGEOL
236STC_C_DEFAULT = _stc.STC_C_DEFAULT
237STC_C_COMMENT = _stc.STC_C_COMMENT
238STC_C_COMMENTLINE = _stc.STC_C_COMMENTLINE
239STC_C_COMMENTDOC = _stc.STC_C_COMMENTDOC
240STC_C_NUMBER = _stc.STC_C_NUMBER
241STC_C_WORD = _stc.STC_C_WORD
242STC_C_STRING = _stc.STC_C_STRING
243STC_C_CHARACTER = _stc.STC_C_CHARACTER
244STC_C_UUID = _stc.STC_C_UUID
245STC_C_PREPROCESSOR = _stc.STC_C_PREPROCESSOR
246STC_C_OPERATOR = _stc.STC_C_OPERATOR
247STC_C_IDENTIFIER = _stc.STC_C_IDENTIFIER
248STC_C_STRINGEOL = _stc.STC_C_STRINGEOL
249STC_C_VERBATIM = _stc.STC_C_VERBATIM
250STC_C_REGEX = _stc.STC_C_REGEX
251STC_C_COMMENTLINEDOC = _stc.STC_C_COMMENTLINEDOC
252STC_C_WORD2 = _stc.STC_C_WORD2
253STC_C_COMMENTDOCKEYWORD = _stc.STC_C_COMMENTDOCKEYWORD
254STC_C_COMMENTDOCKEYWORDERROR = _stc.STC_C_COMMENTDOCKEYWORDERROR
255STC_C_GLOBALCLASS = _stc.STC_C_GLOBALCLASS
256STC_H_DEFAULT = _stc.STC_H_DEFAULT
257STC_H_TAG = _stc.STC_H_TAG
258STC_H_TAGUNKNOWN = _stc.STC_H_TAGUNKNOWN
259STC_H_ATTRIBUTE = _stc.STC_H_ATTRIBUTE
260STC_H_ATTRIBUTEUNKNOWN = _stc.STC_H_ATTRIBUTEUNKNOWN
261STC_H_NUMBER = _stc.STC_H_NUMBER
262STC_H_DOUBLESTRING = _stc.STC_H_DOUBLESTRING
263STC_H_SINGLESTRING = _stc.STC_H_SINGLESTRING
264STC_H_OTHER = _stc.STC_H_OTHER
265STC_H_COMMENT = _stc.STC_H_COMMENT
266STC_H_ENTITY = _stc.STC_H_ENTITY
267STC_H_TAGEND = _stc.STC_H_TAGEND
268STC_H_XMLSTART = _stc.STC_H_XMLSTART
269STC_H_XMLEND = _stc.STC_H_XMLEND
270STC_H_SCRIPT = _stc.STC_H_SCRIPT
271STC_H_ASP = _stc.STC_H_ASP
272STC_H_ASPAT = _stc.STC_H_ASPAT
273STC_H_CDATA = _stc.STC_H_CDATA
274STC_H_QUESTION = _stc.STC_H_QUESTION
275STC_H_VALUE = _stc.STC_H_VALUE
276STC_H_XCCOMMENT = _stc.STC_H_XCCOMMENT
277STC_H_SGML_DEFAULT = _stc.STC_H_SGML_DEFAULT
278STC_H_SGML_COMMAND = _stc.STC_H_SGML_COMMAND
279STC_H_SGML_1ST_PARAM = _stc.STC_H_SGML_1ST_PARAM
280STC_H_SGML_DOUBLESTRING = _stc.STC_H_SGML_DOUBLESTRING
281STC_H_SGML_SIMPLESTRING = _stc.STC_H_SGML_SIMPLESTRING
282STC_H_SGML_ERROR = _stc.STC_H_SGML_ERROR
283STC_H_SGML_SPECIAL = _stc.STC_H_SGML_SPECIAL
284STC_H_SGML_ENTITY = _stc.STC_H_SGML_ENTITY
285STC_H_SGML_COMMENT = _stc.STC_H_SGML_COMMENT
286STC_H_SGML_1ST_PARAM_COMMENT = _stc.STC_H_SGML_1ST_PARAM_COMMENT
287STC_H_SGML_BLOCK_DEFAULT = _stc.STC_H_SGML_BLOCK_DEFAULT
288STC_HJ_START = _stc.STC_HJ_START
289STC_HJ_DEFAULT = _stc.STC_HJ_DEFAULT
290STC_HJ_COMMENT = _stc.STC_HJ_COMMENT
291STC_HJ_COMMENTLINE = _stc.STC_HJ_COMMENTLINE
292STC_HJ_COMMENTDOC = _stc.STC_HJ_COMMENTDOC
293STC_HJ_NUMBER = _stc.STC_HJ_NUMBER
294STC_HJ_WORD = _stc.STC_HJ_WORD
295STC_HJ_KEYWORD = _stc.STC_HJ_KEYWORD
296STC_HJ_DOUBLESTRING = _stc.STC_HJ_DOUBLESTRING
297STC_HJ_SINGLESTRING = _stc.STC_HJ_SINGLESTRING
298STC_HJ_SYMBOLS = _stc.STC_HJ_SYMBOLS
299STC_HJ_STRINGEOL = _stc.STC_HJ_STRINGEOL
300STC_HJ_REGEX = _stc.STC_HJ_REGEX
301STC_HJA_START = _stc.STC_HJA_START
302STC_HJA_DEFAULT = _stc.STC_HJA_DEFAULT
303STC_HJA_COMMENT = _stc.STC_HJA_COMMENT
304STC_HJA_COMMENTLINE = _stc.STC_HJA_COMMENTLINE
305STC_HJA_COMMENTDOC = _stc.STC_HJA_COMMENTDOC
306STC_HJA_NUMBER = _stc.STC_HJA_NUMBER
307STC_HJA_WORD = _stc.STC_HJA_WORD
308STC_HJA_KEYWORD = _stc.STC_HJA_KEYWORD
309STC_HJA_DOUBLESTRING = _stc.STC_HJA_DOUBLESTRING
310STC_HJA_SINGLESTRING = _stc.STC_HJA_SINGLESTRING
311STC_HJA_SYMBOLS = _stc.STC_HJA_SYMBOLS
312STC_HJA_STRINGEOL = _stc.STC_HJA_STRINGEOL
313STC_HJA_REGEX = _stc.STC_HJA_REGEX
314STC_HB_START = _stc.STC_HB_START
315STC_HB_DEFAULT = _stc.STC_HB_DEFAULT
316STC_HB_COMMENTLINE = _stc.STC_HB_COMMENTLINE
317STC_HB_NUMBER = _stc.STC_HB_NUMBER
318STC_HB_WORD = _stc.STC_HB_WORD
319STC_HB_STRING = _stc.STC_HB_STRING
320STC_HB_IDENTIFIER = _stc.STC_HB_IDENTIFIER
321STC_HB_STRINGEOL = _stc.STC_HB_STRINGEOL
322STC_HBA_START = _stc.STC_HBA_START
323STC_HBA_DEFAULT = _stc.STC_HBA_DEFAULT
324STC_HBA_COMMENTLINE = _stc.STC_HBA_COMMENTLINE
325STC_HBA_NUMBER = _stc.STC_HBA_NUMBER
326STC_HBA_WORD = _stc.STC_HBA_WORD
327STC_HBA_STRING = _stc.STC_HBA_STRING
328STC_HBA_IDENTIFIER = _stc.STC_HBA_IDENTIFIER
329STC_HBA_STRINGEOL = _stc.STC_HBA_STRINGEOL
330STC_HP_START = _stc.STC_HP_START
331STC_HP_DEFAULT = _stc.STC_HP_DEFAULT
332STC_HP_COMMENTLINE = _stc.STC_HP_COMMENTLINE
333STC_HP_NUMBER = _stc.STC_HP_NUMBER
334STC_HP_STRING = _stc.STC_HP_STRING
335STC_HP_CHARACTER = _stc.STC_HP_CHARACTER
336STC_HP_WORD = _stc.STC_HP_WORD
337STC_HP_TRIPLE = _stc.STC_HP_TRIPLE
338STC_HP_TRIPLEDOUBLE = _stc.STC_HP_TRIPLEDOUBLE
339STC_HP_CLASSNAME = _stc.STC_HP_CLASSNAME
340STC_HP_DEFNAME = _stc.STC_HP_DEFNAME
341STC_HP_OPERATOR = _stc.STC_HP_OPERATOR
342STC_HP_IDENTIFIER = _stc.STC_HP_IDENTIFIER
343STC_HPA_START = _stc.STC_HPA_START
344STC_HPA_DEFAULT = _stc.STC_HPA_DEFAULT
345STC_HPA_COMMENTLINE = _stc.STC_HPA_COMMENTLINE
346STC_HPA_NUMBER = _stc.STC_HPA_NUMBER
347STC_HPA_STRING = _stc.STC_HPA_STRING
348STC_HPA_CHARACTER = _stc.STC_HPA_CHARACTER
349STC_HPA_WORD = _stc.STC_HPA_WORD
350STC_HPA_TRIPLE = _stc.STC_HPA_TRIPLE
351STC_HPA_TRIPLEDOUBLE = _stc.STC_HPA_TRIPLEDOUBLE
352STC_HPA_CLASSNAME = _stc.STC_HPA_CLASSNAME
353STC_HPA_DEFNAME = _stc.STC_HPA_DEFNAME
354STC_HPA_OPERATOR = _stc.STC_HPA_OPERATOR
355STC_HPA_IDENTIFIER = _stc.STC_HPA_IDENTIFIER
356STC_HPHP_DEFAULT = _stc.STC_HPHP_DEFAULT
357STC_HPHP_HSTRING = _stc.STC_HPHP_HSTRING
358STC_HPHP_SIMPLESTRING = _stc.STC_HPHP_SIMPLESTRING
359STC_HPHP_WORD = _stc.STC_HPHP_WORD
360STC_HPHP_NUMBER = _stc.STC_HPHP_NUMBER
361STC_HPHP_VARIABLE = _stc.STC_HPHP_VARIABLE
362STC_HPHP_COMMENT = _stc.STC_HPHP_COMMENT
363STC_HPHP_COMMENTLINE = _stc.STC_HPHP_COMMENTLINE
364STC_HPHP_HSTRING_VARIABLE = _stc.STC_HPHP_HSTRING_VARIABLE
365STC_HPHP_OPERATOR = _stc.STC_HPHP_OPERATOR
366STC_PL_DEFAULT = _stc.STC_PL_DEFAULT
367STC_PL_ERROR = _stc.STC_PL_ERROR
368STC_PL_COMMENTLINE = _stc.STC_PL_COMMENTLINE
369STC_PL_POD = _stc.STC_PL_POD
370STC_PL_NUMBER = _stc.STC_PL_NUMBER
371STC_PL_WORD = _stc.STC_PL_WORD
372STC_PL_STRING = _stc.STC_PL_STRING
373STC_PL_CHARACTER = _stc.STC_PL_CHARACTER
374STC_PL_PUNCTUATION = _stc.STC_PL_PUNCTUATION
375STC_PL_PREPROCESSOR = _stc.STC_PL_PREPROCESSOR
376STC_PL_OPERATOR = _stc.STC_PL_OPERATOR
377STC_PL_IDENTIFIER = _stc.STC_PL_IDENTIFIER
378STC_PL_SCALAR = _stc.STC_PL_SCALAR
379STC_PL_ARRAY = _stc.STC_PL_ARRAY
380STC_PL_HASH = _stc.STC_PL_HASH
381STC_PL_SYMBOLTABLE = _stc.STC_PL_SYMBOLTABLE
382STC_PL_REGEX = _stc.STC_PL_REGEX
383STC_PL_REGSUBST = _stc.STC_PL_REGSUBST
384STC_PL_LONGQUOTE = _stc.STC_PL_LONGQUOTE
385STC_PL_BACKTICKS = _stc.STC_PL_BACKTICKS
386STC_PL_DATASECTION = _stc.STC_PL_DATASECTION
387STC_PL_HERE_DELIM = _stc.STC_PL_HERE_DELIM
388STC_PL_HERE_Q = _stc.STC_PL_HERE_Q
389STC_PL_HERE_QQ = _stc.STC_PL_HERE_QQ
390STC_PL_HERE_QX = _stc.STC_PL_HERE_QX
391STC_PL_STRING_Q = _stc.STC_PL_STRING_Q
392STC_PL_STRING_QQ = _stc.STC_PL_STRING_QQ
393STC_PL_STRING_QX = _stc.STC_PL_STRING_QX
394STC_PL_STRING_QR = _stc.STC_PL_STRING_QR
395STC_PL_STRING_QW = _stc.STC_PL_STRING_QW
396STC_B_DEFAULT = _stc.STC_B_DEFAULT
397STC_B_COMMENT = _stc.STC_B_COMMENT
398STC_B_NUMBER = _stc.STC_B_NUMBER
399STC_B_KEYWORD = _stc.STC_B_KEYWORD
400STC_B_STRING = _stc.STC_B_STRING
401STC_B_PREPROCESSOR = _stc.STC_B_PREPROCESSOR
402STC_B_OPERATOR = _stc.STC_B_OPERATOR
403STC_B_IDENTIFIER = _stc.STC_B_IDENTIFIER
404STC_B_DATE = _stc.STC_B_DATE
405STC_PROPS_DEFAULT = _stc.STC_PROPS_DEFAULT
406STC_PROPS_COMMENT = _stc.STC_PROPS_COMMENT
407STC_PROPS_SECTION = _stc.STC_PROPS_SECTION
408STC_PROPS_ASSIGNMENT = _stc.STC_PROPS_ASSIGNMENT
409STC_PROPS_DEFVAL = _stc.STC_PROPS_DEFVAL
410STC_L_DEFAULT = _stc.STC_L_DEFAULT
411STC_L_COMMAND = _stc.STC_L_COMMAND
412STC_L_TAG = _stc.STC_L_TAG
413STC_L_MATH = _stc.STC_L_MATH
414STC_L_COMMENT = _stc.STC_L_COMMENT
415STC_LUA_DEFAULT = _stc.STC_LUA_DEFAULT
416STC_LUA_COMMENT = _stc.STC_LUA_COMMENT
417STC_LUA_COMMENTLINE = _stc.STC_LUA_COMMENTLINE
418STC_LUA_COMMENTDOC = _stc.STC_LUA_COMMENTDOC
419STC_LUA_NUMBER = _stc.STC_LUA_NUMBER
420STC_LUA_WORD = _stc.STC_LUA_WORD
421STC_LUA_STRING = _stc.STC_LUA_STRING
422STC_LUA_CHARACTER = _stc.STC_LUA_CHARACTER
423STC_LUA_LITERALSTRING = _stc.STC_LUA_LITERALSTRING
424STC_LUA_PREPROCESSOR = _stc.STC_LUA_PREPROCESSOR
425STC_LUA_OPERATOR = _stc.STC_LUA_OPERATOR
426STC_LUA_IDENTIFIER = _stc.STC_LUA_IDENTIFIER
427STC_LUA_STRINGEOL = _stc.STC_LUA_STRINGEOL
428STC_LUA_WORD2 = _stc.STC_LUA_WORD2
429STC_LUA_WORD3 = _stc.STC_LUA_WORD3
430STC_LUA_WORD4 = _stc.STC_LUA_WORD4
431STC_LUA_WORD5 = _stc.STC_LUA_WORD5
432STC_LUA_WORD6 = _stc.STC_LUA_WORD6
433STC_LUA_WORD7 = _stc.STC_LUA_WORD7
434STC_LUA_WORD8 = _stc.STC_LUA_WORD8
435STC_ERR_DEFAULT = _stc.STC_ERR_DEFAULT
436STC_ERR_PYTHON = _stc.STC_ERR_PYTHON
437STC_ERR_GCC = _stc.STC_ERR_GCC
438STC_ERR_MS = _stc.STC_ERR_MS
439STC_ERR_CMD = _stc.STC_ERR_CMD
440STC_ERR_BORLAND = _stc.STC_ERR_BORLAND
441STC_ERR_PERL = _stc.STC_ERR_PERL
442STC_ERR_NET = _stc.STC_ERR_NET
443STC_ERR_LUA = _stc.STC_ERR_LUA
444STC_ERR_CTAG = _stc.STC_ERR_CTAG
445STC_ERR_DIFF_CHANGED = _stc.STC_ERR_DIFF_CHANGED
446STC_ERR_DIFF_ADDITION = _stc.STC_ERR_DIFF_ADDITION
447STC_ERR_DIFF_DELETION = _stc.STC_ERR_DIFF_DELETION
448STC_ERR_DIFF_MESSAGE = _stc.STC_ERR_DIFF_MESSAGE
449STC_ERR_PHP = _stc.STC_ERR_PHP
450STC_ERR_ELF = _stc.STC_ERR_ELF
451STC_ERR_IFC = _stc.STC_ERR_IFC
452STC_BAT_DEFAULT = _stc.STC_BAT_DEFAULT
453STC_BAT_COMMENT = _stc.STC_BAT_COMMENT
454STC_BAT_WORD = _stc.STC_BAT_WORD
455STC_BAT_LABEL = _stc.STC_BAT_LABEL
456STC_BAT_HIDE = _stc.STC_BAT_HIDE
457STC_BAT_COMMAND = _stc.STC_BAT_COMMAND
458STC_BAT_IDENTIFIER = _stc.STC_BAT_IDENTIFIER
459STC_BAT_OPERATOR = _stc.STC_BAT_OPERATOR
460STC_MAKE_DEFAULT = _stc.STC_MAKE_DEFAULT
461STC_MAKE_COMMENT = _stc.STC_MAKE_COMMENT
462STC_MAKE_PREPROCESSOR = _stc.STC_MAKE_PREPROCESSOR
463STC_MAKE_IDENTIFIER = _stc.STC_MAKE_IDENTIFIER
464STC_MAKE_OPERATOR = _stc.STC_MAKE_OPERATOR
465STC_MAKE_TARGET = _stc.STC_MAKE_TARGET
466STC_MAKE_IDEOL = _stc.STC_MAKE_IDEOL
467STC_DIFF_DEFAULT = _stc.STC_DIFF_DEFAULT
468STC_DIFF_COMMENT = _stc.STC_DIFF_COMMENT
469STC_DIFF_COMMAND = _stc.STC_DIFF_COMMAND
470STC_DIFF_HEADER = _stc.STC_DIFF_HEADER
471STC_DIFF_POSITION = _stc.STC_DIFF_POSITION
472STC_DIFF_DELETED = _stc.STC_DIFF_DELETED
473STC_DIFF_ADDED = _stc.STC_DIFF_ADDED
474STC_CONF_DEFAULT = _stc.STC_CONF_DEFAULT
475STC_CONF_COMMENT = _stc.STC_CONF_COMMENT
476STC_CONF_NUMBER = _stc.STC_CONF_NUMBER
477STC_CONF_IDENTIFIER = _stc.STC_CONF_IDENTIFIER
478STC_CONF_EXTENSION = _stc.STC_CONF_EXTENSION
479STC_CONF_PARAMETER = _stc.STC_CONF_PARAMETER
480STC_CONF_STRING = _stc.STC_CONF_STRING
481STC_CONF_OPERATOR = _stc.STC_CONF_OPERATOR
482STC_CONF_IP = _stc.STC_CONF_IP
483STC_CONF_DIRECTIVE = _stc.STC_CONF_DIRECTIVE
484STC_AVE_DEFAULT = _stc.STC_AVE_DEFAULT
485STC_AVE_COMMENT = _stc.STC_AVE_COMMENT
486STC_AVE_NUMBER = _stc.STC_AVE_NUMBER
487STC_AVE_WORD = _stc.STC_AVE_WORD
488STC_AVE_STRING = _stc.STC_AVE_STRING
489STC_AVE_ENUM = _stc.STC_AVE_ENUM
490STC_AVE_STRINGEOL = _stc.STC_AVE_STRINGEOL
491STC_AVE_IDENTIFIER = _stc.STC_AVE_IDENTIFIER
492STC_AVE_OPERATOR = _stc.STC_AVE_OPERATOR
493STC_AVE_WORD1 = _stc.STC_AVE_WORD1
494STC_AVE_WORD2 = _stc.STC_AVE_WORD2
495STC_AVE_WORD3 = _stc.STC_AVE_WORD3
496STC_AVE_WORD4 = _stc.STC_AVE_WORD4
497STC_AVE_WORD5 = _stc.STC_AVE_WORD5
498STC_AVE_WORD6 = _stc.STC_AVE_WORD6
499STC_ADA_DEFAULT = _stc.STC_ADA_DEFAULT
500STC_ADA_WORD = _stc.STC_ADA_WORD
501STC_ADA_IDENTIFIER = _stc.STC_ADA_IDENTIFIER
502STC_ADA_NUMBER = _stc.STC_ADA_NUMBER
503STC_ADA_DELIMITER = _stc.STC_ADA_DELIMITER
504STC_ADA_CHARACTER = _stc.STC_ADA_CHARACTER
505STC_ADA_CHARACTEREOL = _stc.STC_ADA_CHARACTEREOL
506STC_ADA_STRING = _stc.STC_ADA_STRING
507STC_ADA_STRINGEOL = _stc.STC_ADA_STRINGEOL
508STC_ADA_LABEL = _stc.STC_ADA_LABEL
509STC_ADA_COMMENTLINE = _stc.STC_ADA_COMMENTLINE
510STC_ADA_ILLEGAL = _stc.STC_ADA_ILLEGAL
511STC_BAAN_DEFAULT = _stc.STC_BAAN_DEFAULT
512STC_BAAN_COMMENT = _stc.STC_BAAN_COMMENT
513STC_BAAN_COMMENTDOC = _stc.STC_BAAN_COMMENTDOC
514STC_BAAN_NUMBER = _stc.STC_BAAN_NUMBER
515STC_BAAN_WORD = _stc.STC_BAAN_WORD
516STC_BAAN_STRING = _stc.STC_BAAN_STRING
517STC_BAAN_PREPROCESSOR = _stc.STC_BAAN_PREPROCESSOR
518STC_BAAN_OPERATOR = _stc.STC_BAAN_OPERATOR
519STC_BAAN_IDENTIFIER = _stc.STC_BAAN_IDENTIFIER
520STC_BAAN_STRINGEOL = _stc.STC_BAAN_STRINGEOL
521STC_BAAN_WORD2 = _stc.STC_BAAN_WORD2
522STC_LISP_DEFAULT = _stc.STC_LISP_DEFAULT
523STC_LISP_COMMENT = _stc.STC_LISP_COMMENT
524STC_LISP_NUMBER = _stc.STC_LISP_NUMBER
525STC_LISP_KEYWORD = _stc.STC_LISP_KEYWORD
526STC_LISP_STRING = _stc.STC_LISP_STRING
527STC_LISP_STRINGEOL = _stc.STC_LISP_STRINGEOL
528STC_LISP_IDENTIFIER = _stc.STC_LISP_IDENTIFIER
529STC_LISP_OPERATOR = _stc.STC_LISP_OPERATOR
530STC_EIFFEL_DEFAULT = _stc.STC_EIFFEL_DEFAULT
531STC_EIFFEL_COMMENTLINE = _stc.STC_EIFFEL_COMMENTLINE
532STC_EIFFEL_NUMBER = _stc.STC_EIFFEL_NUMBER
533STC_EIFFEL_WORD = _stc.STC_EIFFEL_WORD
534STC_EIFFEL_STRING = _stc.STC_EIFFEL_STRING
535STC_EIFFEL_CHARACTER = _stc.STC_EIFFEL_CHARACTER
536STC_EIFFEL_OPERATOR = _stc.STC_EIFFEL_OPERATOR
537STC_EIFFEL_IDENTIFIER = _stc.STC_EIFFEL_IDENTIFIER
538STC_EIFFEL_STRINGEOL = _stc.STC_EIFFEL_STRINGEOL
539STC_NNCRONTAB_DEFAULT = _stc.STC_NNCRONTAB_DEFAULT
540STC_NNCRONTAB_COMMENT = _stc.STC_NNCRONTAB_COMMENT
541STC_NNCRONTAB_TASK = _stc.STC_NNCRONTAB_TASK
542STC_NNCRONTAB_SECTION = _stc.STC_NNCRONTAB_SECTION
543STC_NNCRONTAB_KEYWORD = _stc.STC_NNCRONTAB_KEYWORD
544STC_NNCRONTAB_MODIFIER = _stc.STC_NNCRONTAB_MODIFIER
545STC_NNCRONTAB_ASTERISK = _stc.STC_NNCRONTAB_ASTERISK
546STC_NNCRONTAB_NUMBER = _stc.STC_NNCRONTAB_NUMBER
547STC_NNCRONTAB_STRING = _stc.STC_NNCRONTAB_STRING
548STC_NNCRONTAB_ENVIRONMENT = _stc.STC_NNCRONTAB_ENVIRONMENT
549STC_NNCRONTAB_IDENTIFIER = _stc.STC_NNCRONTAB_IDENTIFIER
550STC_MATLAB_DEFAULT = _stc.STC_MATLAB_DEFAULT
551STC_MATLAB_COMMENT = _stc.STC_MATLAB_COMMENT
552STC_MATLAB_COMMAND = _stc.STC_MATLAB_COMMAND
553STC_MATLAB_NUMBER = _stc.STC_MATLAB_NUMBER
554STC_MATLAB_KEYWORD = _stc.STC_MATLAB_KEYWORD
555STC_MATLAB_STRING = _stc.STC_MATLAB_STRING
556STC_MATLAB_OPERATOR = _stc.STC_MATLAB_OPERATOR
557STC_MATLAB_IDENTIFIER = _stc.STC_MATLAB_IDENTIFIER
558STC_SCRIPTOL_DEFAULT = _stc.STC_SCRIPTOL_DEFAULT
559STC_SCRIPTOL_COMMENT = _stc.STC_SCRIPTOL_COMMENT
560STC_SCRIPTOL_COMMENTLINE = _stc.STC_SCRIPTOL_COMMENTLINE
561STC_SCRIPTOL_COMMENTDOC = _stc.STC_SCRIPTOL_COMMENTDOC
562STC_SCRIPTOL_NUMBER = _stc.STC_SCRIPTOL_NUMBER
563STC_SCRIPTOL_WORD = _stc.STC_SCRIPTOL_WORD
564STC_SCRIPTOL_STRING = _stc.STC_SCRIPTOL_STRING
565STC_SCRIPTOL_CHARACTER = _stc.STC_SCRIPTOL_CHARACTER
566STC_SCRIPTOL_UUID = _stc.STC_SCRIPTOL_UUID
567STC_SCRIPTOL_PREPROCESSOR = _stc.STC_SCRIPTOL_PREPROCESSOR
568STC_SCRIPTOL_OPERATOR = _stc.STC_SCRIPTOL_OPERATOR
569STC_SCRIPTOL_IDENTIFIER = _stc.STC_SCRIPTOL_IDENTIFIER
570STC_SCRIPTOL_STRINGEOL = _stc.STC_SCRIPTOL_STRINGEOL
571STC_SCRIPTOL_VERBATIM = _stc.STC_SCRIPTOL_VERBATIM
572STC_SCRIPTOL_REGEX = _stc.STC_SCRIPTOL_REGEX
573STC_SCRIPTOL_COMMENTLINEDOC = _stc.STC_SCRIPTOL_COMMENTLINEDOC
574STC_SCRIPTOL_WORD2 = _stc.STC_SCRIPTOL_WORD2
575STC_SCRIPTOL_COMMENTDOCKEYWORD = _stc.STC_SCRIPTOL_COMMENTDOCKEYWORD
576STC_SCRIPTOL_COMMENTDOCKEYWORDERROR = _stc.STC_SCRIPTOL_COMMENTDOCKEYWORDERROR
577STC_SCRIPTOL_COMMENTBASIC = _stc.STC_SCRIPTOL_COMMENTBASIC
578STC_ASM_DEFAULT = _stc.STC_ASM_DEFAULT
579STC_ASM_COMMENT = _stc.STC_ASM_COMMENT
580STC_ASM_NUMBER = _stc.STC_ASM_NUMBER
581STC_ASM_STRING = _stc.STC_ASM_STRING
582STC_ASM_OPERATOR = _stc.STC_ASM_OPERATOR
583STC_ASM_IDENTIFIER = _stc.STC_ASM_IDENTIFIER
584STC_ASM_CPUINSTRUCTION = _stc.STC_ASM_CPUINSTRUCTION
585STC_ASM_MATHINSTRUCTION = _stc.STC_ASM_MATHINSTRUCTION
586STC_ASM_REGISTER = _stc.STC_ASM_REGISTER
587STC_ASM_DIRECTIVE = _stc.STC_ASM_DIRECTIVE
588STC_ASM_DIRECTIVEOPERAND = _stc.STC_ASM_DIRECTIVEOPERAND
589STC_F_DEFAULT = _stc.STC_F_DEFAULT
590STC_F_COMMENT = _stc.STC_F_COMMENT
591STC_F_NUMBER = _stc.STC_F_NUMBER
592STC_F_STRING1 = _stc.STC_F_STRING1
593STC_F_STRING2 = _stc.STC_F_STRING2
594STC_F_STRINGEOL = _stc.STC_F_STRINGEOL
595STC_F_OPERATOR = _stc.STC_F_OPERATOR
596STC_F_IDENTIFIER = _stc.STC_F_IDENTIFIER
597STC_F_WORD = _stc.STC_F_WORD
598STC_F_WORD2 = _stc.STC_F_WORD2
599STC_F_WORD3 = _stc.STC_F_WORD3
600STC_F_PREPROCESSOR = _stc.STC_F_PREPROCESSOR
601STC_F_OPERATOR2 = _stc.STC_F_OPERATOR2
602STC_F_LABEL = _stc.STC_F_LABEL
603STC_F_CONTINUATION = _stc.STC_F_CONTINUATION
604STC_CSS_DEFAULT = _stc.STC_CSS_DEFAULT
605STC_CSS_TAG = _stc.STC_CSS_TAG
606STC_CSS_CLASS = _stc.STC_CSS_CLASS
607STC_CSS_PSEUDOCLASS = _stc.STC_CSS_PSEUDOCLASS
608STC_CSS_UNKNOWN_PSEUDOCLASS = _stc.STC_CSS_UNKNOWN_PSEUDOCLASS
609STC_CSS_OPERATOR = _stc.STC_CSS_OPERATOR
610STC_CSS_IDENTIFIER = _stc.STC_CSS_IDENTIFIER
611STC_CSS_UNKNOWN_IDENTIFIER = _stc.STC_CSS_UNKNOWN_IDENTIFIER
612STC_CSS_VALUE = _stc.STC_CSS_VALUE
613STC_CSS_COMMENT = _stc.STC_CSS_COMMENT
614STC_CSS_ID = _stc.STC_CSS_ID
615STC_CSS_IMPORTANT = _stc.STC_CSS_IMPORTANT
616STC_CSS_DIRECTIVE = _stc.STC_CSS_DIRECTIVE
617STC_CSS_DOUBLESTRING = _stc.STC_CSS_DOUBLESTRING
618STC_CSS_SINGLESTRING = _stc.STC_CSS_SINGLESTRING
619STC_POV_DEFAULT = _stc.STC_POV_DEFAULT
620STC_POV_COMMENT = _stc.STC_POV_COMMENT
621STC_POV_COMMENTLINE = _stc.STC_POV_COMMENTLINE
622STC_POV_NUMBER = _stc.STC_POV_NUMBER
623STC_POV_OPERATOR = _stc.STC_POV_OPERATOR
624STC_POV_IDENTIFIER = _stc.STC_POV_IDENTIFIER
625STC_POV_STRING = _stc.STC_POV_STRING
626STC_POV_STRINGEOL = _stc.STC_POV_STRINGEOL
627STC_POV_DIRECTIVE = _stc.STC_POV_DIRECTIVE
628STC_POV_BADDIRECTIVE = _stc.STC_POV_BADDIRECTIVE
629STC_POV_WORD2 = _stc.STC_POV_WORD2
630STC_POV_WORD3 = _stc.STC_POV_WORD3
631STC_POV_WORD4 = _stc.STC_POV_WORD4
632STC_POV_WORD5 = _stc.STC_POV_WORD5
633STC_POV_WORD6 = _stc.STC_POV_WORD6
634STC_POV_WORD7 = _stc.STC_POV_WORD7
635STC_POV_WORD8 = _stc.STC_POV_WORD8
636STC_LOUT_DEFAULT = _stc.STC_LOUT_DEFAULT
637STC_LOUT_COMMENT = _stc.STC_LOUT_COMMENT
638STC_LOUT_NUMBER = _stc.STC_LOUT_NUMBER
639STC_LOUT_WORD = _stc.STC_LOUT_WORD
640STC_LOUT_WORD2 = _stc.STC_LOUT_WORD2
641STC_LOUT_WORD3 = _stc.STC_LOUT_WORD3
642STC_LOUT_WORD4 = _stc.STC_LOUT_WORD4
643STC_LOUT_STRING = _stc.STC_LOUT_STRING
644STC_LOUT_OPERATOR = _stc.STC_LOUT_OPERATOR
645STC_LOUT_IDENTIFIER = _stc.STC_LOUT_IDENTIFIER
646STC_LOUT_STRINGEOL = _stc.STC_LOUT_STRINGEOL
647STC_ESCRIPT_DEFAULT = _stc.STC_ESCRIPT_DEFAULT
648STC_ESCRIPT_COMMENT = _stc.STC_ESCRIPT_COMMENT
649STC_ESCRIPT_COMMENTLINE = _stc.STC_ESCRIPT_COMMENTLINE
650STC_ESCRIPT_COMMENTDOC = _stc.STC_ESCRIPT_COMMENTDOC
651STC_ESCRIPT_NUMBER = _stc.STC_ESCRIPT_NUMBER
652STC_ESCRIPT_WORD = _stc.STC_ESCRIPT_WORD
653STC_ESCRIPT_STRING = _stc.STC_ESCRIPT_STRING
654STC_ESCRIPT_OPERATOR = _stc.STC_ESCRIPT_OPERATOR
655STC_ESCRIPT_IDENTIFIER = _stc.STC_ESCRIPT_IDENTIFIER
656STC_ESCRIPT_BRACE = _stc.STC_ESCRIPT_BRACE
657STC_ESCRIPT_WORD2 = _stc.STC_ESCRIPT_WORD2
658STC_ESCRIPT_WORD3 = _stc.STC_ESCRIPT_WORD3
659STC_PS_DEFAULT = _stc.STC_PS_DEFAULT
660STC_PS_COMMENT = _stc.STC_PS_COMMENT
661STC_PS_DSC_COMMENT = _stc.STC_PS_DSC_COMMENT
662STC_PS_DSC_VALUE = _stc.STC_PS_DSC_VALUE
663STC_PS_NUMBER = _stc.STC_PS_NUMBER
664STC_PS_NAME = _stc.STC_PS_NAME
665STC_PS_KEYWORD = _stc.STC_PS_KEYWORD
666STC_PS_LITERAL = _stc.STC_PS_LITERAL
667STC_PS_IMMEVAL = _stc.STC_PS_IMMEVAL
668STC_PS_PAREN_ARRAY = _stc.STC_PS_PAREN_ARRAY
669STC_PS_PAREN_DICT = _stc.STC_PS_PAREN_DICT
670STC_PS_PAREN_PROC = _stc.STC_PS_PAREN_PROC
671STC_PS_TEXT = _stc.STC_PS_TEXT
672STC_PS_HEXSTRING = _stc.STC_PS_HEXSTRING
673STC_PS_BASE85STRING = _stc.STC_PS_BASE85STRING
674STC_PS_BADSTRINGCHAR = _stc.STC_PS_BADSTRINGCHAR
675STC_NSIS_DEFAULT = _stc.STC_NSIS_DEFAULT
676STC_NSIS_COMMENT = _stc.STC_NSIS_COMMENT
677STC_NSIS_STRINGDQ = _stc.STC_NSIS_STRINGDQ
678STC_NSIS_STRINGLQ = _stc.STC_NSIS_STRINGLQ
679STC_NSIS_STRINGRQ = _stc.STC_NSIS_STRINGRQ
680STC_NSIS_FUNCTION = _stc.STC_NSIS_FUNCTION
681STC_NSIS_VARIABLE = _stc.STC_NSIS_VARIABLE
682STC_NSIS_LABEL = _stc.STC_NSIS_LABEL
683STC_NSIS_USERDEFINED = _stc.STC_NSIS_USERDEFINED
684STC_NSIS_SECTIONDEF = _stc.STC_NSIS_SECTIONDEF
685STC_NSIS_SUBSECTIONDEF = _stc.STC_NSIS_SUBSECTIONDEF
686STC_NSIS_IFDEFINEDEF = _stc.STC_NSIS_IFDEFINEDEF
687STC_NSIS_MACRODEF = _stc.STC_NSIS_MACRODEF
688STC_NSIS_STRINGVAR = _stc.STC_NSIS_STRINGVAR
689STC_MMIXAL_LEADWS = _stc.STC_MMIXAL_LEADWS
690STC_MMIXAL_COMMENT = _stc.STC_MMIXAL_COMMENT
691STC_MMIXAL_LABEL = _stc.STC_MMIXAL_LABEL
692STC_MMIXAL_OPCODE = _stc.STC_MMIXAL_OPCODE
693STC_MMIXAL_OPCODE_PRE = _stc.STC_MMIXAL_OPCODE_PRE
694STC_MMIXAL_OPCODE_VALID = _stc.STC_MMIXAL_OPCODE_VALID
695STC_MMIXAL_OPCODE_UNKNOWN = _stc.STC_MMIXAL_OPCODE_UNKNOWN
696STC_MMIXAL_OPCODE_POST = _stc.STC_MMIXAL_OPCODE_POST
697STC_MMIXAL_OPERANDS = _stc.STC_MMIXAL_OPERANDS
698STC_MMIXAL_NUMBER = _stc.STC_MMIXAL_NUMBER
699STC_MMIXAL_REF = _stc.STC_MMIXAL_REF
700STC_MMIXAL_CHAR = _stc.STC_MMIXAL_CHAR
701STC_MMIXAL_STRING = _stc.STC_MMIXAL_STRING
702STC_MMIXAL_REGISTER = _stc.STC_MMIXAL_REGISTER
703STC_MMIXAL_HEX = _stc.STC_MMIXAL_HEX
704STC_MMIXAL_OPERATOR = _stc.STC_MMIXAL_OPERATOR
705STC_MMIXAL_SYMBOL = _stc.STC_MMIXAL_SYMBOL
706STC_MMIXAL_INCLUDE = _stc.STC_MMIXAL_INCLUDE
707STC_CMD_REDO = _stc.STC_CMD_REDO
708STC_CMD_SELECTALL = _stc.STC_CMD_SELECTALL
709STC_CMD_UNDO = _stc.STC_CMD_UNDO
710STC_CMD_CUT = _stc.STC_CMD_CUT
711STC_CMD_COPY = _stc.STC_CMD_COPY
712STC_CMD_PASTE = _stc.STC_CMD_PASTE
713STC_CMD_CLEAR = _stc.STC_CMD_CLEAR
714STC_CMD_LINEDOWN = _stc.STC_CMD_LINEDOWN
715STC_CMD_LINEDOWNEXTEND = _stc.STC_CMD_LINEDOWNEXTEND
716STC_CMD_LINEUP = _stc.STC_CMD_LINEUP
717STC_CMD_LINEUPEXTEND = _stc.STC_CMD_LINEUPEXTEND
718STC_CMD_CHARLEFT = _stc.STC_CMD_CHARLEFT
719STC_CMD_CHARLEFTEXTEND = _stc.STC_CMD_CHARLEFTEXTEND
720STC_CMD_CHARRIGHT = _stc.STC_CMD_CHARRIGHT
721STC_CMD_CHARRIGHTEXTEND = _stc.STC_CMD_CHARRIGHTEXTEND
722STC_CMD_WORDLEFT = _stc.STC_CMD_WORDLEFT
723STC_CMD_WORDLEFTEXTEND = _stc.STC_CMD_WORDLEFTEXTEND
724STC_CMD_WORDRIGHT = _stc.STC_CMD_WORDRIGHT
725STC_CMD_WORDRIGHTEXTEND = _stc.STC_CMD_WORDRIGHTEXTEND
726STC_CMD_HOME = _stc.STC_CMD_HOME
727STC_CMD_HOMEEXTEND = _stc.STC_CMD_HOMEEXTEND
728STC_CMD_LINEEND = _stc.STC_CMD_LINEEND
729STC_CMD_LINEENDEXTEND = _stc.STC_CMD_LINEENDEXTEND
730STC_CMD_DOCUMENTSTART = _stc.STC_CMD_DOCUMENTSTART
731STC_CMD_DOCUMENTSTARTEXTEND = _stc.STC_CMD_DOCUMENTSTARTEXTEND
732STC_CMD_DOCUMENTEND = _stc.STC_CMD_DOCUMENTEND
733STC_CMD_DOCUMENTENDEXTEND = _stc.STC_CMD_DOCUMENTENDEXTEND
734STC_CMD_PAGEUP = _stc.STC_CMD_PAGEUP
735STC_CMD_PAGEUPEXTEND = _stc.STC_CMD_PAGEUPEXTEND
736STC_CMD_PAGEDOWN = _stc.STC_CMD_PAGEDOWN
737STC_CMD_PAGEDOWNEXTEND = _stc.STC_CMD_PAGEDOWNEXTEND
738STC_CMD_EDITTOGGLEOVERTYPE = _stc.STC_CMD_EDITTOGGLEOVERTYPE
739STC_CMD_CANCEL = _stc.STC_CMD_CANCEL
740STC_CMD_DELETEBACK = _stc.STC_CMD_DELETEBACK
741STC_CMD_TAB = _stc.STC_CMD_TAB
742STC_CMD_BACKTAB = _stc.STC_CMD_BACKTAB
743STC_CMD_NEWLINE = _stc.STC_CMD_NEWLINE
744STC_CMD_FORMFEED = _stc.STC_CMD_FORMFEED
745STC_CMD_VCHOME = _stc.STC_CMD_VCHOME
746STC_CMD_VCHOMEEXTEND = _stc.STC_CMD_VCHOMEEXTEND
747STC_CMD_ZOOMIN = _stc.STC_CMD_ZOOMIN
748STC_CMD_ZOOMOUT = _stc.STC_CMD_ZOOMOUT
749STC_CMD_DELWORDLEFT = _stc.STC_CMD_DELWORDLEFT
750STC_CMD_DELWORDRIGHT = _stc.STC_CMD_DELWORDRIGHT
751STC_CMD_LINECUT = _stc.STC_CMD_LINECUT
752STC_CMD_LINEDELETE = _stc.STC_CMD_LINEDELETE
753STC_CMD_LINETRANSPOSE = _stc.STC_CMD_LINETRANSPOSE
754STC_CMD_LINEDUPLICATE = _stc.STC_CMD_LINEDUPLICATE
755STC_CMD_LOWERCASE = _stc.STC_CMD_LOWERCASE
756STC_CMD_UPPERCASE = _stc.STC_CMD_UPPERCASE
757STC_CMD_LINESCROLLDOWN = _stc.STC_CMD_LINESCROLLDOWN
758STC_CMD_LINESCROLLUP = _stc.STC_CMD_LINESCROLLUP
759STC_CMD_DELETEBACKNOTLINE = _stc.STC_CMD_DELETEBACKNOTLINE
760STC_CMD_HOMEDISPLAY = _stc.STC_CMD_HOMEDISPLAY
761STC_CMD_HOMEDISPLAYEXTEND = _stc.STC_CMD_HOMEDISPLAYEXTEND
762STC_CMD_LINEENDDISPLAY = _stc.STC_CMD_LINEENDDISPLAY
763STC_CMD_LINEENDDISPLAYEXTEND = _stc.STC_CMD_LINEENDDISPLAYEXTEND
764STC_CMD_HOMEWRAP = _stc.STC_CMD_HOMEWRAP
765STC_CMD_HOMEWRAPEXTEND = _stc.STC_CMD_HOMEWRAPEXTEND
766STC_CMD_LINEENDWRAP = _stc.STC_CMD_LINEENDWRAP
767STC_CMD_LINEENDWRAPEXTEND = _stc.STC_CMD_LINEENDWRAPEXTEND
768STC_CMD_VCHOMEWRAP = _stc.STC_CMD_VCHOMEWRAP
769STC_CMD_VCHOMEWRAPEXTEND = _stc.STC_CMD_VCHOMEWRAPEXTEND
770STC_CMD_WORDPARTLEFT = _stc.STC_CMD_WORDPARTLEFT
771STC_CMD_WORDPARTLEFTEXTEND = _stc.STC_CMD_WORDPARTLEFTEXTEND
772STC_CMD_WORDPARTRIGHT = _stc.STC_CMD_WORDPARTRIGHT
773STC_CMD_WORDPARTRIGHTEXTEND = _stc.STC_CMD_WORDPARTRIGHTEXTEND
774STC_CMD_DELLINELEFT = _stc.STC_CMD_DELLINELEFT
775STC_CMD_DELLINERIGHT = _stc.STC_CMD_DELLINERIGHT
776STC_CMD_PARADOWN = _stc.STC_CMD_PARADOWN
777STC_CMD_PARADOWNEXTEND = _stc.STC_CMD_PARADOWNEXTEND
778STC_CMD_PARAUP = _stc.STC_CMD_PARAUP
779STC_CMD_PARAUPEXTEND = _stc.STC_CMD_PARAUPEXTEND
780class StyledTextCtrl(core.Control):
e811c8ce
RD
781 def __repr__(self):
782 return "<%s.%s; proxy of C++ wxStyledTextCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
d14a1e28 783 def __init__(self, *args, **kwargs):
0df68c9f
RD
784 """
785 __init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
786 long style=0, wxString name=wxPySTCNameStr) -> StyledTextCtrl
787 """
d14a1e28
RD
788 newobj = _stc.new_StyledTextCtrl(*args, **kwargs)
789 self.this = newobj.this
790 self.thisown = 1
791 del newobj.thisown
792 self._setOORInfo(self)
e811c8ce
RD
793
794 def Create(*args, **kwargs):
0df68c9f
RD
795 """
796 Create(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
797 long style=0, wxString name=wxSTCNameStr)
798 """
e811c8ce
RD
799 return _stc.StyledTextCtrl_Create(*args, **kwargs)
800
801 def AddText(*args, **kwargs):
802 """AddText(wxString text)"""
803 return _stc.StyledTextCtrl_AddText(*args, **kwargs)
804
805 def AddStyledText(*args, **kwargs):
806 """AddStyledText(wxMemoryBuffer data)"""
807 return _stc.StyledTextCtrl_AddStyledText(*args, **kwargs)
808
809 def InsertText(*args, **kwargs):
810 """InsertText(int pos, wxString text)"""
811 return _stc.StyledTextCtrl_InsertText(*args, **kwargs)
812
813 def ClearAll(*args, **kwargs):
814 """ClearAll()"""
815 return _stc.StyledTextCtrl_ClearAll(*args, **kwargs)
816
817 def ClearDocumentStyle(*args, **kwargs):
818 """ClearDocumentStyle()"""
819 return _stc.StyledTextCtrl_ClearDocumentStyle(*args, **kwargs)
820
821 def GetLength(*args, **kwargs):
822 """GetLength() -> int"""
823 return _stc.StyledTextCtrl_GetLength(*args, **kwargs)
824
825 def GetCharAt(*args, **kwargs):
826 """GetCharAt(int pos) -> int"""
827 return _stc.StyledTextCtrl_GetCharAt(*args, **kwargs)
828
829 def GetCurrentPos(*args, **kwargs):
830 """GetCurrentPos() -> int"""
831 return _stc.StyledTextCtrl_GetCurrentPos(*args, **kwargs)
832
833 def GetAnchor(*args, **kwargs):
834 """GetAnchor() -> int"""
835 return _stc.StyledTextCtrl_GetAnchor(*args, **kwargs)
836
837 def GetStyleAt(*args, **kwargs):
838 """GetStyleAt(int pos) -> int"""
839 return _stc.StyledTextCtrl_GetStyleAt(*args, **kwargs)
840
841 def Redo(*args, **kwargs):
842 """Redo()"""
843 return _stc.StyledTextCtrl_Redo(*args, **kwargs)
844
845 def SetUndoCollection(*args, **kwargs):
846 """SetUndoCollection(bool collectUndo)"""
847 return _stc.StyledTextCtrl_SetUndoCollection(*args, **kwargs)
848
849 def SelectAll(*args, **kwargs):
850 """SelectAll()"""
851 return _stc.StyledTextCtrl_SelectAll(*args, **kwargs)
852
853 def SetSavePoint(*args, **kwargs):
854 """SetSavePoint()"""
855 return _stc.StyledTextCtrl_SetSavePoint(*args, **kwargs)
856
857 def GetStyledText(*args, **kwargs):
858 """GetStyledText(int startPos, int endPos) -> wxMemoryBuffer"""
859 return _stc.StyledTextCtrl_GetStyledText(*args, **kwargs)
860
861 def CanRedo(*args, **kwargs):
862 """CanRedo() -> bool"""
863 return _stc.StyledTextCtrl_CanRedo(*args, **kwargs)
864
865 def MarkerLineFromHandle(*args, **kwargs):
866 """MarkerLineFromHandle(int handle) -> int"""
867 return _stc.StyledTextCtrl_MarkerLineFromHandle(*args, **kwargs)
868
869 def MarkerDeleteHandle(*args, **kwargs):
870 """MarkerDeleteHandle(int handle)"""
871 return _stc.StyledTextCtrl_MarkerDeleteHandle(*args, **kwargs)
872
873 def GetUndoCollection(*args, **kwargs):
874 """GetUndoCollection() -> bool"""
875 return _stc.StyledTextCtrl_GetUndoCollection(*args, **kwargs)
876
877 def GetViewWhiteSpace(*args, **kwargs):
878 """GetViewWhiteSpace() -> int"""
879 return _stc.StyledTextCtrl_GetViewWhiteSpace(*args, **kwargs)
880
881 def SetViewWhiteSpace(*args, **kwargs):
882 """SetViewWhiteSpace(int viewWS)"""
883 return _stc.StyledTextCtrl_SetViewWhiteSpace(*args, **kwargs)
884
885 def PositionFromPoint(*args, **kwargs):
886 """PositionFromPoint(Point pt) -> int"""
887 return _stc.StyledTextCtrl_PositionFromPoint(*args, **kwargs)
888
889 def PositionFromPointClose(*args, **kwargs):
890 """PositionFromPointClose(int x, int y) -> int"""
891 return _stc.StyledTextCtrl_PositionFromPointClose(*args, **kwargs)
892
893 def GotoLine(*args, **kwargs):
894 """GotoLine(int line)"""
895 return _stc.StyledTextCtrl_GotoLine(*args, **kwargs)
896
897 def GotoPos(*args, **kwargs):
898 """GotoPos(int pos)"""
899 return _stc.StyledTextCtrl_GotoPos(*args, **kwargs)
900
901 def SetAnchor(*args, **kwargs):
902 """SetAnchor(int posAnchor)"""
903 return _stc.StyledTextCtrl_SetAnchor(*args, **kwargs)
904
905 def GetCurLine(*args, **kwargs):
906 """GetCurLine(int OUTPUT) -> wxString"""
907 return _stc.StyledTextCtrl_GetCurLine(*args, **kwargs)
908
909 def GetEndStyled(*args, **kwargs):
910 """GetEndStyled() -> int"""
911 return _stc.StyledTextCtrl_GetEndStyled(*args, **kwargs)
912
913 def ConvertEOLs(*args, **kwargs):
914 """ConvertEOLs(int eolMode)"""
915 return _stc.StyledTextCtrl_ConvertEOLs(*args, **kwargs)
916
917 def GetEOLMode(*args, **kwargs):
918 """GetEOLMode() -> int"""
919 return _stc.StyledTextCtrl_GetEOLMode(*args, **kwargs)
920
921 def SetEOLMode(*args, **kwargs):
922 """SetEOLMode(int eolMode)"""
923 return _stc.StyledTextCtrl_SetEOLMode(*args, **kwargs)
924
925 def StartStyling(*args, **kwargs):
926 """StartStyling(int pos, int mask)"""
927 return _stc.StyledTextCtrl_StartStyling(*args, **kwargs)
928
929 def SetStyling(*args, **kwargs):
930 """SetStyling(int length, int style)"""
931 return _stc.StyledTextCtrl_SetStyling(*args, **kwargs)
932
933 def GetBufferedDraw(*args, **kwargs):
934 """GetBufferedDraw() -> bool"""
935 return _stc.StyledTextCtrl_GetBufferedDraw(*args, **kwargs)
936
937 def SetBufferedDraw(*args, **kwargs):
938 """SetBufferedDraw(bool buffered)"""
939 return _stc.StyledTextCtrl_SetBufferedDraw(*args, **kwargs)
940
941 def SetTabWidth(*args, **kwargs):
942 """SetTabWidth(int tabWidth)"""
943 return _stc.StyledTextCtrl_SetTabWidth(*args, **kwargs)
944
945 def GetTabWidth(*args, **kwargs):
946 """GetTabWidth() -> int"""
947 return _stc.StyledTextCtrl_GetTabWidth(*args, **kwargs)
948
949 def SetCodePage(*args, **kwargs):
950 """SetCodePage(int codePage)"""
951 return _stc.StyledTextCtrl_SetCodePage(*args, **kwargs)
952
953 def MarkerDefine(*args, **kwargs):
0df68c9f
RD
954 """
955 MarkerDefine(int markerNumber, int markerSymbol, wxColour foreground=wxNullColour,
956 wxColour background=wxNullColour)
957 """
e811c8ce
RD
958 return _stc.StyledTextCtrl_MarkerDefine(*args, **kwargs)
959
960 def MarkerSetForeground(*args, **kwargs):
961 """MarkerSetForeground(int markerNumber, wxColour fore)"""
962 return _stc.StyledTextCtrl_MarkerSetForeground(*args, **kwargs)
963
964 def MarkerSetBackground(*args, **kwargs):
965 """MarkerSetBackground(int markerNumber, wxColour back)"""
966 return _stc.StyledTextCtrl_MarkerSetBackground(*args, **kwargs)
967
968 def MarkerAdd(*args, **kwargs):
969 """MarkerAdd(int line, int markerNumber) -> int"""
970 return _stc.StyledTextCtrl_MarkerAdd(*args, **kwargs)
971
972 def MarkerDelete(*args, **kwargs):
973 """MarkerDelete(int line, int markerNumber)"""
974 return _stc.StyledTextCtrl_MarkerDelete(*args, **kwargs)
975
976 def MarkerDeleteAll(*args, **kwargs):
977 """MarkerDeleteAll(int markerNumber)"""
978 return _stc.StyledTextCtrl_MarkerDeleteAll(*args, **kwargs)
979
980 def MarkerGet(*args, **kwargs):
981 """MarkerGet(int line) -> int"""
982 return _stc.StyledTextCtrl_MarkerGet(*args, **kwargs)
983
984 def MarkerNext(*args, **kwargs):
985 """MarkerNext(int lineStart, int markerMask) -> int"""
986 return _stc.StyledTextCtrl_MarkerNext(*args, **kwargs)
987
988 def MarkerPrevious(*args, **kwargs):
989 """MarkerPrevious(int lineStart, int markerMask) -> int"""
990 return _stc.StyledTextCtrl_MarkerPrevious(*args, **kwargs)
991
992 def MarkerDefineBitmap(*args, **kwargs):
993 """MarkerDefineBitmap(int markerNumber, wxBitmap bmp)"""
994 return _stc.StyledTextCtrl_MarkerDefineBitmap(*args, **kwargs)
995
996 def SetMarginType(*args, **kwargs):
997 """SetMarginType(int margin, int marginType)"""
998 return _stc.StyledTextCtrl_SetMarginType(*args, **kwargs)
999
1000 def GetMarginType(*args, **kwargs):
1001 """GetMarginType(int margin) -> int"""
1002 return _stc.StyledTextCtrl_GetMarginType(*args, **kwargs)
1003
1004 def SetMarginWidth(*args, **kwargs):
1005 """SetMarginWidth(int margin, int pixelWidth)"""
1006 return _stc.StyledTextCtrl_SetMarginWidth(*args, **kwargs)
1007
1008 def GetMarginWidth(*args, **kwargs):
1009 """GetMarginWidth(int margin) -> int"""
1010 return _stc.StyledTextCtrl_GetMarginWidth(*args, **kwargs)
1011
1012 def SetMarginMask(*args, **kwargs):
1013 """SetMarginMask(int margin, int mask)"""
1014 return _stc.StyledTextCtrl_SetMarginMask(*args, **kwargs)
1015
1016 def GetMarginMask(*args, **kwargs):
1017 """GetMarginMask(int margin) -> int"""
1018 return _stc.StyledTextCtrl_GetMarginMask(*args, **kwargs)
1019
1020 def SetMarginSensitive(*args, **kwargs):
1021 """SetMarginSensitive(int margin, bool sensitive)"""
1022 return _stc.StyledTextCtrl_SetMarginSensitive(*args, **kwargs)
1023
1024 def GetMarginSensitive(*args, **kwargs):
1025 """GetMarginSensitive(int margin) -> bool"""
1026 return _stc.StyledTextCtrl_GetMarginSensitive(*args, **kwargs)
1027
1028 def StyleClearAll(*args, **kwargs):
1029 """StyleClearAll()"""
1030 return _stc.StyledTextCtrl_StyleClearAll(*args, **kwargs)
1031
1032 def StyleSetForeground(*args, **kwargs):
1033 """StyleSetForeground(int style, wxColour fore)"""
1034 return _stc.StyledTextCtrl_StyleSetForeground(*args, **kwargs)
1035
1036 def StyleSetBackground(*args, **kwargs):
1037 """StyleSetBackground(int style, wxColour back)"""
1038 return _stc.StyledTextCtrl_StyleSetBackground(*args, **kwargs)
1039
1040 def StyleSetBold(*args, **kwargs):
1041 """StyleSetBold(int style, bool bold)"""
1042 return _stc.StyledTextCtrl_StyleSetBold(*args, **kwargs)
1043
1044 def StyleSetItalic(*args, **kwargs):
1045 """StyleSetItalic(int style, bool italic)"""
1046 return _stc.StyledTextCtrl_StyleSetItalic(*args, **kwargs)
1047
1048 def StyleSetSize(*args, **kwargs):
1049 """StyleSetSize(int style, int sizePoints)"""
1050 return _stc.StyledTextCtrl_StyleSetSize(*args, **kwargs)
1051
1052 def StyleSetFaceName(*args, **kwargs):
1053 """StyleSetFaceName(int style, wxString fontName)"""
1054 return _stc.StyledTextCtrl_StyleSetFaceName(*args, **kwargs)
1055
1056 def StyleSetEOLFilled(*args, **kwargs):
1057 """StyleSetEOLFilled(int style, bool filled)"""
1058 return _stc.StyledTextCtrl_StyleSetEOLFilled(*args, **kwargs)
1059
1060 def StyleResetDefault(*args, **kwargs):
1061 """StyleResetDefault()"""
1062 return _stc.StyledTextCtrl_StyleResetDefault(*args, **kwargs)
1063
1064 def StyleSetUnderline(*args, **kwargs):
1065 """StyleSetUnderline(int style, bool underline)"""
1066 return _stc.StyledTextCtrl_StyleSetUnderline(*args, **kwargs)
1067
1068 def StyleSetCase(*args, **kwargs):
1069 """StyleSetCase(int style, int caseForce)"""
1070 return _stc.StyledTextCtrl_StyleSetCase(*args, **kwargs)
1071
1072 def StyleSetCharacterSet(*args, **kwargs):
1073 """StyleSetCharacterSet(int style, int characterSet)"""
1074 return _stc.StyledTextCtrl_StyleSetCharacterSet(*args, **kwargs)
1075
1076 def StyleSetHotSpot(*args, **kwargs):
1077 """StyleSetHotSpot(int style, bool hotspot)"""
1078 return _stc.StyledTextCtrl_StyleSetHotSpot(*args, **kwargs)
1079
1080 def SetSelForeground(*args, **kwargs):
1081 """SetSelForeground(bool useSetting, wxColour fore)"""
1082 return _stc.StyledTextCtrl_SetSelForeground(*args, **kwargs)
1083
1084 def SetSelBackground(*args, **kwargs):
1085 """SetSelBackground(bool useSetting, wxColour back)"""
1086 return _stc.StyledTextCtrl_SetSelBackground(*args, **kwargs)
1087
1088 def SetCaretForeground(*args, **kwargs):
1089 """SetCaretForeground(wxColour fore)"""
1090 return _stc.StyledTextCtrl_SetCaretForeground(*args, **kwargs)
1091
1092 def CmdKeyAssign(*args, **kwargs):
1093 """CmdKeyAssign(int key, int modifiers, int cmd)"""
1094 return _stc.StyledTextCtrl_CmdKeyAssign(*args, **kwargs)
1095
1096 def CmdKeyClear(*args, **kwargs):
1097 """CmdKeyClear(int key, int modifiers)"""
1098 return _stc.StyledTextCtrl_CmdKeyClear(*args, **kwargs)
1099
1100 def CmdKeyClearAll(*args, **kwargs):
1101 """CmdKeyClearAll()"""
1102 return _stc.StyledTextCtrl_CmdKeyClearAll(*args, **kwargs)
1103
1104 def SetStyleBytes(*args, **kwargs):
1105 """SetStyleBytes(int length, char styleBytes)"""
1106 return _stc.StyledTextCtrl_SetStyleBytes(*args, **kwargs)
1107
1108 def StyleSetVisible(*args, **kwargs):
1109 """StyleSetVisible(int style, bool visible)"""
1110 return _stc.StyledTextCtrl_StyleSetVisible(*args, **kwargs)
1111
1112 def GetCaretPeriod(*args, **kwargs):
1113 """GetCaretPeriod() -> int"""
1114 return _stc.StyledTextCtrl_GetCaretPeriod(*args, **kwargs)
1115
1116 def SetCaretPeriod(*args, **kwargs):
1117 """SetCaretPeriod(int periodMilliseconds)"""
1118 return _stc.StyledTextCtrl_SetCaretPeriod(*args, **kwargs)
1119
1120 def SetWordChars(*args, **kwargs):
1121 """SetWordChars(wxString characters)"""
1122 return _stc.StyledTextCtrl_SetWordChars(*args, **kwargs)
1123
1124 def BeginUndoAction(*args, **kwargs):
1125 """BeginUndoAction()"""
1126 return _stc.StyledTextCtrl_BeginUndoAction(*args, **kwargs)
1127
1128 def EndUndoAction(*args, **kwargs):
1129 """EndUndoAction()"""
1130 return _stc.StyledTextCtrl_EndUndoAction(*args, **kwargs)
1131
1132 def IndicatorSetStyle(*args, **kwargs):
1133 """IndicatorSetStyle(int indic, int style)"""
1134 return _stc.StyledTextCtrl_IndicatorSetStyle(*args, **kwargs)
1135
1136 def IndicatorGetStyle(*args, **kwargs):
1137 """IndicatorGetStyle(int indic) -> int"""
1138 return _stc.StyledTextCtrl_IndicatorGetStyle(*args, **kwargs)
1139
1140 def IndicatorSetForeground(*args, **kwargs):
1141 """IndicatorSetForeground(int indic, wxColour fore)"""
1142 return _stc.StyledTextCtrl_IndicatorSetForeground(*args, **kwargs)
1143
1144 def IndicatorGetForeground(*args, **kwargs):
1145 """IndicatorGetForeground(int indic) -> wxColour"""
1146 return _stc.StyledTextCtrl_IndicatorGetForeground(*args, **kwargs)
1147
1148 def SetWhitespaceForeground(*args, **kwargs):
1149 """SetWhitespaceForeground(bool useSetting, wxColour fore)"""
1150 return _stc.StyledTextCtrl_SetWhitespaceForeground(*args, **kwargs)
1151
1152 def SetWhitespaceBackground(*args, **kwargs):
1153 """SetWhitespaceBackground(bool useSetting, wxColour back)"""
1154 return _stc.StyledTextCtrl_SetWhitespaceBackground(*args, **kwargs)
1155
1156 def SetStyleBits(*args, **kwargs):
1157 """SetStyleBits(int bits)"""
1158 return _stc.StyledTextCtrl_SetStyleBits(*args, **kwargs)
1159
1160 def GetStyleBits(*args, **kwargs):
1161 """GetStyleBits() -> int"""
1162 return _stc.StyledTextCtrl_GetStyleBits(*args, **kwargs)
1163
1164 def SetLineState(*args, **kwargs):
1165 """SetLineState(int line, int state)"""
1166 return _stc.StyledTextCtrl_SetLineState(*args, **kwargs)
1167
1168 def GetLineState(*args, **kwargs):
1169 """GetLineState(int line) -> int"""
1170 return _stc.StyledTextCtrl_GetLineState(*args, **kwargs)
1171
1172 def GetMaxLineState(*args, **kwargs):
1173 """GetMaxLineState() -> int"""
1174 return _stc.StyledTextCtrl_GetMaxLineState(*args, **kwargs)
1175
1176 def GetCaretLineVisible(*args, **kwargs):
1177 """GetCaretLineVisible() -> bool"""
1178 return _stc.StyledTextCtrl_GetCaretLineVisible(*args, **kwargs)
1179
1180 def SetCaretLineVisible(*args, **kwargs):
1181 """SetCaretLineVisible(bool show)"""
1182 return _stc.StyledTextCtrl_SetCaretLineVisible(*args, **kwargs)
1183
1184 def GetCaretLineBack(*args, **kwargs):
1185 """GetCaretLineBack() -> wxColour"""
1186 return _stc.StyledTextCtrl_GetCaretLineBack(*args, **kwargs)
1187
1188 def SetCaretLineBack(*args, **kwargs):
1189 """SetCaretLineBack(wxColour back)"""
1190 return _stc.StyledTextCtrl_SetCaretLineBack(*args, **kwargs)
1191
1192 def StyleSetChangeable(*args, **kwargs):
1193 """StyleSetChangeable(int style, bool changeable)"""
1194 return _stc.StyledTextCtrl_StyleSetChangeable(*args, **kwargs)
1195
1196 def AutoCompShow(*args, **kwargs):
1197 """AutoCompShow(int lenEntered, wxString itemList)"""
1198 return _stc.StyledTextCtrl_AutoCompShow(*args, **kwargs)
1199
1200 def AutoCompCancel(*args, **kwargs):
1201 """AutoCompCancel()"""
1202 return _stc.StyledTextCtrl_AutoCompCancel(*args, **kwargs)
1203
1204 def AutoCompActive(*args, **kwargs):
1205 """AutoCompActive() -> bool"""
1206 return _stc.StyledTextCtrl_AutoCompActive(*args, **kwargs)
1207
1208 def AutoCompPosStart(*args, **kwargs):
1209 """AutoCompPosStart() -> int"""
1210 return _stc.StyledTextCtrl_AutoCompPosStart(*args, **kwargs)
1211
1212 def AutoCompComplete(*args, **kwargs):
1213 """AutoCompComplete()"""
1214 return _stc.StyledTextCtrl_AutoCompComplete(*args, **kwargs)
1215
1216 def AutoCompStops(*args, **kwargs):
1217 """AutoCompStops(wxString characterSet)"""
1218 return _stc.StyledTextCtrl_AutoCompStops(*args, **kwargs)
1219
1220 def AutoCompSetSeparator(*args, **kwargs):
1221 """AutoCompSetSeparator(int separatorCharacter)"""
1222 return _stc.StyledTextCtrl_AutoCompSetSeparator(*args, **kwargs)
1223
1224 def AutoCompGetSeparator(*args, **kwargs):
1225 """AutoCompGetSeparator() -> int"""
1226 return _stc.StyledTextCtrl_AutoCompGetSeparator(*args, **kwargs)
1227
1228 def AutoCompSelect(*args, **kwargs):
1229 """AutoCompSelect(wxString text)"""
1230 return _stc.StyledTextCtrl_AutoCompSelect(*args, **kwargs)
1231
1232 def AutoCompSetCancelAtStart(*args, **kwargs):
1233 """AutoCompSetCancelAtStart(bool cancel)"""
1234 return _stc.StyledTextCtrl_AutoCompSetCancelAtStart(*args, **kwargs)
1235
1236 def AutoCompGetCancelAtStart(*args, **kwargs):
1237 """AutoCompGetCancelAtStart() -> bool"""
1238 return _stc.StyledTextCtrl_AutoCompGetCancelAtStart(*args, **kwargs)
1239
1240 def AutoCompSetFillUps(*args, **kwargs):
1241 """AutoCompSetFillUps(wxString characterSet)"""
1242 return _stc.StyledTextCtrl_AutoCompSetFillUps(*args, **kwargs)
1243
1244 def AutoCompSetChooseSingle(*args, **kwargs):
1245 """AutoCompSetChooseSingle(bool chooseSingle)"""
1246 return _stc.StyledTextCtrl_AutoCompSetChooseSingle(*args, **kwargs)
1247
1248 def AutoCompGetChooseSingle(*args, **kwargs):
1249 """AutoCompGetChooseSingle() -> bool"""
1250 return _stc.StyledTextCtrl_AutoCompGetChooseSingle(*args, **kwargs)
1251
1252 def AutoCompSetIgnoreCase(*args, **kwargs):
1253 """AutoCompSetIgnoreCase(bool ignoreCase)"""
1254 return _stc.StyledTextCtrl_AutoCompSetIgnoreCase(*args, **kwargs)
1255
1256 def AutoCompGetIgnoreCase(*args, **kwargs):
1257 """AutoCompGetIgnoreCase() -> bool"""
1258 return _stc.StyledTextCtrl_AutoCompGetIgnoreCase(*args, **kwargs)
1259
1260 def UserListShow(*args, **kwargs):
1261 """UserListShow(int listType, wxString itemList)"""
1262 return _stc.StyledTextCtrl_UserListShow(*args, **kwargs)
1263
1264 def AutoCompSetAutoHide(*args, **kwargs):
1265 """AutoCompSetAutoHide(bool autoHide)"""
1266 return _stc.StyledTextCtrl_AutoCompSetAutoHide(*args, **kwargs)
1267
1268 def AutoCompGetAutoHide(*args, **kwargs):
1269 """AutoCompGetAutoHide() -> bool"""
1270 return _stc.StyledTextCtrl_AutoCompGetAutoHide(*args, **kwargs)
1271
1272 def AutoCompSetDropRestOfWord(*args, **kwargs):
1273 """AutoCompSetDropRestOfWord(bool dropRestOfWord)"""
1274 return _stc.StyledTextCtrl_AutoCompSetDropRestOfWord(*args, **kwargs)
1275
1276 def AutoCompGetDropRestOfWord(*args, **kwargs):
1277 """AutoCompGetDropRestOfWord() -> bool"""
1278 return _stc.StyledTextCtrl_AutoCompGetDropRestOfWord(*args, **kwargs)
1279
1280 def RegisterImage(*args, **kwargs):
1281 """RegisterImage(int type, wxBitmap bmp)"""
1282 return _stc.StyledTextCtrl_RegisterImage(*args, **kwargs)
1283
1284 def ClearRegisteredImages(*args, **kwargs):
1285 """ClearRegisteredImages()"""
1286 return _stc.StyledTextCtrl_ClearRegisteredImages(*args, **kwargs)
1287
1288 def AutoCompGetTypeSeparator(*args, **kwargs):
1289 """AutoCompGetTypeSeparator() -> int"""
1290 return _stc.StyledTextCtrl_AutoCompGetTypeSeparator(*args, **kwargs)
1291
1292 def AutoCompSetTypeSeparator(*args, **kwargs):
1293 """AutoCompSetTypeSeparator(int separatorCharacter)"""
1294 return _stc.StyledTextCtrl_AutoCompSetTypeSeparator(*args, **kwargs)
1295
1296 def SetIndent(*args, **kwargs):
1297 """SetIndent(int indentSize)"""
1298 return _stc.StyledTextCtrl_SetIndent(*args, **kwargs)
1299
1300 def GetIndent(*args, **kwargs):
1301 """GetIndent() -> int"""
1302 return _stc.StyledTextCtrl_GetIndent(*args, **kwargs)
1303
1304 def SetUseTabs(*args, **kwargs):
1305 """SetUseTabs(bool useTabs)"""
1306 return _stc.StyledTextCtrl_SetUseTabs(*args, **kwargs)
1307
1308 def GetUseTabs(*args, **kwargs):
1309 """GetUseTabs() -> bool"""
1310 return _stc.StyledTextCtrl_GetUseTabs(*args, **kwargs)
1311
1312 def SetLineIndentation(*args, **kwargs):
1313 """SetLineIndentation(int line, int indentSize)"""
1314 return _stc.StyledTextCtrl_SetLineIndentation(*args, **kwargs)
1315
1316 def GetLineIndentation(*args, **kwargs):
1317 """GetLineIndentation(int line) -> int"""
1318 return _stc.StyledTextCtrl_GetLineIndentation(*args, **kwargs)
1319
1320 def GetLineIndentPosition(*args, **kwargs):
1321 """GetLineIndentPosition(int line) -> int"""
1322 return _stc.StyledTextCtrl_GetLineIndentPosition(*args, **kwargs)
1323
1324 def GetColumn(*args, **kwargs):
1325 """GetColumn(int pos) -> int"""
1326 return _stc.StyledTextCtrl_GetColumn(*args, **kwargs)
1327
1328 def SetUseHorizontalScrollBar(*args, **kwargs):
1329 """SetUseHorizontalScrollBar(bool show)"""
1330 return _stc.StyledTextCtrl_SetUseHorizontalScrollBar(*args, **kwargs)
1331
1332 def GetUseHorizontalScrollBar(*args, **kwargs):
1333 """GetUseHorizontalScrollBar() -> bool"""
1334 return _stc.StyledTextCtrl_GetUseHorizontalScrollBar(*args, **kwargs)
1335
1336 def SetIndentationGuides(*args, **kwargs):
1337 """SetIndentationGuides(bool show)"""
1338 return _stc.StyledTextCtrl_SetIndentationGuides(*args, **kwargs)
1339
1340 def GetIndentationGuides(*args, **kwargs):
1341 """GetIndentationGuides() -> bool"""
1342 return _stc.StyledTextCtrl_GetIndentationGuides(*args, **kwargs)
1343
1344 def SetHighlightGuide(*args, **kwargs):
1345 """SetHighlightGuide(int column)"""
1346 return _stc.StyledTextCtrl_SetHighlightGuide(*args, **kwargs)
1347
1348 def GetHighlightGuide(*args, **kwargs):
1349 """GetHighlightGuide() -> int"""
1350 return _stc.StyledTextCtrl_GetHighlightGuide(*args, **kwargs)
1351
1352 def GetLineEndPosition(*args, **kwargs):
1353 """GetLineEndPosition(int line) -> int"""
1354 return _stc.StyledTextCtrl_GetLineEndPosition(*args, **kwargs)
1355
1356 def GetCodePage(*args, **kwargs):
1357 """GetCodePage() -> int"""
1358 return _stc.StyledTextCtrl_GetCodePage(*args, **kwargs)
1359
1360 def GetCaretForeground(*args, **kwargs):
1361 """GetCaretForeground() -> wxColour"""
1362 return _stc.StyledTextCtrl_GetCaretForeground(*args, **kwargs)
1363
1364 def GetReadOnly(*args, **kwargs):
1365 """GetReadOnly() -> bool"""
1366 return _stc.StyledTextCtrl_GetReadOnly(*args, **kwargs)
1367
1368 def SetCurrentPos(*args, **kwargs):
1369 """SetCurrentPos(int pos)"""
1370 return _stc.StyledTextCtrl_SetCurrentPos(*args, **kwargs)
1371
1372 def SetSelectionStart(*args, **kwargs):
1373 """SetSelectionStart(int pos)"""
1374 return _stc.StyledTextCtrl_SetSelectionStart(*args, **kwargs)
1375
1376 def GetSelectionStart(*args, **kwargs):
1377 """GetSelectionStart() -> int"""
1378 return _stc.StyledTextCtrl_GetSelectionStart(*args, **kwargs)
1379
1380 def SetSelectionEnd(*args, **kwargs):
1381 """SetSelectionEnd(int pos)"""
1382 return _stc.StyledTextCtrl_SetSelectionEnd(*args, **kwargs)
1383
1384 def GetSelectionEnd(*args, **kwargs):
1385 """GetSelectionEnd() -> int"""
1386 return _stc.StyledTextCtrl_GetSelectionEnd(*args, **kwargs)
1387
1388 def SetPrintMagnification(*args, **kwargs):
1389 """SetPrintMagnification(int magnification)"""
1390 return _stc.StyledTextCtrl_SetPrintMagnification(*args, **kwargs)
1391
1392 def GetPrintMagnification(*args, **kwargs):
1393 """GetPrintMagnification() -> int"""
1394 return _stc.StyledTextCtrl_GetPrintMagnification(*args, **kwargs)
1395
1396 def SetPrintColourMode(*args, **kwargs):
1397 """SetPrintColourMode(int mode)"""
1398 return _stc.StyledTextCtrl_SetPrintColourMode(*args, **kwargs)
1399
1400 def GetPrintColourMode(*args, **kwargs):
1401 """GetPrintColourMode() -> int"""
1402 return _stc.StyledTextCtrl_GetPrintColourMode(*args, **kwargs)
1403
1404 def FindText(*args, **kwargs):
1405 """FindText(int minPos, int maxPos, wxString text, int flags=0) -> int"""
1406 return _stc.StyledTextCtrl_FindText(*args, **kwargs)
1407
1408 def FormatRange(*args, **kwargs):
0df68c9f
RD
1409 """
1410 FormatRange(bool doDraw, int startPos, int endPos, wxDC draw, wxDC target,
1411 Rect renderRect, Rect pageRect) -> int
1412 """
e811c8ce
RD
1413 return _stc.StyledTextCtrl_FormatRange(*args, **kwargs)
1414
1415 def GetFirstVisibleLine(*args, **kwargs):
1416 """GetFirstVisibleLine() -> int"""
1417 return _stc.StyledTextCtrl_GetFirstVisibleLine(*args, **kwargs)
1418
1419 def GetLine(*args, **kwargs):
1420 """GetLine(int line) -> wxString"""
1421 return _stc.StyledTextCtrl_GetLine(*args, **kwargs)
1422
1423 def GetLineCount(*args, **kwargs):
1424 """GetLineCount() -> int"""
1425 return _stc.StyledTextCtrl_GetLineCount(*args, **kwargs)
1426
1427 def SetMarginLeft(*args, **kwargs):
1428 """SetMarginLeft(int pixelWidth)"""
1429 return _stc.StyledTextCtrl_SetMarginLeft(*args, **kwargs)
1430
1431 def GetMarginLeft(*args, **kwargs):
1432 """GetMarginLeft() -> int"""
1433 return _stc.StyledTextCtrl_GetMarginLeft(*args, **kwargs)
1434
1435 def SetMarginRight(*args, **kwargs):
1436 """SetMarginRight(int pixelWidth)"""
1437 return _stc.StyledTextCtrl_SetMarginRight(*args, **kwargs)
1438
1439 def GetMarginRight(*args, **kwargs):
1440 """GetMarginRight() -> int"""
1441 return _stc.StyledTextCtrl_GetMarginRight(*args, **kwargs)
1442
1443 def GetModify(*args, **kwargs):
1444 """GetModify() -> bool"""
1445 return _stc.StyledTextCtrl_GetModify(*args, **kwargs)
1446
1447 def SetSelection(*args, **kwargs):
1448 """SetSelection(int start, int end)"""
1449 return _stc.StyledTextCtrl_SetSelection(*args, **kwargs)
1450
1451 def GetSelectedText(*args, **kwargs):
1452 """GetSelectedText() -> wxString"""
1453 return _stc.StyledTextCtrl_GetSelectedText(*args, **kwargs)
1454
1455 def GetTextRange(*args, **kwargs):
1456 """GetTextRange(int startPos, int endPos) -> wxString"""
1457 return _stc.StyledTextCtrl_GetTextRange(*args, **kwargs)
1458
1459 def HideSelection(*args, **kwargs):
1460 """HideSelection(bool normal)"""
1461 return _stc.StyledTextCtrl_HideSelection(*args, **kwargs)
1462
1463 def LineFromPosition(*args, **kwargs):
1464 """LineFromPosition(int pos) -> int"""
1465 return _stc.StyledTextCtrl_LineFromPosition(*args, **kwargs)
1466
1467 def PositionFromLine(*args, **kwargs):
1468 """PositionFromLine(int line) -> int"""
1469 return _stc.StyledTextCtrl_PositionFromLine(*args, **kwargs)
1470
1471 def LineScroll(*args, **kwargs):
1472 """LineScroll(int columns, int lines)"""
1473 return _stc.StyledTextCtrl_LineScroll(*args, **kwargs)
1474
1475 def EnsureCaretVisible(*args, **kwargs):
1476 """EnsureCaretVisible()"""
1477 return _stc.StyledTextCtrl_EnsureCaretVisible(*args, **kwargs)
1478
1479 def ReplaceSelection(*args, **kwargs):
1480 """ReplaceSelection(wxString text)"""
1481 return _stc.StyledTextCtrl_ReplaceSelection(*args, **kwargs)
1482
1483 def SetReadOnly(*args, **kwargs):
1484 """SetReadOnly(bool readOnly)"""
1485 return _stc.StyledTextCtrl_SetReadOnly(*args, **kwargs)
1486
1487 def CanPaste(*args, **kwargs):
1488 """CanPaste() -> bool"""
1489 return _stc.StyledTextCtrl_CanPaste(*args, **kwargs)
1490
1491 def CanUndo(*args, **kwargs):
1492 """CanUndo() -> bool"""
1493 return _stc.StyledTextCtrl_CanUndo(*args, **kwargs)
1494
1495 def EmptyUndoBuffer(*args, **kwargs):
1496 """EmptyUndoBuffer()"""
1497 return _stc.StyledTextCtrl_EmptyUndoBuffer(*args, **kwargs)
1498
1499 def Undo(*args, **kwargs):
1500 """Undo()"""
1501 return _stc.StyledTextCtrl_Undo(*args, **kwargs)
1502
1503 def Cut(*args, **kwargs):
1504 """Cut()"""
1505 return _stc.StyledTextCtrl_Cut(*args, **kwargs)
1506
1507 def Copy(*args, **kwargs):
1508 """Copy()"""
1509 return _stc.StyledTextCtrl_Copy(*args, **kwargs)
1510
1511 def Paste(*args, **kwargs):
1512 """Paste()"""
1513 return _stc.StyledTextCtrl_Paste(*args, **kwargs)
1514
1515 def Clear(*args, **kwargs):
1516 """Clear()"""
1517 return _stc.StyledTextCtrl_Clear(*args, **kwargs)
1518
1519 def SetText(*args, **kwargs):
1520 """SetText(wxString text)"""
1521 return _stc.StyledTextCtrl_SetText(*args, **kwargs)
1522
1523 def GetText(*args, **kwargs):
1524 """GetText() -> wxString"""
1525 return _stc.StyledTextCtrl_GetText(*args, **kwargs)
1526
1527 def GetTextLength(*args, **kwargs):
1528 """GetTextLength() -> int"""
1529 return _stc.StyledTextCtrl_GetTextLength(*args, **kwargs)
1530
1531 def SetOvertype(*args, **kwargs):
1532 """SetOvertype(bool overtype)"""
1533 return _stc.StyledTextCtrl_SetOvertype(*args, **kwargs)
1534
1535 def GetOvertype(*args, **kwargs):
1536 """GetOvertype() -> bool"""
1537 return _stc.StyledTextCtrl_GetOvertype(*args, **kwargs)
1538
1539 def SetCaretWidth(*args, **kwargs):
1540 """SetCaretWidth(int pixelWidth)"""
1541 return _stc.StyledTextCtrl_SetCaretWidth(*args, **kwargs)
1542
1543 def GetCaretWidth(*args, **kwargs):
1544 """GetCaretWidth() -> int"""
1545 return _stc.StyledTextCtrl_GetCaretWidth(*args, **kwargs)
1546
1547 def SetTargetStart(*args, **kwargs):
1548 """SetTargetStart(int pos)"""
1549 return _stc.StyledTextCtrl_SetTargetStart(*args, **kwargs)
1550
1551 def GetTargetStart(*args, **kwargs):
1552 """GetTargetStart() -> int"""
1553 return _stc.StyledTextCtrl_GetTargetStart(*args, **kwargs)
1554
1555 def SetTargetEnd(*args, **kwargs):
1556 """SetTargetEnd(int pos)"""
1557 return _stc.StyledTextCtrl_SetTargetEnd(*args, **kwargs)
1558
1559 def GetTargetEnd(*args, **kwargs):
1560 """GetTargetEnd() -> int"""
1561 return _stc.StyledTextCtrl_GetTargetEnd(*args, **kwargs)
1562
1563 def ReplaceTarget(*args, **kwargs):
1564 """ReplaceTarget(wxString text) -> int"""
1565 return _stc.StyledTextCtrl_ReplaceTarget(*args, **kwargs)
1566
1567 def ReplaceTargetRE(*args, **kwargs):
1568 """ReplaceTargetRE(wxString text) -> int"""
1569 return _stc.StyledTextCtrl_ReplaceTargetRE(*args, **kwargs)
1570
1571 def SearchInTarget(*args, **kwargs):
1572 """SearchInTarget(wxString text) -> int"""
1573 return _stc.StyledTextCtrl_SearchInTarget(*args, **kwargs)
1574
1575 def SetSearchFlags(*args, **kwargs):
1576 """SetSearchFlags(int flags)"""
1577 return _stc.StyledTextCtrl_SetSearchFlags(*args, **kwargs)
1578
1579 def GetSearchFlags(*args, **kwargs):
1580 """GetSearchFlags() -> int"""
1581 return _stc.StyledTextCtrl_GetSearchFlags(*args, **kwargs)
1582
1583 def CallTipShow(*args, **kwargs):
1584 """CallTipShow(int pos, wxString definition)"""
1585 return _stc.StyledTextCtrl_CallTipShow(*args, **kwargs)
1586
1587 def CallTipCancel(*args, **kwargs):
1588 """CallTipCancel()"""
1589 return _stc.StyledTextCtrl_CallTipCancel(*args, **kwargs)
1590
1591 def CallTipActive(*args, **kwargs):
1592 """CallTipActive() -> bool"""
1593 return _stc.StyledTextCtrl_CallTipActive(*args, **kwargs)
1594
1595 def CallTipPosAtStart(*args, **kwargs):
1596 """CallTipPosAtStart() -> int"""
1597 return _stc.StyledTextCtrl_CallTipPosAtStart(*args, **kwargs)
1598
1599 def CallTipSetHighlight(*args, **kwargs):
1600 """CallTipSetHighlight(int start, int end)"""
1601 return _stc.StyledTextCtrl_CallTipSetHighlight(*args, **kwargs)
1602
1603 def CallTipSetBackground(*args, **kwargs):
1604 """CallTipSetBackground(wxColour back)"""
1605 return _stc.StyledTextCtrl_CallTipSetBackground(*args, **kwargs)
1606
1607 def CallTipSetForeground(*args, **kwargs):
1608 """CallTipSetForeground(wxColour fore)"""
1609 return _stc.StyledTextCtrl_CallTipSetForeground(*args, **kwargs)
1610
1611 def CallTipSetForegroundHighlight(*args, **kwargs):
1612 """CallTipSetForegroundHighlight(wxColour fore)"""
1613 return _stc.StyledTextCtrl_CallTipSetForegroundHighlight(*args, **kwargs)
1614
1615 def VisibleFromDocLine(*args, **kwargs):
1616 """VisibleFromDocLine(int line) -> int"""
1617 return _stc.StyledTextCtrl_VisibleFromDocLine(*args, **kwargs)
1618
1619 def DocLineFromVisible(*args, **kwargs):
1620 """DocLineFromVisible(int lineDisplay) -> int"""
1621 return _stc.StyledTextCtrl_DocLineFromVisible(*args, **kwargs)
1622
1623 def SetFoldLevel(*args, **kwargs):
1624 """SetFoldLevel(int line, int level)"""
1625 return _stc.StyledTextCtrl_SetFoldLevel(*args, **kwargs)
1626
1627 def GetFoldLevel(*args, **kwargs):
1628 """GetFoldLevel(int line) -> int"""
1629 return _stc.StyledTextCtrl_GetFoldLevel(*args, **kwargs)
1630
1631 def GetLastChild(*args, **kwargs):
1632 """GetLastChild(int line, int level) -> int"""
1633 return _stc.StyledTextCtrl_GetLastChild(*args, **kwargs)
1634
1635 def GetFoldParent(*args, **kwargs):
1636 """GetFoldParent(int line) -> int"""
1637 return _stc.StyledTextCtrl_GetFoldParent(*args, **kwargs)
1638
1639 def ShowLines(*args, **kwargs):
1640 """ShowLines(int lineStart, int lineEnd)"""
1641 return _stc.StyledTextCtrl_ShowLines(*args, **kwargs)
1642
1643 def HideLines(*args, **kwargs):
1644 """HideLines(int lineStart, int lineEnd)"""
1645 return _stc.StyledTextCtrl_HideLines(*args, **kwargs)
1646
1647 def GetLineVisible(*args, **kwargs):
1648 """GetLineVisible(int line) -> bool"""
1649 return _stc.StyledTextCtrl_GetLineVisible(*args, **kwargs)
1650
1651 def SetFoldExpanded(*args, **kwargs):
1652 """SetFoldExpanded(int line, bool expanded)"""
1653 return _stc.StyledTextCtrl_SetFoldExpanded(*args, **kwargs)
1654
1655 def GetFoldExpanded(*args, **kwargs):
1656 """GetFoldExpanded(int line) -> bool"""
1657 return _stc.StyledTextCtrl_GetFoldExpanded(*args, **kwargs)
1658
1659 def ToggleFold(*args, **kwargs):
1660 """ToggleFold(int line)"""
1661 return _stc.StyledTextCtrl_ToggleFold(*args, **kwargs)
1662
1663 def EnsureVisible(*args, **kwargs):
1664 """EnsureVisible(int line)"""
1665 return _stc.StyledTextCtrl_EnsureVisible(*args, **kwargs)
1666
1667 def SetFoldFlags(*args, **kwargs):
1668 """SetFoldFlags(int flags)"""
1669 return _stc.StyledTextCtrl_SetFoldFlags(*args, **kwargs)
1670
1671 def EnsureVisibleEnforcePolicy(*args, **kwargs):
1672 """EnsureVisibleEnforcePolicy(int line)"""
1673 return _stc.StyledTextCtrl_EnsureVisibleEnforcePolicy(*args, **kwargs)
1674
1675 def SetTabIndents(*args, **kwargs):
1676 """SetTabIndents(bool tabIndents)"""
1677 return _stc.StyledTextCtrl_SetTabIndents(*args, **kwargs)
1678
1679 def GetTabIndents(*args, **kwargs):
1680 """GetTabIndents() -> bool"""
1681 return _stc.StyledTextCtrl_GetTabIndents(*args, **kwargs)
1682
1683 def SetBackSpaceUnIndents(*args, **kwargs):
1684 """SetBackSpaceUnIndents(bool bsUnIndents)"""
1685 return _stc.StyledTextCtrl_SetBackSpaceUnIndents(*args, **kwargs)
1686
1687 def GetBackSpaceUnIndents(*args, **kwargs):
1688 """GetBackSpaceUnIndents() -> bool"""
1689 return _stc.StyledTextCtrl_GetBackSpaceUnIndents(*args, **kwargs)
1690
1691 def SetMouseDwellTime(*args, **kwargs):
1692 """SetMouseDwellTime(int periodMilliseconds)"""
1693 return _stc.StyledTextCtrl_SetMouseDwellTime(*args, **kwargs)
1694
1695 def GetMouseDwellTime(*args, **kwargs):
1696 """GetMouseDwellTime() -> int"""
1697 return _stc.StyledTextCtrl_GetMouseDwellTime(*args, **kwargs)
1698
1699 def WordStartPosition(*args, **kwargs):
1700 """WordStartPosition(int pos, bool onlyWordCharacters) -> int"""
1701 return _stc.StyledTextCtrl_WordStartPosition(*args, **kwargs)
1702
1703 def WordEndPosition(*args, **kwargs):
1704 """WordEndPosition(int pos, bool onlyWordCharacters) -> int"""
1705 return _stc.StyledTextCtrl_WordEndPosition(*args, **kwargs)
1706
1707 def SetWrapMode(*args, **kwargs):
1708 """SetWrapMode(int mode)"""
1709 return _stc.StyledTextCtrl_SetWrapMode(*args, **kwargs)
1710
1711 def GetWrapMode(*args, **kwargs):
1712 """GetWrapMode() -> int"""
1713 return _stc.StyledTextCtrl_GetWrapMode(*args, **kwargs)
1714
1715 def SetLayoutCache(*args, **kwargs):
1716 """SetLayoutCache(int mode)"""
1717 return _stc.StyledTextCtrl_SetLayoutCache(*args, **kwargs)
1718
1719 def GetLayoutCache(*args, **kwargs):
1720 """GetLayoutCache() -> int"""
1721 return _stc.StyledTextCtrl_GetLayoutCache(*args, **kwargs)
1722
1723 def SetScrollWidth(*args, **kwargs):
1724 """SetScrollWidth(int pixelWidth)"""
1725 return _stc.StyledTextCtrl_SetScrollWidth(*args, **kwargs)
1726
1727 def GetScrollWidth(*args, **kwargs):
1728 """GetScrollWidth() -> int"""
1729 return _stc.StyledTextCtrl_GetScrollWidth(*args, **kwargs)
1730
1731 def TextWidth(*args, **kwargs):
1732 """TextWidth(int style, wxString text) -> int"""
1733 return _stc.StyledTextCtrl_TextWidth(*args, **kwargs)
1734
1735 def SetEndAtLastLine(*args, **kwargs):
1736 """SetEndAtLastLine(bool endAtLastLine)"""
1737 return _stc.StyledTextCtrl_SetEndAtLastLine(*args, **kwargs)
1738
1739 def GetEndAtLastLine(*args, **kwargs):
1740 """GetEndAtLastLine() -> int"""
1741 return _stc.StyledTextCtrl_GetEndAtLastLine(*args, **kwargs)
1742
1743 def TextHeight(*args, **kwargs):
1744 """TextHeight(int line) -> int"""
1745 return _stc.StyledTextCtrl_TextHeight(*args, **kwargs)
1746
1747 def SetUseVerticalScrollBar(*args, **kwargs):
1748 """SetUseVerticalScrollBar(bool show)"""
1749 return _stc.StyledTextCtrl_SetUseVerticalScrollBar(*args, **kwargs)
1750
1751 def GetUseVerticalScrollBar(*args, **kwargs):
1752 """GetUseVerticalScrollBar() -> bool"""
1753 return _stc.StyledTextCtrl_GetUseVerticalScrollBar(*args, **kwargs)
1754
1755 def AppendText(*args, **kwargs):
1756 """AppendText(int length, wxString text)"""
1757 return _stc.StyledTextCtrl_AppendText(*args, **kwargs)
1758
1759 def GetTwoPhaseDraw(*args, **kwargs):
1760 """GetTwoPhaseDraw() -> bool"""
1761 return _stc.StyledTextCtrl_GetTwoPhaseDraw(*args, **kwargs)
1762
1763 def SetTwoPhaseDraw(*args, **kwargs):
1764 """SetTwoPhaseDraw(bool twoPhase)"""
1765 return _stc.StyledTextCtrl_SetTwoPhaseDraw(*args, **kwargs)
1766
1767 def TargetFromSelection(*args, **kwargs):
1768 """TargetFromSelection()"""
1769 return _stc.StyledTextCtrl_TargetFromSelection(*args, **kwargs)
1770
1771 def LinesJoin(*args, **kwargs):
1772 """LinesJoin()"""
1773 return _stc.StyledTextCtrl_LinesJoin(*args, **kwargs)
1774
1775 def LinesSplit(*args, **kwargs):
1776 """LinesSplit(int pixelWidth)"""
1777 return _stc.StyledTextCtrl_LinesSplit(*args, **kwargs)
1778
1779 def SetFoldMarginColour(*args, **kwargs):
1780 """SetFoldMarginColour(bool useSetting, wxColour back)"""
1781 return _stc.StyledTextCtrl_SetFoldMarginColour(*args, **kwargs)
1782
1783 def SetFoldMarginHiColour(*args, **kwargs):
1784 """SetFoldMarginHiColour(bool useSetting, wxColour fore)"""
1785 return _stc.StyledTextCtrl_SetFoldMarginHiColour(*args, **kwargs)
1786
1787 def LineDuplicate(*args, **kwargs):
1788 """LineDuplicate()"""
1789 return _stc.StyledTextCtrl_LineDuplicate(*args, **kwargs)
1790
1791 def HomeDisplay(*args, **kwargs):
1792 """HomeDisplay()"""
1793 return _stc.StyledTextCtrl_HomeDisplay(*args, **kwargs)
1794
1795 def HomeDisplayExtend(*args, **kwargs):
1796 """HomeDisplayExtend()"""
1797 return _stc.StyledTextCtrl_HomeDisplayExtend(*args, **kwargs)
1798
1799 def LineEndDisplay(*args, **kwargs):
1800 """LineEndDisplay()"""
1801 return _stc.StyledTextCtrl_LineEndDisplay(*args, **kwargs)
1802
1803 def LineEndDisplayExtend(*args, **kwargs):
1804 """LineEndDisplayExtend()"""
1805 return _stc.StyledTextCtrl_LineEndDisplayExtend(*args, **kwargs)
1806
1807 def LineCopy(*args, **kwargs):
1808 """LineCopy()"""
1809 return _stc.StyledTextCtrl_LineCopy(*args, **kwargs)
1810
1811 def MoveCaretInsideView(*args, **kwargs):
1812 """MoveCaretInsideView()"""
1813 return _stc.StyledTextCtrl_MoveCaretInsideView(*args, **kwargs)
1814
1815 def LineLength(*args, **kwargs):
1816 """LineLength(int line) -> int"""
1817 return _stc.StyledTextCtrl_LineLength(*args, **kwargs)
1818
1819 def BraceHighlight(*args, **kwargs):
1820 """BraceHighlight(int pos1, int pos2)"""
1821 return _stc.StyledTextCtrl_BraceHighlight(*args, **kwargs)
1822
1823 def BraceBadLight(*args, **kwargs):
1824 """BraceBadLight(int pos)"""
1825 return _stc.StyledTextCtrl_BraceBadLight(*args, **kwargs)
1826
1827 def BraceMatch(*args, **kwargs):
1828 """BraceMatch(int pos) -> int"""
1829 return _stc.StyledTextCtrl_BraceMatch(*args, **kwargs)
1830
1831 def GetViewEOL(*args, **kwargs):
1832 """GetViewEOL() -> bool"""
1833 return _stc.StyledTextCtrl_GetViewEOL(*args, **kwargs)
1834
1835 def SetViewEOL(*args, **kwargs):
1836 """SetViewEOL(bool visible)"""
1837 return _stc.StyledTextCtrl_SetViewEOL(*args, **kwargs)
1838
1839 def GetDocPointer(*args, **kwargs):
1840 """GetDocPointer() -> void"""
1841 return _stc.StyledTextCtrl_GetDocPointer(*args, **kwargs)
1842
1843 def SetDocPointer(*args, **kwargs):
1844 """SetDocPointer(void docPointer)"""
1845 return _stc.StyledTextCtrl_SetDocPointer(*args, **kwargs)
1846
1847 def SetModEventMask(*args, **kwargs):
1848 """SetModEventMask(int mask)"""
1849 return _stc.StyledTextCtrl_SetModEventMask(*args, **kwargs)
1850
1851 def GetEdgeColumn(*args, **kwargs):
1852 """GetEdgeColumn() -> int"""
1853 return _stc.StyledTextCtrl_GetEdgeColumn(*args, **kwargs)
1854
1855 def SetEdgeColumn(*args, **kwargs):
1856 """SetEdgeColumn(int column)"""
1857 return _stc.StyledTextCtrl_SetEdgeColumn(*args, **kwargs)
1858
1859 def GetEdgeMode(*args, **kwargs):
1860 """GetEdgeMode() -> int"""
1861 return _stc.StyledTextCtrl_GetEdgeMode(*args, **kwargs)
1862
1863 def SetEdgeMode(*args, **kwargs):
1864 """SetEdgeMode(int mode)"""
1865 return _stc.StyledTextCtrl_SetEdgeMode(*args, **kwargs)
1866
1867 def GetEdgeColour(*args, **kwargs):
1868 """GetEdgeColour() -> wxColour"""
1869 return _stc.StyledTextCtrl_GetEdgeColour(*args, **kwargs)
1870
1871 def SetEdgeColour(*args, **kwargs):
1872 """SetEdgeColour(wxColour edgeColour)"""
1873 return _stc.StyledTextCtrl_SetEdgeColour(*args, **kwargs)
1874
1875 def SearchAnchor(*args, **kwargs):
1876 """SearchAnchor()"""
1877 return _stc.StyledTextCtrl_SearchAnchor(*args, **kwargs)
1878
1879 def SearchNext(*args, **kwargs):
1880 """SearchNext(int flags, wxString text) -> int"""
1881 return _stc.StyledTextCtrl_SearchNext(*args, **kwargs)
1882
1883 def SearchPrev(*args, **kwargs):
1884 """SearchPrev(int flags, wxString text) -> int"""
1885 return _stc.StyledTextCtrl_SearchPrev(*args, **kwargs)
1886
1887 def LinesOnScreen(*args, **kwargs):
1888 """LinesOnScreen() -> int"""
1889 return _stc.StyledTextCtrl_LinesOnScreen(*args, **kwargs)
1890
1891 def UsePopUp(*args, **kwargs):
1892 """UsePopUp(bool allowPopUp)"""
1893 return _stc.StyledTextCtrl_UsePopUp(*args, **kwargs)
1894
1895 def SelectionIsRectangle(*args, **kwargs):
1896 """SelectionIsRectangle() -> bool"""
1897 return _stc.StyledTextCtrl_SelectionIsRectangle(*args, **kwargs)
1898
1899 def SetZoom(*args, **kwargs):
1900 """SetZoom(int zoom)"""
1901 return _stc.StyledTextCtrl_SetZoom(*args, **kwargs)
1902
1903 def GetZoom(*args, **kwargs):
1904 """GetZoom() -> int"""
1905 return _stc.StyledTextCtrl_GetZoom(*args, **kwargs)
1906
1907 def CreateDocument(*args, **kwargs):
1908 """CreateDocument() -> void"""
1909 return _stc.StyledTextCtrl_CreateDocument(*args, **kwargs)
1910
1911 def AddRefDocument(*args, **kwargs):
1912 """AddRefDocument(void docPointer)"""
1913 return _stc.StyledTextCtrl_AddRefDocument(*args, **kwargs)
1914
1915 def ReleaseDocument(*args, **kwargs):
1916 """ReleaseDocument(void docPointer)"""
1917 return _stc.StyledTextCtrl_ReleaseDocument(*args, **kwargs)
1918
1919 def GetModEventMask(*args, **kwargs):
1920 """GetModEventMask() -> int"""
1921 return _stc.StyledTextCtrl_GetModEventMask(*args, **kwargs)
1922
1923 def SetSTCFocus(*args, **kwargs):
1924 """SetSTCFocus(bool focus)"""
1925 return _stc.StyledTextCtrl_SetSTCFocus(*args, **kwargs)
1926
1927 def GetSTCFocus(*args, **kwargs):
1928 """GetSTCFocus() -> bool"""
1929 return _stc.StyledTextCtrl_GetSTCFocus(*args, **kwargs)
1930
1931 def SetStatus(*args, **kwargs):
1932 """SetStatus(int statusCode)"""
1933 return _stc.StyledTextCtrl_SetStatus(*args, **kwargs)
1934
1935 def GetStatus(*args, **kwargs):
1936 """GetStatus() -> int"""
1937 return _stc.StyledTextCtrl_GetStatus(*args, **kwargs)
1938
1939 def SetMouseDownCaptures(*args, **kwargs):
1940 """SetMouseDownCaptures(bool captures)"""
1941 return _stc.StyledTextCtrl_SetMouseDownCaptures(*args, **kwargs)
1942
1943 def GetMouseDownCaptures(*args, **kwargs):
1944 """GetMouseDownCaptures() -> bool"""
1945 return _stc.StyledTextCtrl_GetMouseDownCaptures(*args, **kwargs)
1946
1947 def SetSTCCursor(*args, **kwargs):
1948 """SetSTCCursor(int cursorType)"""
1949 return _stc.StyledTextCtrl_SetSTCCursor(*args, **kwargs)
1950
1951 def GetSTCCursor(*args, **kwargs):
1952 """GetSTCCursor() -> int"""
1953 return _stc.StyledTextCtrl_GetSTCCursor(*args, **kwargs)
1954
1955 def SetControlCharSymbol(*args, **kwargs):
1956 """SetControlCharSymbol(int symbol)"""
1957 return _stc.StyledTextCtrl_SetControlCharSymbol(*args, **kwargs)
1958
1959 def GetControlCharSymbol(*args, **kwargs):
1960 """GetControlCharSymbol() -> int"""
1961 return _stc.StyledTextCtrl_GetControlCharSymbol(*args, **kwargs)
1962
1963 def WordPartLeft(*args, **kwargs):
1964 """WordPartLeft()"""
1965 return _stc.StyledTextCtrl_WordPartLeft(*args, **kwargs)
1966
1967 def WordPartLeftExtend(*args, **kwargs):
1968 """WordPartLeftExtend()"""
1969 return _stc.StyledTextCtrl_WordPartLeftExtend(*args, **kwargs)
1970
1971 def WordPartRight(*args, **kwargs):
1972 """WordPartRight()"""
1973 return _stc.StyledTextCtrl_WordPartRight(*args, **kwargs)
1974
1975 def WordPartRightExtend(*args, **kwargs):
1976 """WordPartRightExtend()"""
1977 return _stc.StyledTextCtrl_WordPartRightExtend(*args, **kwargs)
1978
1979 def SetVisiblePolicy(*args, **kwargs):
1980 """SetVisiblePolicy(int visiblePolicy, int visibleSlop)"""
1981 return _stc.StyledTextCtrl_SetVisiblePolicy(*args, **kwargs)
1982
1983 def DelLineLeft(*args, **kwargs):
1984 """DelLineLeft()"""
1985 return _stc.StyledTextCtrl_DelLineLeft(*args, **kwargs)
1986
1987 def DelLineRight(*args, **kwargs):
1988 """DelLineRight()"""
1989 return _stc.StyledTextCtrl_DelLineRight(*args, **kwargs)
1990
1991 def SetXOffset(*args, **kwargs):
1992 """SetXOffset(int newOffset)"""
1993 return _stc.StyledTextCtrl_SetXOffset(*args, **kwargs)
1994
1995 def GetXOffset(*args, **kwargs):
1996 """GetXOffset() -> int"""
1997 return _stc.StyledTextCtrl_GetXOffset(*args, **kwargs)
1998
1999 def ChooseCaretX(*args, **kwargs):
2000 """ChooseCaretX()"""
2001 return _stc.StyledTextCtrl_ChooseCaretX(*args, **kwargs)
2002
2003 def SetXCaretPolicy(*args, **kwargs):
2004 """SetXCaretPolicy(int caretPolicy, int caretSlop)"""
2005 return _stc.StyledTextCtrl_SetXCaretPolicy(*args, **kwargs)
2006
2007 def SetYCaretPolicy(*args, **kwargs):
2008 """SetYCaretPolicy(int caretPolicy, int caretSlop)"""
2009 return _stc.StyledTextCtrl_SetYCaretPolicy(*args, **kwargs)
2010
2011 def SetPrintWrapMode(*args, **kwargs):
2012 """SetPrintWrapMode(int mode)"""
2013 return _stc.StyledTextCtrl_SetPrintWrapMode(*args, **kwargs)
2014
2015 def GetPrintWrapMode(*args, **kwargs):
2016 """GetPrintWrapMode() -> int"""
2017 return _stc.StyledTextCtrl_GetPrintWrapMode(*args, **kwargs)
2018
2019 def SetHotspotActiveForeground(*args, **kwargs):
2020 """SetHotspotActiveForeground(bool useSetting, wxColour fore)"""
2021 return _stc.StyledTextCtrl_SetHotspotActiveForeground(*args, **kwargs)
2022
2023 def SetHotspotActiveBackground(*args, **kwargs):
2024 """SetHotspotActiveBackground(bool useSetting, wxColour back)"""
2025 return _stc.StyledTextCtrl_SetHotspotActiveBackground(*args, **kwargs)
2026
2027 def SetHotspotActiveUnderline(*args, **kwargs):
2028 """SetHotspotActiveUnderline(bool underline)"""
2029 return _stc.StyledTextCtrl_SetHotspotActiveUnderline(*args, **kwargs)
2030
2031 def PositionBefore(*args, **kwargs):
2032 """PositionBefore(int pos) -> int"""
2033 return _stc.StyledTextCtrl_PositionBefore(*args, **kwargs)
2034
2035 def PositionAfter(*args, **kwargs):
2036 """PositionAfter(int pos) -> int"""
2037 return _stc.StyledTextCtrl_PositionAfter(*args, **kwargs)
2038
2039 def CopyRange(*args, **kwargs):
2040 """CopyRange(int start, int end)"""
2041 return _stc.StyledTextCtrl_CopyRange(*args, **kwargs)
2042
2043 def CopyText(*args, **kwargs):
2044 """CopyText(int length, wxString text)"""
2045 return _stc.StyledTextCtrl_CopyText(*args, **kwargs)
2046
2047 def StartRecord(*args, **kwargs):
2048 """StartRecord()"""
2049 return _stc.StyledTextCtrl_StartRecord(*args, **kwargs)
2050
2051 def StopRecord(*args, **kwargs):
2052 """StopRecord()"""
2053 return _stc.StyledTextCtrl_StopRecord(*args, **kwargs)
2054
2055 def SetLexer(*args, **kwargs):
2056 """SetLexer(int lexer)"""
2057 return _stc.StyledTextCtrl_SetLexer(*args, **kwargs)
2058
2059 def GetLexer(*args, **kwargs):
2060 """GetLexer() -> int"""
2061 return _stc.StyledTextCtrl_GetLexer(*args, **kwargs)
2062
2063 def Colourise(*args, **kwargs):
2064 """Colourise(int start, int end)"""
2065 return _stc.StyledTextCtrl_Colourise(*args, **kwargs)
2066
2067 def SetProperty(*args, **kwargs):
2068 """SetProperty(wxString key, wxString value)"""
2069 return _stc.StyledTextCtrl_SetProperty(*args, **kwargs)
2070
2071 def SetKeyWords(*args, **kwargs):
2072 """SetKeyWords(int keywordSet, wxString keyWords)"""
2073 return _stc.StyledTextCtrl_SetKeyWords(*args, **kwargs)
2074
2075 def SetLexerLanguage(*args, **kwargs):
2076 """SetLexerLanguage(wxString language)"""
2077 return _stc.StyledTextCtrl_SetLexerLanguage(*args, **kwargs)
2078
2079 def GetCurrentLine(*args, **kwargs):
2080 """GetCurrentLine() -> int"""
2081 return _stc.StyledTextCtrl_GetCurrentLine(*args, **kwargs)
2082
2083 def StyleSetSpec(*args, **kwargs):
2084 """StyleSetSpec(int styleNum, wxString spec)"""
2085 return _stc.StyledTextCtrl_StyleSetSpec(*args, **kwargs)
2086
2087 def StyleSetFont(*args, **kwargs):
2088 """StyleSetFont(int styleNum, wxFont font)"""
2089 return _stc.StyledTextCtrl_StyleSetFont(*args, **kwargs)
2090
2091 def StyleSetFontAttr(*args, **kwargs):
0df68c9f
RD
2092 """
2093 StyleSetFontAttr(int styleNum, int size, wxString faceName, bool bold,
2094 bool italic, bool underline)
2095 """
e811c8ce
RD
2096 return _stc.StyledTextCtrl_StyleSetFontAttr(*args, **kwargs)
2097
2098 def CmdKeyExecute(*args, **kwargs):
2099 """CmdKeyExecute(int cmd)"""
2100 return _stc.StyledTextCtrl_CmdKeyExecute(*args, **kwargs)
2101
2102 def SetMargins(*args, **kwargs):
2103 """SetMargins(int left, int right)"""
2104 return _stc.StyledTextCtrl_SetMargins(*args, **kwargs)
2105
2106 def GetSelection(*args, **kwargs):
2107 """GetSelection(int OUTPUT, int OUTPUT)"""
2108 return _stc.StyledTextCtrl_GetSelection(*args, **kwargs)
2109
2110 def PointFromPosition(*args, **kwargs):
2111 """PointFromPosition(int pos) -> Point"""
2112 return _stc.StyledTextCtrl_PointFromPosition(*args, **kwargs)
2113
2114 def ScrollToLine(*args, **kwargs):
2115 """ScrollToLine(int line)"""
2116 return _stc.StyledTextCtrl_ScrollToLine(*args, **kwargs)
2117
2118 def ScrollToColumn(*args, **kwargs):
2119 """ScrollToColumn(int column)"""
2120 return _stc.StyledTextCtrl_ScrollToColumn(*args, **kwargs)
2121
2122 def SendMsg(*args, **kwargs):
2123 """SendMsg(int msg, long wp=0, long lp=0) -> long"""
2124 return _stc.StyledTextCtrl_SendMsg(*args, **kwargs)
2125
2126 def SetVScrollBar(*args, **kwargs):
2127 """SetVScrollBar(wxScrollBar bar)"""
2128 return _stc.StyledTextCtrl_SetVScrollBar(*args, **kwargs)
2129
2130 def SetHScrollBar(*args, **kwargs):
2131 """SetHScrollBar(wxScrollBar bar)"""
2132 return _stc.StyledTextCtrl_SetHScrollBar(*args, **kwargs)
2133
2134 def GetLastKeydownProcessed(*args, **kwargs):
2135 """GetLastKeydownProcessed() -> bool"""
2136 return _stc.StyledTextCtrl_GetLastKeydownProcessed(*args, **kwargs)
2137
2138 def SetLastKeydownProcessed(*args, **kwargs):
2139 """SetLastKeydownProcessed(bool val)"""
2140 return _stc.StyledTextCtrl_SetLastKeydownProcessed(*args, **kwargs)
2141
2142 def SaveFile(*args, **kwargs):
2143 """SaveFile(wxString filename) -> bool"""
2144 return _stc.StyledTextCtrl_SaveFile(*args, **kwargs)
2145
2146 def LoadFile(*args, **kwargs):
2147 """LoadFile(wxString filename) -> bool"""
2148 return _stc.StyledTextCtrl_LoadFile(*args, **kwargs)
2149
2150 def DoDragOver(*args, **kwargs):
2151 """DoDragOver(int x, int y, wxDragResult def) -> wxDragResult"""
2152 return _stc.StyledTextCtrl_DoDragOver(*args, **kwargs)
2153
2154 def DoDropText(*args, **kwargs):
2155 """DoDropText(long x, long y, wxString data) -> bool"""
2156 return _stc.StyledTextCtrl_DoDropText(*args, **kwargs)
2157
d14a1e28
RD
2158
2159class StyledTextCtrlPtr(StyledTextCtrl):
2160 def __init__(self, this):
2161 self.this = this
2162 if not hasattr(self,"thisown"): self.thisown = 0
2163 self.__class__ = StyledTextCtrl
2164_stc.StyledTextCtrl_swigregister(StyledTextCtrlPtr)
2165
2166def PreStyledTextCtrl(*args, **kwargs):
e811c8ce 2167 """PreStyledTextCtrl() -> StyledTextCtrl"""
d14a1e28
RD
2168 val = _stc.new_PreStyledTextCtrl(*args, **kwargs)
2169 val.thisown = 1
2170 return val
2171
2172class StyledTextEvent(core.CommandEvent):
e811c8ce
RD
2173 def __repr__(self):
2174 return "<%s.%s; proxy of C++ wxStyledTextEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
d14a1e28 2175 def __init__(self, *args, **kwargs):
e811c8ce 2176 """__init__(wxEventType commandType=0, int id=0) -> StyledTextEvent"""
d14a1e28
RD
2177 newobj = _stc.new_StyledTextEvent(*args, **kwargs)
2178 self.this = newobj.this
2179 self.thisown = 1
2180 del newobj.thisown
2181 def __del__(self, destroy=_stc.delete_StyledTextEvent):
e811c8ce 2182 """__del__()"""
d14a1e28
RD
2183 try:
2184 if self.thisown: destroy(self)
2185 except: pass
e811c8ce
RD
2186
2187 def SetPosition(*args, **kwargs):
2188 """SetPosition(int pos)"""
2189 return _stc.StyledTextEvent_SetPosition(*args, **kwargs)
2190
2191 def SetKey(*args, **kwargs):
2192 """SetKey(int k)"""
2193 return _stc.StyledTextEvent_SetKey(*args, **kwargs)
2194
2195 def SetModifiers(*args, **kwargs):
2196 """SetModifiers(int m)"""
2197 return _stc.StyledTextEvent_SetModifiers(*args, **kwargs)
2198
2199 def SetModificationType(*args, **kwargs):
2200 """SetModificationType(int t)"""
2201 return _stc.StyledTextEvent_SetModificationType(*args, **kwargs)
2202
2203 def SetText(*args, **kwargs):
2204 """SetText(wxString t)"""
2205 return _stc.StyledTextEvent_SetText(*args, **kwargs)
2206
2207 def SetLength(*args, **kwargs):
2208 """SetLength(int len)"""
2209 return _stc.StyledTextEvent_SetLength(*args, **kwargs)
2210
2211 def SetLinesAdded(*args, **kwargs):
2212 """SetLinesAdded(int num)"""
2213 return _stc.StyledTextEvent_SetLinesAdded(*args, **kwargs)
2214
2215 def SetLine(*args, **kwargs):
2216 """SetLine(int val)"""
2217 return _stc.StyledTextEvent_SetLine(*args, **kwargs)
2218
2219 def SetFoldLevelNow(*args, **kwargs):
2220 """SetFoldLevelNow(int val)"""
2221 return _stc.StyledTextEvent_SetFoldLevelNow(*args, **kwargs)
2222
2223 def SetFoldLevelPrev(*args, **kwargs):
2224 """SetFoldLevelPrev(int val)"""
2225 return _stc.StyledTextEvent_SetFoldLevelPrev(*args, **kwargs)
2226
2227 def SetMargin(*args, **kwargs):
2228 """SetMargin(int val)"""
2229 return _stc.StyledTextEvent_SetMargin(*args, **kwargs)
2230
2231 def SetMessage(*args, **kwargs):
2232 """SetMessage(int val)"""
2233 return _stc.StyledTextEvent_SetMessage(*args, **kwargs)
2234
2235 def SetWParam(*args, **kwargs):
2236 """SetWParam(int val)"""
2237 return _stc.StyledTextEvent_SetWParam(*args, **kwargs)
2238
2239 def SetLParam(*args, **kwargs):
2240 """SetLParam(int val)"""
2241 return _stc.StyledTextEvent_SetLParam(*args, **kwargs)
2242
2243 def SetListType(*args, **kwargs):
2244 """SetListType(int val)"""
2245 return _stc.StyledTextEvent_SetListType(*args, **kwargs)
2246
2247 def SetX(*args, **kwargs):
2248 """SetX(int val)"""
2249 return _stc.StyledTextEvent_SetX(*args, **kwargs)
2250
2251 def SetY(*args, **kwargs):
2252 """SetY(int val)"""
2253 return _stc.StyledTextEvent_SetY(*args, **kwargs)
2254
2255 def SetDragText(*args, **kwargs):
2256 """SetDragText(wxString val)"""
2257 return _stc.StyledTextEvent_SetDragText(*args, **kwargs)
2258
2259 def SetDragAllowMove(*args, **kwargs):
2260 """SetDragAllowMove(bool val)"""
2261 return _stc.StyledTextEvent_SetDragAllowMove(*args, **kwargs)
2262
2263 def SetDragResult(*args, **kwargs):
2264 """SetDragResult(wxDragResult val)"""
2265 return _stc.StyledTextEvent_SetDragResult(*args, **kwargs)
2266
2267 def GetPosition(*args, **kwargs):
2268 """GetPosition() -> int"""
2269 return _stc.StyledTextEvent_GetPosition(*args, **kwargs)
2270
2271 def GetKey(*args, **kwargs):
2272 """GetKey() -> int"""
2273 return _stc.StyledTextEvent_GetKey(*args, **kwargs)
2274
2275 def GetModifiers(*args, **kwargs):
2276 """GetModifiers() -> int"""
2277 return _stc.StyledTextEvent_GetModifiers(*args, **kwargs)
2278
2279 def GetModificationType(*args, **kwargs):
2280 """GetModificationType() -> int"""
2281 return _stc.StyledTextEvent_GetModificationType(*args, **kwargs)
2282
2283 def GetText(*args, **kwargs):
2284 """GetText() -> wxString"""
2285 return _stc.StyledTextEvent_GetText(*args, **kwargs)
2286
2287 def GetLength(*args, **kwargs):
2288 """GetLength() -> int"""
2289 return _stc.StyledTextEvent_GetLength(*args, **kwargs)
2290
2291 def GetLinesAdded(*args, **kwargs):
2292 """GetLinesAdded() -> int"""
2293 return _stc.StyledTextEvent_GetLinesAdded(*args, **kwargs)
2294
2295 def GetLine(*args, **kwargs):
2296 """GetLine() -> int"""
2297 return _stc.StyledTextEvent_GetLine(*args, **kwargs)
2298
2299 def GetFoldLevelNow(*args, **kwargs):
2300 """GetFoldLevelNow() -> int"""
2301 return _stc.StyledTextEvent_GetFoldLevelNow(*args, **kwargs)
2302
2303 def GetFoldLevelPrev(*args, **kwargs):
2304 """GetFoldLevelPrev() -> int"""
2305 return _stc.StyledTextEvent_GetFoldLevelPrev(*args, **kwargs)
2306
2307 def GetMargin(*args, **kwargs):
2308 """GetMargin() -> int"""
2309 return _stc.StyledTextEvent_GetMargin(*args, **kwargs)
2310
2311 def GetMessage(*args, **kwargs):
2312 """GetMessage() -> int"""
2313 return _stc.StyledTextEvent_GetMessage(*args, **kwargs)
2314
2315 def GetWParam(*args, **kwargs):
2316 """GetWParam() -> int"""
2317 return _stc.StyledTextEvent_GetWParam(*args, **kwargs)
2318
2319 def GetLParam(*args, **kwargs):
2320 """GetLParam() -> int"""
2321 return _stc.StyledTextEvent_GetLParam(*args, **kwargs)
2322
2323 def GetListType(*args, **kwargs):
2324 """GetListType() -> int"""
2325 return _stc.StyledTextEvent_GetListType(*args, **kwargs)
2326
2327 def GetX(*args, **kwargs):
2328 """GetX() -> int"""
2329 return _stc.StyledTextEvent_GetX(*args, **kwargs)
2330
2331 def GetY(*args, **kwargs):
2332 """GetY() -> int"""
2333 return _stc.StyledTextEvent_GetY(*args, **kwargs)
2334
2335 def GetDragText(*args, **kwargs):
2336 """GetDragText() -> wxString"""
2337 return _stc.StyledTextEvent_GetDragText(*args, **kwargs)
2338
2339 def GetDragAllowMove(*args, **kwargs):
2340 """GetDragAllowMove() -> bool"""
2341 return _stc.StyledTextEvent_GetDragAllowMove(*args, **kwargs)
2342
2343 def GetDragResult(*args, **kwargs):
2344 """GetDragResult() -> wxDragResult"""
2345 return _stc.StyledTextEvent_GetDragResult(*args, **kwargs)
2346
2347 def GetShift(*args, **kwargs):
2348 """GetShift() -> bool"""
2349 return _stc.StyledTextEvent_GetShift(*args, **kwargs)
2350
2351 def GetControl(*args, **kwargs):
2352 """GetControl() -> bool"""
2353 return _stc.StyledTextEvent_GetControl(*args, **kwargs)
2354
2355 def GetAlt(*args, **kwargs):
2356 """GetAlt() -> bool"""
2357 return _stc.StyledTextEvent_GetAlt(*args, **kwargs)
2358
2359 def Clone(*args, **kwargs):
2360 """Clone() -> Event"""
2361 return _stc.StyledTextEvent_Clone(*args, **kwargs)
2362
d14a1e28
RD
2363
2364class StyledTextEventPtr(StyledTextEvent):
2365 def __init__(self, this):
2366 self.this = this
2367 if not hasattr(self,"thisown"): self.thisown = 0
2368 self.__class__ = StyledTextEvent
2369_stc.StyledTextEvent_swigregister(StyledTextEventPtr)
2370
2371wxEVT_STC_CHANGE = _stc.wxEVT_STC_CHANGE
2372wxEVT_STC_STYLENEEDED = _stc.wxEVT_STC_STYLENEEDED
2373wxEVT_STC_CHARADDED = _stc.wxEVT_STC_CHARADDED
2374wxEVT_STC_SAVEPOINTREACHED = _stc.wxEVT_STC_SAVEPOINTREACHED
2375wxEVT_STC_SAVEPOINTLEFT = _stc.wxEVT_STC_SAVEPOINTLEFT
2376wxEVT_STC_ROMODIFYATTEMPT = _stc.wxEVT_STC_ROMODIFYATTEMPT
2377wxEVT_STC_KEY = _stc.wxEVT_STC_KEY
2378wxEVT_STC_DOUBLECLICK = _stc.wxEVT_STC_DOUBLECLICK
2379wxEVT_STC_UPDATEUI = _stc.wxEVT_STC_UPDATEUI
2380wxEVT_STC_MODIFIED = _stc.wxEVT_STC_MODIFIED
2381wxEVT_STC_MACRORECORD = _stc.wxEVT_STC_MACRORECORD
2382wxEVT_STC_MARGINCLICK = _stc.wxEVT_STC_MARGINCLICK
2383wxEVT_STC_NEEDSHOWN = _stc.wxEVT_STC_NEEDSHOWN
2384wxEVT_STC_POSCHANGED = _stc.wxEVT_STC_POSCHANGED
2385wxEVT_STC_PAINTED = _stc.wxEVT_STC_PAINTED
2386wxEVT_STC_USERLISTSELECTION = _stc.wxEVT_STC_USERLISTSELECTION
2387wxEVT_STC_URIDROPPED = _stc.wxEVT_STC_URIDROPPED
2388wxEVT_STC_DWELLSTART = _stc.wxEVT_STC_DWELLSTART
2389wxEVT_STC_DWELLEND = _stc.wxEVT_STC_DWELLEND
2390wxEVT_STC_START_DRAG = _stc.wxEVT_STC_START_DRAG
2391wxEVT_STC_DRAG_OVER = _stc.wxEVT_STC_DRAG_OVER
2392wxEVT_STC_DO_DROP = _stc.wxEVT_STC_DO_DROP
2393wxEVT_STC_ZOOM = _stc.wxEVT_STC_ZOOM
2394wxEVT_STC_HOTSPOT_CLICK = _stc.wxEVT_STC_HOTSPOT_CLICK
2395wxEVT_STC_HOTSPOT_DCLICK = _stc.wxEVT_STC_HOTSPOT_DCLICK
2396wxEVT_STC_CALLTIP_CLICK = _stc.wxEVT_STC_CALLTIP_CLICK
2397EVT_STC_CHANGE = wx.PyEventBinder( wxEVT_STC_CHANGE, 1 )
2398EVT_STC_STYLENEEDED = wx.PyEventBinder( wxEVT_STC_STYLENEEDED, 1 )
2399EVT_STC_CHARADDED = wx.PyEventBinder( wxEVT_STC_CHARADDED, 1 )
2400EVT_STC_SAVEPOINTREACHED = wx.PyEventBinder( wxEVT_STC_SAVEPOINTREACHED, 1 )
2401EVT_STC_SAVEPOINTLEFT = wx.PyEventBinder( wxEVT_STC_SAVEPOINTLEFT, 1 )
2402EVT_STC_ROMODIFYATTEMPT = wx.PyEventBinder( wxEVT_STC_ROMODIFYATTEMPT, 1 )
2403EVT_STC_KEY = wx.PyEventBinder( wxEVT_STC_KEY, 1 )
2404EVT_STC_DOUBLECLICK = wx.PyEventBinder( wxEVT_STC_DOUBLECLICK, 1 )
2405EVT_STC_UPDATEUI = wx.PyEventBinder( wxEVT_STC_UPDATEUI, 1 )
2406EVT_STC_MODIFIED = wx.PyEventBinder( wxEVT_STC_MODIFIED, 1 )
2407EVT_STC_MACRORECORD = wx.PyEventBinder( wxEVT_STC_MACRORECORD, 1 )
2408EVT_STC_MARGINCLICK = wx.PyEventBinder( wxEVT_STC_MARGINCLICK, 1 )
2409EVT_STC_NEEDSHOWN = wx.PyEventBinder( wxEVT_STC_NEEDSHOWN, 1 )
2410EVT_STC_POSCHANGED = wx.PyEventBinder( wxEVT_STC_POSCHANGED, 1 )
2411EVT_STC_PAINTED = wx.PyEventBinder( wxEVT_STC_PAINTED, 1 )
2412EVT_STC_USERLISTSELECTION = wx.PyEventBinder( wxEVT_STC_USERLISTSELECTION, 1 )
2413EVT_STC_URIDROPPED = wx.PyEventBinder( wxEVT_STC_URIDROPPED, 1 )
2414EVT_STC_DWELLSTART = wx.PyEventBinder( wxEVT_STC_DWELLSTART, 1 )
2415EVT_STC_DWELLEND = wx.PyEventBinder( wxEVT_STC_DWELLEND, 1 )
2416EVT_STC_START_DRAG = wx.PyEventBinder( wxEVT_STC_START_DRAG, 1 )
2417EVT_STC_DRAG_OVER = wx.PyEventBinder( wxEVT_STC_DRAG_OVER, 1 )
2418EVT_STC_DO_DROP = wx.PyEventBinder( wxEVT_STC_DO_DROP, 1 )
2419EVT_STC_ZOOM = wx.PyEventBinder( wxEVT_STC_ZOOM, 1 )
2420EVT_STC_HOTSPOT_CLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_CLICK, 1 )
2421EVT_STC_HOTSPOT_DCLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_DCLICK, 1 )
2422EVT_STC_CALLTIP_CLICK = wx.PyEventBinder( wxEVT_STC_CALLTIP_CLICK, 1 )
f6bcfd97 2423
f6bcfd97 2424