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