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