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