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