]>
Commit | Line | Data |
---|---|---|
1 | # This file was created automatically by SWIG. | |
2 | import stc_c | |
3 | ||
4 | from misc import * | |
5 | ||
6 | from misc2 import * | |
7 | ||
8 | from windows import * | |
9 | ||
10 | from gdi import * | |
11 | ||
12 | from fonts import * | |
13 | ||
14 | from clip_dnd import * | |
15 | ||
16 | from events import * | |
17 | ||
18 | from streams import * | |
19 | ||
20 | from utils import * | |
21 | ||
22 | from mdi import * | |
23 | ||
24 | from frames import * | |
25 | ||
26 | from stattool import * | |
27 | ||
28 | from controls import * | |
29 | ||
30 | from controls2 import * | |
31 | ||
32 | from windows2 import * | |
33 | ||
34 | from cmndlgs import * | |
35 | ||
36 | from windows3 import * | |
37 | ||
38 | from image import * | |
39 | ||
40 | from printfw import * | |
41 | ||
42 | from sizers import * | |
43 | ||
44 | from filesys import * | |
45 | ||
46 | def EVT_STC_CHANGE(win, id, func): | |
47 | win.Connect(id, -1, wxEVT_STC_CHANGE, func) | |
48 | ||
49 | def EVT_STC_STYLENEEDED(win, id, func): | |
50 | win.Connect(id, -1, wxEVT_STC_STYLENEEDED, func) | |
51 | ||
52 | def EVT_STC_CHARADDED(win, id, func): | |
53 | win.Connect(id, -1, wxEVT_STC_CHARADDED, func) | |
54 | ||
55 | def EVT_STC_SAVEPOINTREACHED(win, id, func): | |
56 | win.Connect(id, -1, wxEVT_STC_SAVEPOINTREACHED, func) | |
57 | ||
58 | def EVT_STC_SAVEPOINTLEFT(win, id, func): | |
59 | win.Connect(id, -1, wxEVT_STC_SAVEPOINTLEFT, func) | |
60 | ||
61 | def EVT_STC_ROMODIFYATTEMPT(win, id, func): | |
62 | win.Connect(id, -1, wxEVT_STC_ROMODIFYATTEMPT, func) | |
63 | ||
64 | def EVT_STC_KEY(win, id, func): | |
65 | win.Connect(id, -1, wxEVT_STC_KEY, func) | |
66 | ||
67 | def EVT_STC_DOUBLECLICK(win, id, func): | |
68 | win.Connect(id, -1, wxEVT_STC_DOUBLECLICK, func) | |
69 | ||
70 | def EVT_STC_UPDATEUI(win, id, func): | |
71 | win.Connect(id, -1, wxEVT_STC_UPDATEUI, func) | |
72 | ||
73 | def EVT_STC_MODIFIED(win, id, func): | |
74 | win.Connect(id, -1, wxEVT_STC_MODIFIED, func) | |
75 | ||
76 | def EVT_STC_MACRORECORD(win, id, func): | |
77 | win.Connect(id, -1, wxEVT_STC_MACRORECORD, func) | |
78 | ||
79 | def EVT_STC_MARGINCLICK(win, id, func): | |
80 | win.Connect(id, -1, wxEVT_STC_MARGINCLICK, func) | |
81 | ||
82 | def EVT_STC_NEEDSHOWN(win, id, func): | |
83 | win.Connect(id, -1, wxEVT_STC_NEEDSHOWN, func) | |
84 | ||
85 | def EVT_STC_POSCHANGED(win, id, func): | |
86 | win.Connect(id, -1, wxEVT_STC_POSCHANGED, func) | |
87 | ||
88 | def EVT_STC_PAINTED(win, id, func): | |
89 | win.Connect(id, -1, wxEVT_STC_PAINTED, func) | |
90 | ||
91 | def EVT_STC_USERLISTSELECTION(win, id, func): | |
92 | win.Connect(id, -1, wxEVT_STC_USERLISTSELECTION, func) | |
93 | ||
94 | def EVT_STC_URIDROPPED(win, id, func): | |
95 | win.Connect(id, -1, wxEVT_STC_URIDROPPED, func) | |
96 | ||
97 | def EVT_STC_DWELLSTART(win, id, func): | |
98 | win.Connect(id, -1, wxEVT_STC_DWELLSTART, func) | |
99 | ||
100 | def EVT_STC_DWELLEND(win, id, func): | |
101 | win.Connect(id, -1, wxEVT_STC_DWELLEND, func) | |
102 | ||
103 | def EVT_STC_START_DRAG(win, id, func): | |
104 | win.Connect(id, -1, wxEVT_STC_START_DRAG, func) | |
105 | ||
106 | def EVT_STC_DRAG_OVER(win, id, func): | |
107 | win.Connect(id, -1, wxEVT_STC_DRAG_OVER, func) | |
108 | ||
109 | def EVT_STC_DO_DROP(win, id, func): | |
110 | win.Connect(id, -1, wxEVT_STC_DO_DROP, func) | |
111 | ||
112 | def EVT_STC_ZOOM(win, id, func): | |
113 | win.Connect(id, -1, wxEVT_STC_ZOOM, func) | |
114 | ||
115 | def EVT_STC_HOTSPOT_CLICK(win, id, func): | |
116 | win.Connect(id, -1, wxEVT_STC_HOTSPOT_CLICK, func) | |
117 | ||
118 | def EVT_STC_HOTSPOT_DCLICK(win, id, func): | |
119 | win.Connect(id, -1, wxEVT_STC_HOTSPOT_DCLICK, func) | |
120 | ||
121 | def EVT_STC_CALLTIP_CLICK(win, id, func): | |
122 | win.Connect(id, -1, wxEVT_STC_CALLTIP_CLICK, func) | |
123 | ||
124 | class wxStyledTextCtrlPtr(wxControlPtr): | |
125 | def __init__(self,this): | |
126 | self.this = this | |
127 | self.thisown = 0 | |
128 | def AddText(self, *_args, **_kwargs): | |
129 | val = stc_c.wxStyledTextCtrl_AddText(self, *_args, **_kwargs) | |
130 | return val | |
131 | def AddStyledText(self, *_args, **_kwargs): | |
132 | val = stc_c.wxStyledTextCtrl_AddStyledText(self, *_args, **_kwargs) | |
133 | return val | |
134 | def InsertText(self, *_args, **_kwargs): | |
135 | val = stc_c.wxStyledTextCtrl_InsertText(self, *_args, **_kwargs) | |
136 | return val | |
137 | def ClearAll(self, *_args, **_kwargs): | |
138 | val = stc_c.wxStyledTextCtrl_ClearAll(self, *_args, **_kwargs) | |
139 | return val | |
140 | def ClearDocumentStyle(self, *_args, **_kwargs): | |
141 | val = stc_c.wxStyledTextCtrl_ClearDocumentStyle(self, *_args, **_kwargs) | |
142 | return val | |
143 | def GetLength(self, *_args, **_kwargs): | |
144 | val = stc_c.wxStyledTextCtrl_GetLength(self, *_args, **_kwargs) | |
145 | return val | |
146 | def GetCharAt(self, *_args, **_kwargs): | |
147 | val = stc_c.wxStyledTextCtrl_GetCharAt(self, *_args, **_kwargs) | |
148 | return val | |
149 | def GetCurrentPos(self, *_args, **_kwargs): | |
150 | val = stc_c.wxStyledTextCtrl_GetCurrentPos(self, *_args, **_kwargs) | |
151 | return val | |
152 | def GetAnchor(self, *_args, **_kwargs): | |
153 | val = stc_c.wxStyledTextCtrl_GetAnchor(self, *_args, **_kwargs) | |
154 | return val | |
155 | def GetStyleAt(self, *_args, **_kwargs): | |
156 | val = stc_c.wxStyledTextCtrl_GetStyleAt(self, *_args, **_kwargs) | |
157 | return val | |
158 | def Redo(self, *_args, **_kwargs): | |
159 | val = stc_c.wxStyledTextCtrl_Redo(self, *_args, **_kwargs) | |
160 | return val | |
161 | def SetUndoCollection(self, *_args, **_kwargs): | |
162 | val = stc_c.wxStyledTextCtrl_SetUndoCollection(self, *_args, **_kwargs) | |
163 | return val | |
164 | def SelectAll(self, *_args, **_kwargs): | |
165 | val = stc_c.wxStyledTextCtrl_SelectAll(self, *_args, **_kwargs) | |
166 | return val | |
167 | def SetSavePoint(self, *_args, **_kwargs): | |
168 | val = stc_c.wxStyledTextCtrl_SetSavePoint(self, *_args, **_kwargs) | |
169 | return val | |
170 | def GetStyledText(self, *_args, **_kwargs): | |
171 | val = stc_c.wxStyledTextCtrl_GetStyledText(self, *_args, **_kwargs) | |
172 | return val | |
173 | def CanRedo(self, *_args, **_kwargs): | |
174 | val = stc_c.wxStyledTextCtrl_CanRedo(self, *_args, **_kwargs) | |
175 | return val | |
176 | def MarkerLineFromHandle(self, *_args, **_kwargs): | |
177 | val = stc_c.wxStyledTextCtrl_MarkerLineFromHandle(self, *_args, **_kwargs) | |
178 | return val | |
179 | def MarkerDeleteHandle(self, *_args, **_kwargs): | |
180 | val = stc_c.wxStyledTextCtrl_MarkerDeleteHandle(self, *_args, **_kwargs) | |
181 | return val | |
182 | def GetUndoCollection(self, *_args, **_kwargs): | |
183 | val = stc_c.wxStyledTextCtrl_GetUndoCollection(self, *_args, **_kwargs) | |
184 | return val | |
185 | def GetViewWhiteSpace(self, *_args, **_kwargs): | |
186 | val = stc_c.wxStyledTextCtrl_GetViewWhiteSpace(self, *_args, **_kwargs) | |
187 | return val | |
188 | def SetViewWhiteSpace(self, *_args, **_kwargs): | |
189 | val = stc_c.wxStyledTextCtrl_SetViewWhiteSpace(self, *_args, **_kwargs) | |
190 | return val | |
191 | def PositionFromPoint(self, *_args, **_kwargs): | |
192 | val = stc_c.wxStyledTextCtrl_PositionFromPoint(self, *_args, **_kwargs) | |
193 | return val | |
194 | def PositionFromPointClose(self, *_args, **_kwargs): | |
195 | val = stc_c.wxStyledTextCtrl_PositionFromPointClose(self, *_args, **_kwargs) | |
196 | return val | |
197 | def GotoLine(self, *_args, **_kwargs): | |
198 | val = stc_c.wxStyledTextCtrl_GotoLine(self, *_args, **_kwargs) | |
199 | return val | |
200 | def GotoPos(self, *_args, **_kwargs): | |
201 | val = stc_c.wxStyledTextCtrl_GotoPos(self, *_args, **_kwargs) | |
202 | return val | |
203 | def SetAnchor(self, *_args, **_kwargs): | |
204 | val = stc_c.wxStyledTextCtrl_SetAnchor(self, *_args, **_kwargs) | |
205 | return val | |
206 | def GetCurLine(self, *_args, **_kwargs): | |
207 | val = stc_c.wxStyledTextCtrl_GetCurLine(self, *_args, **_kwargs) | |
208 | return val | |
209 | def GetEndStyled(self, *_args, **_kwargs): | |
210 | val = stc_c.wxStyledTextCtrl_GetEndStyled(self, *_args, **_kwargs) | |
211 | return val | |
212 | def ConvertEOLs(self, *_args, **_kwargs): | |
213 | val = stc_c.wxStyledTextCtrl_ConvertEOLs(self, *_args, **_kwargs) | |
214 | return val | |
215 | def GetEOLMode(self, *_args, **_kwargs): | |
216 | val = stc_c.wxStyledTextCtrl_GetEOLMode(self, *_args, **_kwargs) | |
217 | return val | |
218 | def SetEOLMode(self, *_args, **_kwargs): | |
219 | val = stc_c.wxStyledTextCtrl_SetEOLMode(self, *_args, **_kwargs) | |
220 | return val | |
221 | def StartStyling(self, *_args, **_kwargs): | |
222 | val = stc_c.wxStyledTextCtrl_StartStyling(self, *_args, **_kwargs) | |
223 | return val | |
224 | def SetStyling(self, *_args, **_kwargs): | |
225 | val = stc_c.wxStyledTextCtrl_SetStyling(self, *_args, **_kwargs) | |
226 | return val | |
227 | def GetBufferedDraw(self, *_args, **_kwargs): | |
228 | val = stc_c.wxStyledTextCtrl_GetBufferedDraw(self, *_args, **_kwargs) | |
229 | return val | |
230 | def SetBufferedDraw(self, *_args, **_kwargs): | |
231 | val = stc_c.wxStyledTextCtrl_SetBufferedDraw(self, *_args, **_kwargs) | |
232 | return val | |
233 | def SetTabWidth(self, *_args, **_kwargs): | |
234 | val = stc_c.wxStyledTextCtrl_SetTabWidth(self, *_args, **_kwargs) | |
235 | return val | |
236 | def GetTabWidth(self, *_args, **_kwargs): | |
237 | val = stc_c.wxStyledTextCtrl_GetTabWidth(self, *_args, **_kwargs) | |
238 | return val | |
239 | def SetCodePage(self, *_args, **_kwargs): | |
240 | val = stc_c.wxStyledTextCtrl_SetCodePage(self, *_args, **_kwargs) | |
241 | return val | |
242 | def MarkerDefine(self, *_args, **_kwargs): | |
243 | val = stc_c.wxStyledTextCtrl_MarkerDefine(self, *_args, **_kwargs) | |
244 | return val | |
245 | def MarkerSetForeground(self, *_args, **_kwargs): | |
246 | val = stc_c.wxStyledTextCtrl_MarkerSetForeground(self, *_args, **_kwargs) | |
247 | return val | |
248 | def MarkerSetBackground(self, *_args, **_kwargs): | |
249 | val = stc_c.wxStyledTextCtrl_MarkerSetBackground(self, *_args, **_kwargs) | |
250 | return val | |
251 | def MarkerAdd(self, *_args, **_kwargs): | |
252 | val = stc_c.wxStyledTextCtrl_MarkerAdd(self, *_args, **_kwargs) | |
253 | return val | |
254 | def MarkerDelete(self, *_args, **_kwargs): | |
255 | val = stc_c.wxStyledTextCtrl_MarkerDelete(self, *_args, **_kwargs) | |
256 | return val | |
257 | def MarkerDeleteAll(self, *_args, **_kwargs): | |
258 | val = stc_c.wxStyledTextCtrl_MarkerDeleteAll(self, *_args, **_kwargs) | |
259 | return val | |
260 | def MarkerGet(self, *_args, **_kwargs): | |
261 | val = stc_c.wxStyledTextCtrl_MarkerGet(self, *_args, **_kwargs) | |
262 | return val | |
263 | def MarkerNext(self, *_args, **_kwargs): | |
264 | val = stc_c.wxStyledTextCtrl_MarkerNext(self, *_args, **_kwargs) | |
265 | return val | |
266 | def MarkerPrevious(self, *_args, **_kwargs): | |
267 | val = stc_c.wxStyledTextCtrl_MarkerPrevious(self, *_args, **_kwargs) | |
268 | return val | |
269 | def MarkerDefineBitmap(self, *_args, **_kwargs): | |
270 | val = stc_c.wxStyledTextCtrl_MarkerDefineBitmap(self, *_args, **_kwargs) | |
271 | return val | |
272 | def SetMarginType(self, *_args, **_kwargs): | |
273 | val = stc_c.wxStyledTextCtrl_SetMarginType(self, *_args, **_kwargs) | |
274 | return val | |
275 | def GetMarginType(self, *_args, **_kwargs): | |
276 | val = stc_c.wxStyledTextCtrl_GetMarginType(self, *_args, **_kwargs) | |
277 | return val | |
278 | def SetMarginWidth(self, *_args, **_kwargs): | |
279 | val = stc_c.wxStyledTextCtrl_SetMarginWidth(self, *_args, **_kwargs) | |
280 | return val | |
281 | def GetMarginWidth(self, *_args, **_kwargs): | |
282 | val = stc_c.wxStyledTextCtrl_GetMarginWidth(self, *_args, **_kwargs) | |
283 | return val | |
284 | def SetMarginMask(self, *_args, **_kwargs): | |
285 | val = stc_c.wxStyledTextCtrl_SetMarginMask(self, *_args, **_kwargs) | |
286 | return val | |
287 | def GetMarginMask(self, *_args, **_kwargs): | |
288 | val = stc_c.wxStyledTextCtrl_GetMarginMask(self, *_args, **_kwargs) | |
289 | return val | |
290 | def SetMarginSensitive(self, *_args, **_kwargs): | |
291 | val = stc_c.wxStyledTextCtrl_SetMarginSensitive(self, *_args, **_kwargs) | |
292 | return val | |
293 | def GetMarginSensitive(self, *_args, **_kwargs): | |
294 | val = stc_c.wxStyledTextCtrl_GetMarginSensitive(self, *_args, **_kwargs) | |
295 | return val | |
296 | def StyleClearAll(self, *_args, **_kwargs): | |
297 | val = stc_c.wxStyledTextCtrl_StyleClearAll(self, *_args, **_kwargs) | |
298 | return val | |
299 | def StyleSetForeground(self, *_args, **_kwargs): | |
300 | val = stc_c.wxStyledTextCtrl_StyleSetForeground(self, *_args, **_kwargs) | |
301 | return val | |
302 | def StyleSetBackground(self, *_args, **_kwargs): | |
303 | val = stc_c.wxStyledTextCtrl_StyleSetBackground(self, *_args, **_kwargs) | |
304 | return val | |
305 | def StyleSetBold(self, *_args, **_kwargs): | |
306 | val = stc_c.wxStyledTextCtrl_StyleSetBold(self, *_args, **_kwargs) | |
307 | return val | |
308 | def StyleSetItalic(self, *_args, **_kwargs): | |
309 | val = stc_c.wxStyledTextCtrl_StyleSetItalic(self, *_args, **_kwargs) | |
310 | return val | |
311 | def StyleSetSize(self, *_args, **_kwargs): | |
312 | val = stc_c.wxStyledTextCtrl_StyleSetSize(self, *_args, **_kwargs) | |
313 | return val | |
314 | def StyleSetFaceName(self, *_args, **_kwargs): | |
315 | val = stc_c.wxStyledTextCtrl_StyleSetFaceName(self, *_args, **_kwargs) | |
316 | return val | |
317 | def StyleSetEOLFilled(self, *_args, **_kwargs): | |
318 | val = stc_c.wxStyledTextCtrl_StyleSetEOLFilled(self, *_args, **_kwargs) | |
319 | return val | |
320 | def StyleResetDefault(self, *_args, **_kwargs): | |
321 | val = stc_c.wxStyledTextCtrl_StyleResetDefault(self, *_args, **_kwargs) | |
322 | return val | |
323 | def StyleSetUnderline(self, *_args, **_kwargs): | |
324 | val = stc_c.wxStyledTextCtrl_StyleSetUnderline(self, *_args, **_kwargs) | |
325 | return val | |
326 | def StyleSetCase(self, *_args, **_kwargs): | |
327 | val = stc_c.wxStyledTextCtrl_StyleSetCase(self, *_args, **_kwargs) | |
328 | return val | |
329 | def StyleSetCharacterSet(self, *_args, **_kwargs): | |
330 | val = stc_c.wxStyledTextCtrl_StyleSetCharacterSet(self, *_args, **_kwargs) | |
331 | return val | |
332 | def StyleSetHotSpot(self, *_args, **_kwargs): | |
333 | val = stc_c.wxStyledTextCtrl_StyleSetHotSpot(self, *_args, **_kwargs) | |
334 | return val | |
335 | def SetSelForeground(self, *_args, **_kwargs): | |
336 | val = stc_c.wxStyledTextCtrl_SetSelForeground(self, *_args, **_kwargs) | |
337 | return val | |
338 | def SetSelBackground(self, *_args, **_kwargs): | |
339 | val = stc_c.wxStyledTextCtrl_SetSelBackground(self, *_args, **_kwargs) | |
340 | return val | |
341 | def SetCaretForeground(self, *_args, **_kwargs): | |
342 | val = stc_c.wxStyledTextCtrl_SetCaretForeground(self, *_args, **_kwargs) | |
343 | return val | |
344 | def CmdKeyAssign(self, *_args, **_kwargs): | |
345 | val = stc_c.wxStyledTextCtrl_CmdKeyAssign(self, *_args, **_kwargs) | |
346 | return val | |
347 | def CmdKeyClear(self, *_args, **_kwargs): | |
348 | val = stc_c.wxStyledTextCtrl_CmdKeyClear(self, *_args, **_kwargs) | |
349 | return val | |
350 | def CmdKeyClearAll(self, *_args, **_kwargs): | |
351 | val = stc_c.wxStyledTextCtrl_CmdKeyClearAll(self, *_args, **_kwargs) | |
352 | return val | |
353 | def SetStyleBytes(self, *_args, **_kwargs): | |
354 | val = stc_c.wxStyledTextCtrl_SetStyleBytes(self, *_args, **_kwargs) | |
355 | return val | |
356 | def StyleSetVisible(self, *_args, **_kwargs): | |
357 | val = stc_c.wxStyledTextCtrl_StyleSetVisible(self, *_args, **_kwargs) | |
358 | return val | |
359 | def GetCaretPeriod(self, *_args, **_kwargs): | |
360 | val = stc_c.wxStyledTextCtrl_GetCaretPeriod(self, *_args, **_kwargs) | |
361 | return val | |
362 | def SetCaretPeriod(self, *_args, **_kwargs): | |
363 | val = stc_c.wxStyledTextCtrl_SetCaretPeriod(self, *_args, **_kwargs) | |
364 | return val | |
365 | def SetWordChars(self, *_args, **_kwargs): | |
366 | val = stc_c.wxStyledTextCtrl_SetWordChars(self, *_args, **_kwargs) | |
367 | return val | |
368 | def BeginUndoAction(self, *_args, **_kwargs): | |
369 | val = stc_c.wxStyledTextCtrl_BeginUndoAction(self, *_args, **_kwargs) | |
370 | return val | |
371 | def EndUndoAction(self, *_args, **_kwargs): | |
372 | val = stc_c.wxStyledTextCtrl_EndUndoAction(self, *_args, **_kwargs) | |
373 | return val | |
374 | def IndicatorSetStyle(self, *_args, **_kwargs): | |
375 | val = stc_c.wxStyledTextCtrl_IndicatorSetStyle(self, *_args, **_kwargs) | |
376 | return val | |
377 | def IndicatorGetStyle(self, *_args, **_kwargs): | |
378 | val = stc_c.wxStyledTextCtrl_IndicatorGetStyle(self, *_args, **_kwargs) | |
379 | return val | |
380 | def IndicatorSetForeground(self, *_args, **_kwargs): | |
381 | val = stc_c.wxStyledTextCtrl_IndicatorSetForeground(self, *_args, **_kwargs) | |
382 | return val | |
383 | def IndicatorGetForeground(self, *_args, **_kwargs): | |
384 | val = stc_c.wxStyledTextCtrl_IndicatorGetForeground(self, *_args, **_kwargs) | |
385 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
386 | return val | |
387 | def SetWhitespaceForeground(self, *_args, **_kwargs): | |
388 | val = stc_c.wxStyledTextCtrl_SetWhitespaceForeground(self, *_args, **_kwargs) | |
389 | return val | |
390 | def SetWhitespaceBackground(self, *_args, **_kwargs): | |
391 | val = stc_c.wxStyledTextCtrl_SetWhitespaceBackground(self, *_args, **_kwargs) | |
392 | return val | |
393 | def SetStyleBits(self, *_args, **_kwargs): | |
394 | val = stc_c.wxStyledTextCtrl_SetStyleBits(self, *_args, **_kwargs) | |
395 | return val | |
396 | def GetStyleBits(self, *_args, **_kwargs): | |
397 | val = stc_c.wxStyledTextCtrl_GetStyleBits(self, *_args, **_kwargs) | |
398 | return val | |
399 | def SetLineState(self, *_args, **_kwargs): | |
400 | val = stc_c.wxStyledTextCtrl_SetLineState(self, *_args, **_kwargs) | |
401 | return val | |
402 | def GetLineState(self, *_args, **_kwargs): | |
403 | val = stc_c.wxStyledTextCtrl_GetLineState(self, *_args, **_kwargs) | |
404 | return val | |
405 | def GetMaxLineState(self, *_args, **_kwargs): | |
406 | val = stc_c.wxStyledTextCtrl_GetMaxLineState(self, *_args, **_kwargs) | |
407 | return val | |
408 | def GetCaretLineVisible(self, *_args, **_kwargs): | |
409 | val = stc_c.wxStyledTextCtrl_GetCaretLineVisible(self, *_args, **_kwargs) | |
410 | return val | |
411 | def SetCaretLineVisible(self, *_args, **_kwargs): | |
412 | val = stc_c.wxStyledTextCtrl_SetCaretLineVisible(self, *_args, **_kwargs) | |
413 | return val | |
414 | def GetCaretLineBack(self, *_args, **_kwargs): | |
415 | val = stc_c.wxStyledTextCtrl_GetCaretLineBack(self, *_args, **_kwargs) | |
416 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
417 | return val | |
418 | def SetCaretLineBack(self, *_args, **_kwargs): | |
419 | val = stc_c.wxStyledTextCtrl_SetCaretLineBack(self, *_args, **_kwargs) | |
420 | return val | |
421 | def StyleSetChangeable(self, *_args, **_kwargs): | |
422 | val = stc_c.wxStyledTextCtrl_StyleSetChangeable(self, *_args, **_kwargs) | |
423 | return val | |
424 | def AutoCompShow(self, *_args, **_kwargs): | |
425 | val = stc_c.wxStyledTextCtrl_AutoCompShow(self, *_args, **_kwargs) | |
426 | return val | |
427 | def AutoCompCancel(self, *_args, **_kwargs): | |
428 | val = stc_c.wxStyledTextCtrl_AutoCompCancel(self, *_args, **_kwargs) | |
429 | return val | |
430 | def AutoCompActive(self, *_args, **_kwargs): | |
431 | val = stc_c.wxStyledTextCtrl_AutoCompActive(self, *_args, **_kwargs) | |
432 | return val | |
433 | def AutoCompPosStart(self, *_args, **_kwargs): | |
434 | val = stc_c.wxStyledTextCtrl_AutoCompPosStart(self, *_args, **_kwargs) | |
435 | return val | |
436 | def AutoCompComplete(self, *_args, **_kwargs): | |
437 | val = stc_c.wxStyledTextCtrl_AutoCompComplete(self, *_args, **_kwargs) | |
438 | return val | |
439 | def AutoCompStops(self, *_args, **_kwargs): | |
440 | val = stc_c.wxStyledTextCtrl_AutoCompStops(self, *_args, **_kwargs) | |
441 | return val | |
442 | def AutoCompSetSeparator(self, *_args, **_kwargs): | |
443 | val = stc_c.wxStyledTextCtrl_AutoCompSetSeparator(self, *_args, **_kwargs) | |
444 | return val | |
445 | def AutoCompGetSeparator(self, *_args, **_kwargs): | |
446 | val = stc_c.wxStyledTextCtrl_AutoCompGetSeparator(self, *_args, **_kwargs) | |
447 | return val | |
448 | def AutoCompSelect(self, *_args, **_kwargs): | |
449 | val = stc_c.wxStyledTextCtrl_AutoCompSelect(self, *_args, **_kwargs) | |
450 | return val | |
451 | def AutoCompSetCancelAtStart(self, *_args, **_kwargs): | |
452 | val = stc_c.wxStyledTextCtrl_AutoCompSetCancelAtStart(self, *_args, **_kwargs) | |
453 | return val | |
454 | def AutoCompGetCancelAtStart(self, *_args, **_kwargs): | |
455 | val = stc_c.wxStyledTextCtrl_AutoCompGetCancelAtStart(self, *_args, **_kwargs) | |
456 | return val | |
457 | def AutoCompSetFillUps(self, *_args, **_kwargs): | |
458 | val = stc_c.wxStyledTextCtrl_AutoCompSetFillUps(self, *_args, **_kwargs) | |
459 | return val | |
460 | def AutoCompSetChooseSingle(self, *_args, **_kwargs): | |
461 | val = stc_c.wxStyledTextCtrl_AutoCompSetChooseSingle(self, *_args, **_kwargs) | |
462 | return val | |
463 | def AutoCompGetChooseSingle(self, *_args, **_kwargs): | |
464 | val = stc_c.wxStyledTextCtrl_AutoCompGetChooseSingle(self, *_args, **_kwargs) | |
465 | return val | |
466 | def AutoCompSetIgnoreCase(self, *_args, **_kwargs): | |
467 | val = stc_c.wxStyledTextCtrl_AutoCompSetIgnoreCase(self, *_args, **_kwargs) | |
468 | return val | |
469 | def AutoCompGetIgnoreCase(self, *_args, **_kwargs): | |
470 | val = stc_c.wxStyledTextCtrl_AutoCompGetIgnoreCase(self, *_args, **_kwargs) | |
471 | return val | |
472 | def UserListShow(self, *_args, **_kwargs): | |
473 | val = stc_c.wxStyledTextCtrl_UserListShow(self, *_args, **_kwargs) | |
474 | return val | |
475 | def AutoCompSetAutoHide(self, *_args, **_kwargs): | |
476 | val = stc_c.wxStyledTextCtrl_AutoCompSetAutoHide(self, *_args, **_kwargs) | |
477 | return val | |
478 | def AutoCompGetAutoHide(self, *_args, **_kwargs): | |
479 | val = stc_c.wxStyledTextCtrl_AutoCompGetAutoHide(self, *_args, **_kwargs) | |
480 | return val | |
481 | def AutoCompSetDropRestOfWord(self, *_args, **_kwargs): | |
482 | val = stc_c.wxStyledTextCtrl_AutoCompSetDropRestOfWord(self, *_args, **_kwargs) | |
483 | return val | |
484 | def AutoCompGetDropRestOfWord(self, *_args, **_kwargs): | |
485 | val = stc_c.wxStyledTextCtrl_AutoCompGetDropRestOfWord(self, *_args, **_kwargs) | |
486 | return val | |
487 | def RegisterImage(self, *_args, **_kwargs): | |
488 | val = stc_c.wxStyledTextCtrl_RegisterImage(self, *_args, **_kwargs) | |
489 | return val | |
490 | def ClearRegisteredImages(self, *_args, **_kwargs): | |
491 | val = stc_c.wxStyledTextCtrl_ClearRegisteredImages(self, *_args, **_kwargs) | |
492 | return val | |
493 | def AutoCompGetTypeSeparator(self, *_args, **_kwargs): | |
494 | val = stc_c.wxStyledTextCtrl_AutoCompGetTypeSeparator(self, *_args, **_kwargs) | |
495 | return val | |
496 | def AutoCompSetTypeSeparator(self, *_args, **_kwargs): | |
497 | val = stc_c.wxStyledTextCtrl_AutoCompSetTypeSeparator(self, *_args, **_kwargs) | |
498 | return val | |
499 | def SetIndent(self, *_args, **_kwargs): | |
500 | val = stc_c.wxStyledTextCtrl_SetIndent(self, *_args, **_kwargs) | |
501 | return val | |
502 | def GetIndent(self, *_args, **_kwargs): | |
503 | val = stc_c.wxStyledTextCtrl_GetIndent(self, *_args, **_kwargs) | |
504 | return val | |
505 | def SetUseTabs(self, *_args, **_kwargs): | |
506 | val = stc_c.wxStyledTextCtrl_SetUseTabs(self, *_args, **_kwargs) | |
507 | return val | |
508 | def GetUseTabs(self, *_args, **_kwargs): | |
509 | val = stc_c.wxStyledTextCtrl_GetUseTabs(self, *_args, **_kwargs) | |
510 | return val | |
511 | def SetLineIndentation(self, *_args, **_kwargs): | |
512 | val = stc_c.wxStyledTextCtrl_SetLineIndentation(self, *_args, **_kwargs) | |
513 | return val | |
514 | def GetLineIndentation(self, *_args, **_kwargs): | |
515 | val = stc_c.wxStyledTextCtrl_GetLineIndentation(self, *_args, **_kwargs) | |
516 | return val | |
517 | def GetLineIndentPosition(self, *_args, **_kwargs): | |
518 | val = stc_c.wxStyledTextCtrl_GetLineIndentPosition(self, *_args, **_kwargs) | |
519 | return val | |
520 | def GetColumn(self, *_args, **_kwargs): | |
521 | val = stc_c.wxStyledTextCtrl_GetColumn(self, *_args, **_kwargs) | |
522 | return val | |
523 | def SetUseHorizontalScrollBar(self, *_args, **_kwargs): | |
524 | val = stc_c.wxStyledTextCtrl_SetUseHorizontalScrollBar(self, *_args, **_kwargs) | |
525 | return val | |
526 | def GetUseHorizontalScrollBar(self, *_args, **_kwargs): | |
527 | val = stc_c.wxStyledTextCtrl_GetUseHorizontalScrollBar(self, *_args, **_kwargs) | |
528 | return val | |
529 | def SetIndentationGuides(self, *_args, **_kwargs): | |
530 | val = stc_c.wxStyledTextCtrl_SetIndentationGuides(self, *_args, **_kwargs) | |
531 | return val | |
532 | def GetIndentationGuides(self, *_args, **_kwargs): | |
533 | val = stc_c.wxStyledTextCtrl_GetIndentationGuides(self, *_args, **_kwargs) | |
534 | return val | |
535 | def SetHighlightGuide(self, *_args, **_kwargs): | |
536 | val = stc_c.wxStyledTextCtrl_SetHighlightGuide(self, *_args, **_kwargs) | |
537 | return val | |
538 | def GetHighlightGuide(self, *_args, **_kwargs): | |
539 | val = stc_c.wxStyledTextCtrl_GetHighlightGuide(self, *_args, **_kwargs) | |
540 | return val | |
541 | def GetLineEndPosition(self, *_args, **_kwargs): | |
542 | val = stc_c.wxStyledTextCtrl_GetLineEndPosition(self, *_args, **_kwargs) | |
543 | return val | |
544 | def GetCodePage(self, *_args, **_kwargs): | |
545 | val = stc_c.wxStyledTextCtrl_GetCodePage(self, *_args, **_kwargs) | |
546 | return val | |
547 | def GetCaretForeground(self, *_args, **_kwargs): | |
548 | val = stc_c.wxStyledTextCtrl_GetCaretForeground(self, *_args, **_kwargs) | |
549 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
550 | return val | |
551 | def GetReadOnly(self, *_args, **_kwargs): | |
552 | val = stc_c.wxStyledTextCtrl_GetReadOnly(self, *_args, **_kwargs) | |
553 | return val | |
554 | def SetCurrentPos(self, *_args, **_kwargs): | |
555 | val = stc_c.wxStyledTextCtrl_SetCurrentPos(self, *_args, **_kwargs) | |
556 | return val | |
557 | def SetSelectionStart(self, *_args, **_kwargs): | |
558 | val = stc_c.wxStyledTextCtrl_SetSelectionStart(self, *_args, **_kwargs) | |
559 | return val | |
560 | def GetSelectionStart(self, *_args, **_kwargs): | |
561 | val = stc_c.wxStyledTextCtrl_GetSelectionStart(self, *_args, **_kwargs) | |
562 | return val | |
563 | def SetSelectionEnd(self, *_args, **_kwargs): | |
564 | val = stc_c.wxStyledTextCtrl_SetSelectionEnd(self, *_args, **_kwargs) | |
565 | return val | |
566 | def GetSelectionEnd(self, *_args, **_kwargs): | |
567 | val = stc_c.wxStyledTextCtrl_GetSelectionEnd(self, *_args, **_kwargs) | |
568 | return val | |
569 | def SetPrintMagnification(self, *_args, **_kwargs): | |
570 | val = stc_c.wxStyledTextCtrl_SetPrintMagnification(self, *_args, **_kwargs) | |
571 | return val | |
572 | def GetPrintMagnification(self, *_args, **_kwargs): | |
573 | val = stc_c.wxStyledTextCtrl_GetPrintMagnification(self, *_args, **_kwargs) | |
574 | return val | |
575 | def SetPrintColourMode(self, *_args, **_kwargs): | |
576 | val = stc_c.wxStyledTextCtrl_SetPrintColourMode(self, *_args, **_kwargs) | |
577 | return val | |
578 | def GetPrintColourMode(self, *_args, **_kwargs): | |
579 | val = stc_c.wxStyledTextCtrl_GetPrintColourMode(self, *_args, **_kwargs) | |
580 | return val | |
581 | def FindText(self, *_args, **_kwargs): | |
582 | val = stc_c.wxStyledTextCtrl_FindText(self, *_args, **_kwargs) | |
583 | return val | |
584 | def FormatRange(self, *_args, **_kwargs): | |
585 | val = stc_c.wxStyledTextCtrl_FormatRange(self, *_args, **_kwargs) | |
586 | return val | |
587 | def GetFirstVisibleLine(self, *_args, **_kwargs): | |
588 | val = stc_c.wxStyledTextCtrl_GetFirstVisibleLine(self, *_args, **_kwargs) | |
589 | return val | |
590 | def GetLine(self, *_args, **_kwargs): | |
591 | val = stc_c.wxStyledTextCtrl_GetLine(self, *_args, **_kwargs) | |
592 | return val | |
593 | def GetLineCount(self, *_args, **_kwargs): | |
594 | val = stc_c.wxStyledTextCtrl_GetLineCount(self, *_args, **_kwargs) | |
595 | return val | |
596 | def SetMarginLeft(self, *_args, **_kwargs): | |
597 | val = stc_c.wxStyledTextCtrl_SetMarginLeft(self, *_args, **_kwargs) | |
598 | return val | |
599 | def GetMarginLeft(self, *_args, **_kwargs): | |
600 | val = stc_c.wxStyledTextCtrl_GetMarginLeft(self, *_args, **_kwargs) | |
601 | return val | |
602 | def SetMarginRight(self, *_args, **_kwargs): | |
603 | val = stc_c.wxStyledTextCtrl_SetMarginRight(self, *_args, **_kwargs) | |
604 | return val | |
605 | def GetMarginRight(self, *_args, **_kwargs): | |
606 | val = stc_c.wxStyledTextCtrl_GetMarginRight(self, *_args, **_kwargs) | |
607 | return val | |
608 | def GetModify(self, *_args, **_kwargs): | |
609 | val = stc_c.wxStyledTextCtrl_GetModify(self, *_args, **_kwargs) | |
610 | return val | |
611 | def SetSelection(self, *_args, **_kwargs): | |
612 | val = stc_c.wxStyledTextCtrl_SetSelection(self, *_args, **_kwargs) | |
613 | return val | |
614 | def GetSelectedText(self, *_args, **_kwargs): | |
615 | val = stc_c.wxStyledTextCtrl_GetSelectedText(self, *_args, **_kwargs) | |
616 | return val | |
617 | def GetTextRange(self, *_args, **_kwargs): | |
618 | val = stc_c.wxStyledTextCtrl_GetTextRange(self, *_args, **_kwargs) | |
619 | return val | |
620 | def HideSelection(self, *_args, **_kwargs): | |
621 | val = stc_c.wxStyledTextCtrl_HideSelection(self, *_args, **_kwargs) | |
622 | return val | |
623 | def LineFromPosition(self, *_args, **_kwargs): | |
624 | val = stc_c.wxStyledTextCtrl_LineFromPosition(self, *_args, **_kwargs) | |
625 | return val | |
626 | def PositionFromLine(self, *_args, **_kwargs): | |
627 | val = stc_c.wxStyledTextCtrl_PositionFromLine(self, *_args, **_kwargs) | |
628 | return val | |
629 | def LineScroll(self, *_args, **_kwargs): | |
630 | val = stc_c.wxStyledTextCtrl_LineScroll(self, *_args, **_kwargs) | |
631 | return val | |
632 | def EnsureCaretVisible(self, *_args, **_kwargs): | |
633 | val = stc_c.wxStyledTextCtrl_EnsureCaretVisible(self, *_args, **_kwargs) | |
634 | return val | |
635 | def ReplaceSelection(self, *_args, **_kwargs): | |
636 | val = stc_c.wxStyledTextCtrl_ReplaceSelection(self, *_args, **_kwargs) | |
637 | return val | |
638 | def SetReadOnly(self, *_args, **_kwargs): | |
639 | val = stc_c.wxStyledTextCtrl_SetReadOnly(self, *_args, **_kwargs) | |
640 | return val | |
641 | def CanPaste(self, *_args, **_kwargs): | |
642 | val = stc_c.wxStyledTextCtrl_CanPaste(self, *_args, **_kwargs) | |
643 | return val | |
644 | def CanUndo(self, *_args, **_kwargs): | |
645 | val = stc_c.wxStyledTextCtrl_CanUndo(self, *_args, **_kwargs) | |
646 | return val | |
647 | def EmptyUndoBuffer(self, *_args, **_kwargs): | |
648 | val = stc_c.wxStyledTextCtrl_EmptyUndoBuffer(self, *_args, **_kwargs) | |
649 | return val | |
650 | def Undo(self, *_args, **_kwargs): | |
651 | val = stc_c.wxStyledTextCtrl_Undo(self, *_args, **_kwargs) | |
652 | return val | |
653 | def Cut(self, *_args, **_kwargs): | |
654 | val = stc_c.wxStyledTextCtrl_Cut(self, *_args, **_kwargs) | |
655 | return val | |
656 | def Copy(self, *_args, **_kwargs): | |
657 | val = stc_c.wxStyledTextCtrl_Copy(self, *_args, **_kwargs) | |
658 | return val | |
659 | def Paste(self, *_args, **_kwargs): | |
660 | val = stc_c.wxStyledTextCtrl_Paste(self, *_args, **_kwargs) | |
661 | return val | |
662 | def Clear(self, *_args, **_kwargs): | |
663 | val = stc_c.wxStyledTextCtrl_Clear(self, *_args, **_kwargs) | |
664 | return val | |
665 | def SetText(self, *_args, **_kwargs): | |
666 | val = stc_c.wxStyledTextCtrl_SetText(self, *_args, **_kwargs) | |
667 | return val | |
668 | def GetText(self, *_args, **_kwargs): | |
669 | val = stc_c.wxStyledTextCtrl_GetText(self, *_args, **_kwargs) | |
670 | return val | |
671 | def GetTextLength(self, *_args, **_kwargs): | |
672 | val = stc_c.wxStyledTextCtrl_GetTextLength(self, *_args, **_kwargs) | |
673 | return val | |
674 | def SetOvertype(self, *_args, **_kwargs): | |
675 | val = stc_c.wxStyledTextCtrl_SetOvertype(self, *_args, **_kwargs) | |
676 | return val | |
677 | def GetOvertype(self, *_args, **_kwargs): | |
678 | val = stc_c.wxStyledTextCtrl_GetOvertype(self, *_args, **_kwargs) | |
679 | return val | |
680 | def SetCaretWidth(self, *_args, **_kwargs): | |
681 | val = stc_c.wxStyledTextCtrl_SetCaretWidth(self, *_args, **_kwargs) | |
682 | return val | |
683 | def GetCaretWidth(self, *_args, **_kwargs): | |
684 | val = stc_c.wxStyledTextCtrl_GetCaretWidth(self, *_args, **_kwargs) | |
685 | return val | |
686 | def SetTargetStart(self, *_args, **_kwargs): | |
687 | val = stc_c.wxStyledTextCtrl_SetTargetStart(self, *_args, **_kwargs) | |
688 | return val | |
689 | def GetTargetStart(self, *_args, **_kwargs): | |
690 | val = stc_c.wxStyledTextCtrl_GetTargetStart(self, *_args, **_kwargs) | |
691 | return val | |
692 | def SetTargetEnd(self, *_args, **_kwargs): | |
693 | val = stc_c.wxStyledTextCtrl_SetTargetEnd(self, *_args, **_kwargs) | |
694 | return val | |
695 | def GetTargetEnd(self, *_args, **_kwargs): | |
696 | val = stc_c.wxStyledTextCtrl_GetTargetEnd(self, *_args, **_kwargs) | |
697 | return val | |
698 | def ReplaceTarget(self, *_args, **_kwargs): | |
699 | val = stc_c.wxStyledTextCtrl_ReplaceTarget(self, *_args, **_kwargs) | |
700 | return val | |
701 | def ReplaceTargetRE(self, *_args, **_kwargs): | |
702 | val = stc_c.wxStyledTextCtrl_ReplaceTargetRE(self, *_args, **_kwargs) | |
703 | return val | |
704 | def SearchInTarget(self, *_args, **_kwargs): | |
705 | val = stc_c.wxStyledTextCtrl_SearchInTarget(self, *_args, **_kwargs) | |
706 | return val | |
707 | def SetSearchFlags(self, *_args, **_kwargs): | |
708 | val = stc_c.wxStyledTextCtrl_SetSearchFlags(self, *_args, **_kwargs) | |
709 | return val | |
710 | def GetSearchFlags(self, *_args, **_kwargs): | |
711 | val = stc_c.wxStyledTextCtrl_GetSearchFlags(self, *_args, **_kwargs) | |
712 | return val | |
713 | def CallTipShow(self, *_args, **_kwargs): | |
714 | val = stc_c.wxStyledTextCtrl_CallTipShow(self, *_args, **_kwargs) | |
715 | return val | |
716 | def CallTipCancel(self, *_args, **_kwargs): | |
717 | val = stc_c.wxStyledTextCtrl_CallTipCancel(self, *_args, **_kwargs) | |
718 | return val | |
719 | def CallTipActive(self, *_args, **_kwargs): | |
720 | val = stc_c.wxStyledTextCtrl_CallTipActive(self, *_args, **_kwargs) | |
721 | return val | |
722 | def CallTipPosAtStart(self, *_args, **_kwargs): | |
723 | val = stc_c.wxStyledTextCtrl_CallTipPosAtStart(self, *_args, **_kwargs) | |
724 | return val | |
725 | def CallTipSetHighlight(self, *_args, **_kwargs): | |
726 | val = stc_c.wxStyledTextCtrl_CallTipSetHighlight(self, *_args, **_kwargs) | |
727 | return val | |
728 | def CallTipSetBackground(self, *_args, **_kwargs): | |
729 | val = stc_c.wxStyledTextCtrl_CallTipSetBackground(self, *_args, **_kwargs) | |
730 | return val | |
731 | def CallTipSetForeground(self, *_args, **_kwargs): | |
732 | val = stc_c.wxStyledTextCtrl_CallTipSetForeground(self, *_args, **_kwargs) | |
733 | return val | |
734 | def CallTipSetForegroundHighlight(self, *_args, **_kwargs): | |
735 | val = stc_c.wxStyledTextCtrl_CallTipSetForegroundHighlight(self, *_args, **_kwargs) | |
736 | return val | |
737 | def VisibleFromDocLine(self, *_args, **_kwargs): | |
738 | val = stc_c.wxStyledTextCtrl_VisibleFromDocLine(self, *_args, **_kwargs) | |
739 | return val | |
740 | def DocLineFromVisible(self, *_args, **_kwargs): | |
741 | val = stc_c.wxStyledTextCtrl_DocLineFromVisible(self, *_args, **_kwargs) | |
742 | return val | |
743 | def SetFoldLevel(self, *_args, **_kwargs): | |
744 | val = stc_c.wxStyledTextCtrl_SetFoldLevel(self, *_args, **_kwargs) | |
745 | return val | |
746 | def GetFoldLevel(self, *_args, **_kwargs): | |
747 | val = stc_c.wxStyledTextCtrl_GetFoldLevel(self, *_args, **_kwargs) | |
748 | return val | |
749 | def GetLastChild(self, *_args, **_kwargs): | |
750 | val = stc_c.wxStyledTextCtrl_GetLastChild(self, *_args, **_kwargs) | |
751 | return val | |
752 | def GetFoldParent(self, *_args, **_kwargs): | |
753 | val = stc_c.wxStyledTextCtrl_GetFoldParent(self, *_args, **_kwargs) | |
754 | return val | |
755 | def ShowLines(self, *_args, **_kwargs): | |
756 | val = stc_c.wxStyledTextCtrl_ShowLines(self, *_args, **_kwargs) | |
757 | return val | |
758 | def HideLines(self, *_args, **_kwargs): | |
759 | val = stc_c.wxStyledTextCtrl_HideLines(self, *_args, **_kwargs) | |
760 | return val | |
761 | def GetLineVisible(self, *_args, **_kwargs): | |
762 | val = stc_c.wxStyledTextCtrl_GetLineVisible(self, *_args, **_kwargs) | |
763 | return val | |
764 | def SetFoldExpanded(self, *_args, **_kwargs): | |
765 | val = stc_c.wxStyledTextCtrl_SetFoldExpanded(self, *_args, **_kwargs) | |
766 | return val | |
767 | def GetFoldExpanded(self, *_args, **_kwargs): | |
768 | val = stc_c.wxStyledTextCtrl_GetFoldExpanded(self, *_args, **_kwargs) | |
769 | return val | |
770 | def ToggleFold(self, *_args, **_kwargs): | |
771 | val = stc_c.wxStyledTextCtrl_ToggleFold(self, *_args, **_kwargs) | |
772 | return val | |
773 | def EnsureVisible(self, *_args, **_kwargs): | |
774 | val = stc_c.wxStyledTextCtrl_EnsureVisible(self, *_args, **_kwargs) | |
775 | return val | |
776 | def SetFoldFlags(self, *_args, **_kwargs): | |
777 | val = stc_c.wxStyledTextCtrl_SetFoldFlags(self, *_args, **_kwargs) | |
778 | return val | |
779 | def EnsureVisibleEnforcePolicy(self, *_args, **_kwargs): | |
780 | val = stc_c.wxStyledTextCtrl_EnsureVisibleEnforcePolicy(self, *_args, **_kwargs) | |
781 | return val | |
782 | def SetTabIndents(self, *_args, **_kwargs): | |
783 | val = stc_c.wxStyledTextCtrl_SetTabIndents(self, *_args, **_kwargs) | |
784 | return val | |
785 | def GetTabIndents(self, *_args, **_kwargs): | |
786 | val = stc_c.wxStyledTextCtrl_GetTabIndents(self, *_args, **_kwargs) | |
787 | return val | |
788 | def SetBackSpaceUnIndents(self, *_args, **_kwargs): | |
789 | val = stc_c.wxStyledTextCtrl_SetBackSpaceUnIndents(self, *_args, **_kwargs) | |
790 | return val | |
791 | def GetBackSpaceUnIndents(self, *_args, **_kwargs): | |
792 | val = stc_c.wxStyledTextCtrl_GetBackSpaceUnIndents(self, *_args, **_kwargs) | |
793 | return val | |
794 | def SetMouseDwellTime(self, *_args, **_kwargs): | |
795 | val = stc_c.wxStyledTextCtrl_SetMouseDwellTime(self, *_args, **_kwargs) | |
796 | return val | |
797 | def GetMouseDwellTime(self, *_args, **_kwargs): | |
798 | val = stc_c.wxStyledTextCtrl_GetMouseDwellTime(self, *_args, **_kwargs) | |
799 | return val | |
800 | def WordStartPosition(self, *_args, **_kwargs): | |
801 | val = stc_c.wxStyledTextCtrl_WordStartPosition(self, *_args, **_kwargs) | |
802 | return val | |
803 | def WordEndPosition(self, *_args, **_kwargs): | |
804 | val = stc_c.wxStyledTextCtrl_WordEndPosition(self, *_args, **_kwargs) | |
805 | return val | |
806 | def SetWrapMode(self, *_args, **_kwargs): | |
807 | val = stc_c.wxStyledTextCtrl_SetWrapMode(self, *_args, **_kwargs) | |
808 | return val | |
809 | def GetWrapMode(self, *_args, **_kwargs): | |
810 | val = stc_c.wxStyledTextCtrl_GetWrapMode(self, *_args, **_kwargs) | |
811 | return val | |
812 | def SetLayoutCache(self, *_args, **_kwargs): | |
813 | val = stc_c.wxStyledTextCtrl_SetLayoutCache(self, *_args, **_kwargs) | |
814 | return val | |
815 | def GetLayoutCache(self, *_args, **_kwargs): | |
816 | val = stc_c.wxStyledTextCtrl_GetLayoutCache(self, *_args, **_kwargs) | |
817 | return val | |
818 | def SetScrollWidth(self, *_args, **_kwargs): | |
819 | val = stc_c.wxStyledTextCtrl_SetScrollWidth(self, *_args, **_kwargs) | |
820 | return val | |
821 | def GetScrollWidth(self, *_args, **_kwargs): | |
822 | val = stc_c.wxStyledTextCtrl_GetScrollWidth(self, *_args, **_kwargs) | |
823 | return val | |
824 | def TextWidth(self, *_args, **_kwargs): | |
825 | val = stc_c.wxStyledTextCtrl_TextWidth(self, *_args, **_kwargs) | |
826 | return val | |
827 | def SetEndAtLastLine(self, *_args, **_kwargs): | |
828 | val = stc_c.wxStyledTextCtrl_SetEndAtLastLine(self, *_args, **_kwargs) | |
829 | return val | |
830 | def GetEndAtLastLine(self, *_args, **_kwargs): | |
831 | val = stc_c.wxStyledTextCtrl_GetEndAtLastLine(self, *_args, **_kwargs) | |
832 | return val | |
833 | def TextHeight(self, *_args, **_kwargs): | |
834 | val = stc_c.wxStyledTextCtrl_TextHeight(self, *_args, **_kwargs) | |
835 | return val | |
836 | def SetUseVerticalScrollBar(self, *_args, **_kwargs): | |
837 | val = stc_c.wxStyledTextCtrl_SetUseVerticalScrollBar(self, *_args, **_kwargs) | |
838 | return val | |
839 | def GetUseVerticalScrollBar(self, *_args, **_kwargs): | |
840 | val = stc_c.wxStyledTextCtrl_GetUseVerticalScrollBar(self, *_args, **_kwargs) | |
841 | return val | |
842 | def AppendText(self, *_args, **_kwargs): | |
843 | val = stc_c.wxStyledTextCtrl_AppendText(self, *_args, **_kwargs) | |
844 | return val | |
845 | def GetTwoPhaseDraw(self, *_args, **_kwargs): | |
846 | val = stc_c.wxStyledTextCtrl_GetTwoPhaseDraw(self, *_args, **_kwargs) | |
847 | return val | |
848 | def SetTwoPhaseDraw(self, *_args, **_kwargs): | |
849 | val = stc_c.wxStyledTextCtrl_SetTwoPhaseDraw(self, *_args, **_kwargs) | |
850 | return val | |
851 | def TargetFromSelection(self, *_args, **_kwargs): | |
852 | val = stc_c.wxStyledTextCtrl_TargetFromSelection(self, *_args, **_kwargs) | |
853 | return val | |
854 | def LinesJoin(self, *_args, **_kwargs): | |
855 | val = stc_c.wxStyledTextCtrl_LinesJoin(self, *_args, **_kwargs) | |
856 | return val | |
857 | def LinesSplit(self, *_args, **_kwargs): | |
858 | val = stc_c.wxStyledTextCtrl_LinesSplit(self, *_args, **_kwargs) | |
859 | return val | |
860 | def SetFoldMarginColour(self, *_args, **_kwargs): | |
861 | val = stc_c.wxStyledTextCtrl_SetFoldMarginColour(self, *_args, **_kwargs) | |
862 | return val | |
863 | def SetFoldMarginHiColour(self, *_args, **_kwargs): | |
864 | val = stc_c.wxStyledTextCtrl_SetFoldMarginHiColour(self, *_args, **_kwargs) | |
865 | return val | |
866 | def LineDuplicate(self, *_args, **_kwargs): | |
867 | val = stc_c.wxStyledTextCtrl_LineDuplicate(self, *_args, **_kwargs) | |
868 | return val | |
869 | def HomeDisplay(self, *_args, **_kwargs): | |
870 | val = stc_c.wxStyledTextCtrl_HomeDisplay(self, *_args, **_kwargs) | |
871 | return val | |
872 | def HomeDisplayExtend(self, *_args, **_kwargs): | |
873 | val = stc_c.wxStyledTextCtrl_HomeDisplayExtend(self, *_args, **_kwargs) | |
874 | return val | |
875 | def LineEndDisplay(self, *_args, **_kwargs): | |
876 | val = stc_c.wxStyledTextCtrl_LineEndDisplay(self, *_args, **_kwargs) | |
877 | return val | |
878 | def LineEndDisplayExtend(self, *_args, **_kwargs): | |
879 | val = stc_c.wxStyledTextCtrl_LineEndDisplayExtend(self, *_args, **_kwargs) | |
880 | return val | |
881 | def LineCopy(self, *_args, **_kwargs): | |
882 | val = stc_c.wxStyledTextCtrl_LineCopy(self, *_args, **_kwargs) | |
883 | return val | |
884 | def MoveCaretInsideView(self, *_args, **_kwargs): | |
885 | val = stc_c.wxStyledTextCtrl_MoveCaretInsideView(self, *_args, **_kwargs) | |
886 | return val | |
887 | def LineLength(self, *_args, **_kwargs): | |
888 | val = stc_c.wxStyledTextCtrl_LineLength(self, *_args, **_kwargs) | |
889 | return val | |
890 | def BraceHighlight(self, *_args, **_kwargs): | |
891 | val = stc_c.wxStyledTextCtrl_BraceHighlight(self, *_args, **_kwargs) | |
892 | return val | |
893 | def BraceBadLight(self, *_args, **_kwargs): | |
894 | val = stc_c.wxStyledTextCtrl_BraceBadLight(self, *_args, **_kwargs) | |
895 | return val | |
896 | def BraceMatch(self, *_args, **_kwargs): | |
897 | val = stc_c.wxStyledTextCtrl_BraceMatch(self, *_args, **_kwargs) | |
898 | return val | |
899 | def GetViewEOL(self, *_args, **_kwargs): | |
900 | val = stc_c.wxStyledTextCtrl_GetViewEOL(self, *_args, **_kwargs) | |
901 | return val | |
902 | def SetViewEOL(self, *_args, **_kwargs): | |
903 | val = stc_c.wxStyledTextCtrl_SetViewEOL(self, *_args, **_kwargs) | |
904 | return val | |
905 | def GetDocPointer(self, *_args, **_kwargs): | |
906 | val = stc_c.wxStyledTextCtrl_GetDocPointer(self, *_args, **_kwargs) | |
907 | return val | |
908 | def SetDocPointer(self, *_args, **_kwargs): | |
909 | val = stc_c.wxStyledTextCtrl_SetDocPointer(self, *_args, **_kwargs) | |
910 | return val | |
911 | def SetModEventMask(self, *_args, **_kwargs): | |
912 | val = stc_c.wxStyledTextCtrl_SetModEventMask(self, *_args, **_kwargs) | |
913 | return val | |
914 | def GetEdgeColumn(self, *_args, **_kwargs): | |
915 | val = stc_c.wxStyledTextCtrl_GetEdgeColumn(self, *_args, **_kwargs) | |
916 | return val | |
917 | def SetEdgeColumn(self, *_args, **_kwargs): | |
918 | val = stc_c.wxStyledTextCtrl_SetEdgeColumn(self, *_args, **_kwargs) | |
919 | return val | |
920 | def GetEdgeMode(self, *_args, **_kwargs): | |
921 | val = stc_c.wxStyledTextCtrl_GetEdgeMode(self, *_args, **_kwargs) | |
922 | return val | |
923 | def SetEdgeMode(self, *_args, **_kwargs): | |
924 | val = stc_c.wxStyledTextCtrl_SetEdgeMode(self, *_args, **_kwargs) | |
925 | return val | |
926 | def GetEdgeColour(self, *_args, **_kwargs): | |
927 | val = stc_c.wxStyledTextCtrl_GetEdgeColour(self, *_args, **_kwargs) | |
928 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
929 | return val | |
930 | def SetEdgeColour(self, *_args, **_kwargs): | |
931 | val = stc_c.wxStyledTextCtrl_SetEdgeColour(self, *_args, **_kwargs) | |
932 | return val | |
933 | def SearchAnchor(self, *_args, **_kwargs): | |
934 | val = stc_c.wxStyledTextCtrl_SearchAnchor(self, *_args, **_kwargs) | |
935 | return val | |
936 | def SearchNext(self, *_args, **_kwargs): | |
937 | val = stc_c.wxStyledTextCtrl_SearchNext(self, *_args, **_kwargs) | |
938 | return val | |
939 | def SearchPrev(self, *_args, **_kwargs): | |
940 | val = stc_c.wxStyledTextCtrl_SearchPrev(self, *_args, **_kwargs) | |
941 | return val | |
942 | def LinesOnScreen(self, *_args, **_kwargs): | |
943 | val = stc_c.wxStyledTextCtrl_LinesOnScreen(self, *_args, **_kwargs) | |
944 | return val | |
945 | def UsePopUp(self, *_args, **_kwargs): | |
946 | val = stc_c.wxStyledTextCtrl_UsePopUp(self, *_args, **_kwargs) | |
947 | return val | |
948 | def SelectionIsRectangle(self, *_args, **_kwargs): | |
949 | val = stc_c.wxStyledTextCtrl_SelectionIsRectangle(self, *_args, **_kwargs) | |
950 | return val | |
951 | def SetZoom(self, *_args, **_kwargs): | |
952 | val = stc_c.wxStyledTextCtrl_SetZoom(self, *_args, **_kwargs) | |
953 | return val | |
954 | def GetZoom(self, *_args, **_kwargs): | |
955 | val = stc_c.wxStyledTextCtrl_GetZoom(self, *_args, **_kwargs) | |
956 | return val | |
957 | def CreateDocument(self, *_args, **_kwargs): | |
958 | val = stc_c.wxStyledTextCtrl_CreateDocument(self, *_args, **_kwargs) | |
959 | return val | |
960 | def AddRefDocument(self, *_args, **_kwargs): | |
961 | val = stc_c.wxStyledTextCtrl_AddRefDocument(self, *_args, **_kwargs) | |
962 | return val | |
963 | def ReleaseDocument(self, *_args, **_kwargs): | |
964 | val = stc_c.wxStyledTextCtrl_ReleaseDocument(self, *_args, **_kwargs) | |
965 | return val | |
966 | def GetModEventMask(self, *_args, **_kwargs): | |
967 | val = stc_c.wxStyledTextCtrl_GetModEventMask(self, *_args, **_kwargs) | |
968 | return val | |
969 | def SetSTCFocus(self, *_args, **_kwargs): | |
970 | val = stc_c.wxStyledTextCtrl_SetSTCFocus(self, *_args, **_kwargs) | |
971 | return val | |
972 | def GetSTCFocus(self, *_args, **_kwargs): | |
973 | val = stc_c.wxStyledTextCtrl_GetSTCFocus(self, *_args, **_kwargs) | |
974 | return val | |
975 | def SetStatus(self, *_args, **_kwargs): | |
976 | val = stc_c.wxStyledTextCtrl_SetStatus(self, *_args, **_kwargs) | |
977 | return val | |
978 | def GetStatus(self, *_args, **_kwargs): | |
979 | val = stc_c.wxStyledTextCtrl_GetStatus(self, *_args, **_kwargs) | |
980 | return val | |
981 | def SetMouseDownCaptures(self, *_args, **_kwargs): | |
982 | val = stc_c.wxStyledTextCtrl_SetMouseDownCaptures(self, *_args, **_kwargs) | |
983 | return val | |
984 | def GetMouseDownCaptures(self, *_args, **_kwargs): | |
985 | val = stc_c.wxStyledTextCtrl_GetMouseDownCaptures(self, *_args, **_kwargs) | |
986 | return val | |
987 | def SetSTCCursor(self, *_args, **_kwargs): | |
988 | val = stc_c.wxStyledTextCtrl_SetSTCCursor(self, *_args, **_kwargs) | |
989 | return val | |
990 | def GetSTCCursor(self, *_args, **_kwargs): | |
991 | val = stc_c.wxStyledTextCtrl_GetSTCCursor(self, *_args, **_kwargs) | |
992 | return val | |
993 | def SetControlCharSymbol(self, *_args, **_kwargs): | |
994 | val = stc_c.wxStyledTextCtrl_SetControlCharSymbol(self, *_args, **_kwargs) | |
995 | return val | |
996 | def GetControlCharSymbol(self, *_args, **_kwargs): | |
997 | val = stc_c.wxStyledTextCtrl_GetControlCharSymbol(self, *_args, **_kwargs) | |
998 | return val | |
999 | def WordPartLeft(self, *_args, **_kwargs): | |
1000 | val = stc_c.wxStyledTextCtrl_WordPartLeft(self, *_args, **_kwargs) | |
1001 | return val | |
1002 | def WordPartLeftExtend(self, *_args, **_kwargs): | |
1003 | val = stc_c.wxStyledTextCtrl_WordPartLeftExtend(self, *_args, **_kwargs) | |
1004 | return val | |
1005 | def WordPartRight(self, *_args, **_kwargs): | |
1006 | val = stc_c.wxStyledTextCtrl_WordPartRight(self, *_args, **_kwargs) | |
1007 | return val | |
1008 | def WordPartRightExtend(self, *_args, **_kwargs): | |
1009 | val = stc_c.wxStyledTextCtrl_WordPartRightExtend(self, *_args, **_kwargs) | |
1010 | return val | |
1011 | def SetVisiblePolicy(self, *_args, **_kwargs): | |
1012 | val = stc_c.wxStyledTextCtrl_SetVisiblePolicy(self, *_args, **_kwargs) | |
1013 | return val | |
1014 | def DelLineLeft(self, *_args, **_kwargs): | |
1015 | val = stc_c.wxStyledTextCtrl_DelLineLeft(self, *_args, **_kwargs) | |
1016 | return val | |
1017 | def DelLineRight(self, *_args, **_kwargs): | |
1018 | val = stc_c.wxStyledTextCtrl_DelLineRight(self, *_args, **_kwargs) | |
1019 | return val | |
1020 | def SetXOffset(self, *_args, **_kwargs): | |
1021 | val = stc_c.wxStyledTextCtrl_SetXOffset(self, *_args, **_kwargs) | |
1022 | return val | |
1023 | def GetXOffset(self, *_args, **_kwargs): | |
1024 | val = stc_c.wxStyledTextCtrl_GetXOffset(self, *_args, **_kwargs) | |
1025 | return val | |
1026 | def ChooseCaretX(self, *_args, **_kwargs): | |
1027 | val = stc_c.wxStyledTextCtrl_ChooseCaretX(self, *_args, **_kwargs) | |
1028 | return val | |
1029 | def SetXCaretPolicy(self, *_args, **_kwargs): | |
1030 | val = stc_c.wxStyledTextCtrl_SetXCaretPolicy(self, *_args, **_kwargs) | |
1031 | return val | |
1032 | def SetYCaretPolicy(self, *_args, **_kwargs): | |
1033 | val = stc_c.wxStyledTextCtrl_SetYCaretPolicy(self, *_args, **_kwargs) | |
1034 | return val | |
1035 | def SetPrintWrapMode(self, *_args, **_kwargs): | |
1036 | val = stc_c.wxStyledTextCtrl_SetPrintWrapMode(self, *_args, **_kwargs) | |
1037 | return val | |
1038 | def GetPrintWrapMode(self, *_args, **_kwargs): | |
1039 | val = stc_c.wxStyledTextCtrl_GetPrintWrapMode(self, *_args, **_kwargs) | |
1040 | return val | |
1041 | def SetHotspotActiveForeground(self, *_args, **_kwargs): | |
1042 | val = stc_c.wxStyledTextCtrl_SetHotspotActiveForeground(self, *_args, **_kwargs) | |
1043 | return val | |
1044 | def SetHotspotActiveBackground(self, *_args, **_kwargs): | |
1045 | val = stc_c.wxStyledTextCtrl_SetHotspotActiveBackground(self, *_args, **_kwargs) | |
1046 | return val | |
1047 | def SetHotspotActiveUnderline(self, *_args, **_kwargs): | |
1048 | val = stc_c.wxStyledTextCtrl_SetHotspotActiveUnderline(self, *_args, **_kwargs) | |
1049 | return val | |
1050 | def PositionBefore(self, *_args, **_kwargs): | |
1051 | val = stc_c.wxStyledTextCtrl_PositionBefore(self, *_args, **_kwargs) | |
1052 | return val | |
1053 | def PositionAfter(self, *_args, **_kwargs): | |
1054 | val = stc_c.wxStyledTextCtrl_PositionAfter(self, *_args, **_kwargs) | |
1055 | return val | |
1056 | def CopyRange(self, *_args, **_kwargs): | |
1057 | val = stc_c.wxStyledTextCtrl_CopyRange(self, *_args, **_kwargs) | |
1058 | return val | |
1059 | def CopyText(self, *_args, **_kwargs): | |
1060 | val = stc_c.wxStyledTextCtrl_CopyText(self, *_args, **_kwargs) | |
1061 | return val | |
1062 | def StartRecord(self, *_args, **_kwargs): | |
1063 | val = stc_c.wxStyledTextCtrl_StartRecord(self, *_args, **_kwargs) | |
1064 | return val | |
1065 | def StopRecord(self, *_args, **_kwargs): | |
1066 | val = stc_c.wxStyledTextCtrl_StopRecord(self, *_args, **_kwargs) | |
1067 | return val | |
1068 | def SetLexer(self, *_args, **_kwargs): | |
1069 | val = stc_c.wxStyledTextCtrl_SetLexer(self, *_args, **_kwargs) | |
1070 | return val | |
1071 | def GetLexer(self, *_args, **_kwargs): | |
1072 | val = stc_c.wxStyledTextCtrl_GetLexer(self, *_args, **_kwargs) | |
1073 | return val | |
1074 | def Colourise(self, *_args, **_kwargs): | |
1075 | val = stc_c.wxStyledTextCtrl_Colourise(self, *_args, **_kwargs) | |
1076 | return val | |
1077 | def SetProperty(self, *_args, **_kwargs): | |
1078 | val = stc_c.wxStyledTextCtrl_SetProperty(self, *_args, **_kwargs) | |
1079 | return val | |
1080 | def SetKeyWords(self, *_args, **_kwargs): | |
1081 | val = stc_c.wxStyledTextCtrl_SetKeyWords(self, *_args, **_kwargs) | |
1082 | return val | |
1083 | def SetLexerLanguage(self, *_args, **_kwargs): | |
1084 | val = stc_c.wxStyledTextCtrl_SetLexerLanguage(self, *_args, **_kwargs) | |
1085 | return val | |
1086 | def GetCurrentLine(self, *_args, **_kwargs): | |
1087 | val = stc_c.wxStyledTextCtrl_GetCurrentLine(self, *_args, **_kwargs) | |
1088 | return val | |
1089 | def StyleSetSpec(self, *_args, **_kwargs): | |
1090 | val = stc_c.wxStyledTextCtrl_StyleSetSpec(self, *_args, **_kwargs) | |
1091 | return val | |
1092 | def StyleSetFont(self, *_args, **_kwargs): | |
1093 | val = stc_c.wxStyledTextCtrl_StyleSetFont(self, *_args, **_kwargs) | |
1094 | return val | |
1095 | def StyleSetFontAttr(self, *_args, **_kwargs): | |
1096 | val = stc_c.wxStyledTextCtrl_StyleSetFontAttr(self, *_args, **_kwargs) | |
1097 | return val | |
1098 | def CmdKeyExecute(self, *_args, **_kwargs): | |
1099 | val = stc_c.wxStyledTextCtrl_CmdKeyExecute(self, *_args, **_kwargs) | |
1100 | return val | |
1101 | def SetMargins(self, *_args, **_kwargs): | |
1102 | val = stc_c.wxStyledTextCtrl_SetMargins(self, *_args, **_kwargs) | |
1103 | return val | |
1104 | def GetSelection(self, *_args, **_kwargs): | |
1105 | val = stc_c.wxStyledTextCtrl_GetSelection(self, *_args, **_kwargs) | |
1106 | return val | |
1107 | def PointFromPosition(self, *_args, **_kwargs): | |
1108 | val = stc_c.wxStyledTextCtrl_PointFromPosition(self, *_args, **_kwargs) | |
1109 | if val: val = wxPointPtr(val) ; val.thisown = 1 | |
1110 | return val | |
1111 | def ScrollToLine(self, *_args, **_kwargs): | |
1112 | val = stc_c.wxStyledTextCtrl_ScrollToLine(self, *_args, **_kwargs) | |
1113 | return val | |
1114 | def ScrollToColumn(self, *_args, **_kwargs): | |
1115 | val = stc_c.wxStyledTextCtrl_ScrollToColumn(self, *_args, **_kwargs) | |
1116 | return val | |
1117 | def SendMsg(self, *_args, **_kwargs): | |
1118 | val = stc_c.wxStyledTextCtrl_SendMsg(self, *_args, **_kwargs) | |
1119 | return val | |
1120 | def SetVScrollBar(self, *_args, **_kwargs): | |
1121 | val = stc_c.wxStyledTextCtrl_SetVScrollBar(self, *_args, **_kwargs) | |
1122 | return val | |
1123 | def SetHScrollBar(self, *_args, **_kwargs): | |
1124 | val = stc_c.wxStyledTextCtrl_SetHScrollBar(self, *_args, **_kwargs) | |
1125 | return val | |
1126 | def GetLastKeydownProcessed(self, *_args, **_kwargs): | |
1127 | val = stc_c.wxStyledTextCtrl_GetLastKeydownProcessed(self, *_args, **_kwargs) | |
1128 | return val | |
1129 | def SetLastKeydownProcessed(self, *_args, **_kwargs): | |
1130 | val = stc_c.wxStyledTextCtrl_SetLastKeydownProcessed(self, *_args, **_kwargs) | |
1131 | return val | |
1132 | def SaveFile(self, *_args, **_kwargs): | |
1133 | val = stc_c.wxStyledTextCtrl_SaveFile(self, *_args, **_kwargs) | |
1134 | return val | |
1135 | def LoadFile(self, *_args, **_kwargs): | |
1136 | val = stc_c.wxStyledTextCtrl_LoadFile(self, *_args, **_kwargs) | |
1137 | return val | |
1138 | def DoDragOver(self, *_args, **_kwargs): | |
1139 | val = stc_c.wxStyledTextCtrl_DoDragOver(self, *_args, **_kwargs) | |
1140 | return val | |
1141 | def DoDropText(self, *_args, **_kwargs): | |
1142 | val = stc_c.wxStyledTextCtrl_DoDropText(self, *_args, **_kwargs) | |
1143 | return val | |
1144 | def __repr__(self): | |
1145 | return "<%s.%s instance; proxy of C++ wxStyledTextCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) | |
1146 | class wxStyledTextCtrl(wxStyledTextCtrlPtr): | |
1147 | def __init__(self,*_args,**_kwargs): | |
1148 | self.this = stc_c.new_wxStyledTextCtrl(*_args,**_kwargs) | |
1149 | self.thisown = 1 | |
1150 | self._setOORInfo(self) | |
1151 | ||
1152 | ||
1153 | ||
1154 | ||
1155 | class wxStyledTextEventPtr(wxCommandEventPtr): | |
1156 | def __init__(self,this): | |
1157 | self.this = this | |
1158 | self.thisown = 0 | |
1159 | def __del__(self, delfunc=stc_c.delete_wxStyledTextEvent): | |
1160 | if self.thisown == 1: | |
1161 | try: | |
1162 | delfunc(self) | |
1163 | except: | |
1164 | pass | |
1165 | def SetPosition(self, *_args, **_kwargs): | |
1166 | val = stc_c.wxStyledTextEvent_SetPosition(self, *_args, **_kwargs) | |
1167 | return val | |
1168 | def SetKey(self, *_args, **_kwargs): | |
1169 | val = stc_c.wxStyledTextEvent_SetKey(self, *_args, **_kwargs) | |
1170 | return val | |
1171 | def SetModifiers(self, *_args, **_kwargs): | |
1172 | val = stc_c.wxStyledTextEvent_SetModifiers(self, *_args, **_kwargs) | |
1173 | return val | |
1174 | def SetModificationType(self, *_args, **_kwargs): | |
1175 | val = stc_c.wxStyledTextEvent_SetModificationType(self, *_args, **_kwargs) | |
1176 | return val | |
1177 | def SetText(self, *_args, **_kwargs): | |
1178 | val = stc_c.wxStyledTextEvent_SetText(self, *_args, **_kwargs) | |
1179 | return val | |
1180 | def SetLength(self, *_args, **_kwargs): | |
1181 | val = stc_c.wxStyledTextEvent_SetLength(self, *_args, **_kwargs) | |
1182 | return val | |
1183 | def SetLinesAdded(self, *_args, **_kwargs): | |
1184 | val = stc_c.wxStyledTextEvent_SetLinesAdded(self, *_args, **_kwargs) | |
1185 | return val | |
1186 | def SetLine(self, *_args, **_kwargs): | |
1187 | val = stc_c.wxStyledTextEvent_SetLine(self, *_args, **_kwargs) | |
1188 | return val | |
1189 | def SetFoldLevelNow(self, *_args, **_kwargs): | |
1190 | val = stc_c.wxStyledTextEvent_SetFoldLevelNow(self, *_args, **_kwargs) | |
1191 | return val | |
1192 | def SetFoldLevelPrev(self, *_args, **_kwargs): | |
1193 | val = stc_c.wxStyledTextEvent_SetFoldLevelPrev(self, *_args, **_kwargs) | |
1194 | return val | |
1195 | def SetMargin(self, *_args, **_kwargs): | |
1196 | val = stc_c.wxStyledTextEvent_SetMargin(self, *_args, **_kwargs) | |
1197 | return val | |
1198 | def SetMessage(self, *_args, **_kwargs): | |
1199 | val = stc_c.wxStyledTextEvent_SetMessage(self, *_args, **_kwargs) | |
1200 | return val | |
1201 | def SetWParam(self, *_args, **_kwargs): | |
1202 | val = stc_c.wxStyledTextEvent_SetWParam(self, *_args, **_kwargs) | |
1203 | return val | |
1204 | def SetLParam(self, *_args, **_kwargs): | |
1205 | val = stc_c.wxStyledTextEvent_SetLParam(self, *_args, **_kwargs) | |
1206 | return val | |
1207 | def SetListType(self, *_args, **_kwargs): | |
1208 | val = stc_c.wxStyledTextEvent_SetListType(self, *_args, **_kwargs) | |
1209 | return val | |
1210 | def SetX(self, *_args, **_kwargs): | |
1211 | val = stc_c.wxStyledTextEvent_SetX(self, *_args, **_kwargs) | |
1212 | return val | |
1213 | def SetY(self, *_args, **_kwargs): | |
1214 | val = stc_c.wxStyledTextEvent_SetY(self, *_args, **_kwargs) | |
1215 | return val | |
1216 | def SetDragText(self, *_args, **_kwargs): | |
1217 | val = stc_c.wxStyledTextEvent_SetDragText(self, *_args, **_kwargs) | |
1218 | return val | |
1219 | def SetDragAllowMove(self, *_args, **_kwargs): | |
1220 | val = stc_c.wxStyledTextEvent_SetDragAllowMove(self, *_args, **_kwargs) | |
1221 | return val | |
1222 | def SetDragResult(self, *_args, **_kwargs): | |
1223 | val = stc_c.wxStyledTextEvent_SetDragResult(self, *_args, **_kwargs) | |
1224 | return val | |
1225 | def GetPosition(self, *_args, **_kwargs): | |
1226 | val = stc_c.wxStyledTextEvent_GetPosition(self, *_args, **_kwargs) | |
1227 | return val | |
1228 | def GetKey(self, *_args, **_kwargs): | |
1229 | val = stc_c.wxStyledTextEvent_GetKey(self, *_args, **_kwargs) | |
1230 | return val | |
1231 | def GetModifiers(self, *_args, **_kwargs): | |
1232 | val = stc_c.wxStyledTextEvent_GetModifiers(self, *_args, **_kwargs) | |
1233 | return val | |
1234 | def GetModificationType(self, *_args, **_kwargs): | |
1235 | val = stc_c.wxStyledTextEvent_GetModificationType(self, *_args, **_kwargs) | |
1236 | return val | |
1237 | def GetText(self, *_args, **_kwargs): | |
1238 | val = stc_c.wxStyledTextEvent_GetText(self, *_args, **_kwargs) | |
1239 | return val | |
1240 | def GetLength(self, *_args, **_kwargs): | |
1241 | val = stc_c.wxStyledTextEvent_GetLength(self, *_args, **_kwargs) | |
1242 | return val | |
1243 | def GetLinesAdded(self, *_args, **_kwargs): | |
1244 | val = stc_c.wxStyledTextEvent_GetLinesAdded(self, *_args, **_kwargs) | |
1245 | return val | |
1246 | def GetLine(self, *_args, **_kwargs): | |
1247 | val = stc_c.wxStyledTextEvent_GetLine(self, *_args, **_kwargs) | |
1248 | return val | |
1249 | def GetFoldLevelNow(self, *_args, **_kwargs): | |
1250 | val = stc_c.wxStyledTextEvent_GetFoldLevelNow(self, *_args, **_kwargs) | |
1251 | return val | |
1252 | def GetFoldLevelPrev(self, *_args, **_kwargs): | |
1253 | val = stc_c.wxStyledTextEvent_GetFoldLevelPrev(self, *_args, **_kwargs) | |
1254 | return val | |
1255 | def GetMargin(self, *_args, **_kwargs): | |
1256 | val = stc_c.wxStyledTextEvent_GetMargin(self, *_args, **_kwargs) | |
1257 | return val | |
1258 | def GetMessage(self, *_args, **_kwargs): | |
1259 | val = stc_c.wxStyledTextEvent_GetMessage(self, *_args, **_kwargs) | |
1260 | return val | |
1261 | def GetWParam(self, *_args, **_kwargs): | |
1262 | val = stc_c.wxStyledTextEvent_GetWParam(self, *_args, **_kwargs) | |
1263 | return val | |
1264 | def GetLParam(self, *_args, **_kwargs): | |
1265 | val = stc_c.wxStyledTextEvent_GetLParam(self, *_args, **_kwargs) | |
1266 | return val | |
1267 | def GetListType(self, *_args, **_kwargs): | |
1268 | val = stc_c.wxStyledTextEvent_GetListType(self, *_args, **_kwargs) | |
1269 | return val | |
1270 | def GetX(self, *_args, **_kwargs): | |
1271 | val = stc_c.wxStyledTextEvent_GetX(self, *_args, **_kwargs) | |
1272 | return val | |
1273 | def GetY(self, *_args, **_kwargs): | |
1274 | val = stc_c.wxStyledTextEvent_GetY(self, *_args, **_kwargs) | |
1275 | return val | |
1276 | def GetDragText(self, *_args, **_kwargs): | |
1277 | val = stc_c.wxStyledTextEvent_GetDragText(self, *_args, **_kwargs) | |
1278 | return val | |
1279 | def GetDragAllowMove(self, *_args, **_kwargs): | |
1280 | val = stc_c.wxStyledTextEvent_GetDragAllowMove(self, *_args, **_kwargs) | |
1281 | return val | |
1282 | def GetDragResult(self, *_args, **_kwargs): | |
1283 | val = stc_c.wxStyledTextEvent_GetDragResult(self, *_args, **_kwargs) | |
1284 | return val | |
1285 | def GetShift(self, *_args, **_kwargs): | |
1286 | val = stc_c.wxStyledTextEvent_GetShift(self, *_args, **_kwargs) | |
1287 | return val | |
1288 | def GetControl(self, *_args, **_kwargs): | |
1289 | val = stc_c.wxStyledTextEvent_GetControl(self, *_args, **_kwargs) | |
1290 | return val | |
1291 | def GetAlt(self, *_args, **_kwargs): | |
1292 | val = stc_c.wxStyledTextEvent_GetAlt(self, *_args, **_kwargs) | |
1293 | return val | |
1294 | def Clone(self, *_args, **_kwargs): | |
1295 | val = stc_c.wxStyledTextEvent_Clone(self, *_args, **_kwargs) | |
1296 | if val: val = wxEventPtr(val) | |
1297 | return val | |
1298 | def __repr__(self): | |
1299 | return "<%s.%s instance; proxy of C++ wxStyledTextEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) | |
1300 | class wxStyledTextEvent(wxStyledTextEventPtr): | |
1301 | def __init__(self,*_args,**_kwargs): | |
1302 | self.this = stc_c.new_wxStyledTextEvent(*_args,**_kwargs) | |
1303 | self.thisown = 1 | |
1304 | ||
1305 | ||
1306 | ||
1307 | ||
1308 | ||
1309 | ||
1310 | #-------------- FUNCTION WRAPPERS ------------------ | |
1311 | ||
1312 | ||
1313 | ||
1314 | #-------------- VARIABLE WRAPPERS ------------------ | |
1315 | ||
1316 | STC_USE_DND = stc_c.STC_USE_DND | |
1317 | wxSTC_USE_POPUP = stc_c.wxSTC_USE_POPUP | |
1318 | wxSTC_INVALID_POSITION = stc_c.wxSTC_INVALID_POSITION | |
1319 | wxSTC_START = stc_c.wxSTC_START | |
1320 | wxSTC_OPTIONAL_START = stc_c.wxSTC_OPTIONAL_START | |
1321 | wxSTC_LEXER_START = stc_c.wxSTC_LEXER_START | |
1322 | wxSTC_WS_INVISIBLE = stc_c.wxSTC_WS_INVISIBLE | |
1323 | wxSTC_WS_VISIBLEALWAYS = stc_c.wxSTC_WS_VISIBLEALWAYS | |
1324 | wxSTC_WS_VISIBLEAFTERINDENT = stc_c.wxSTC_WS_VISIBLEAFTERINDENT | |
1325 | wxSTC_EOL_CRLF = stc_c.wxSTC_EOL_CRLF | |
1326 | wxSTC_EOL_CR = stc_c.wxSTC_EOL_CR | |
1327 | wxSTC_EOL_LF = stc_c.wxSTC_EOL_LF | |
1328 | wxSTC_CP_UTF8 = stc_c.wxSTC_CP_UTF8 | |
1329 | wxSTC_CP_DBCS = stc_c.wxSTC_CP_DBCS | |
1330 | wxSTC_MARKER_MAX = stc_c.wxSTC_MARKER_MAX | |
1331 | wxSTC_MARK_CIRCLE = stc_c.wxSTC_MARK_CIRCLE | |
1332 | wxSTC_MARK_ROUNDRECT = stc_c.wxSTC_MARK_ROUNDRECT | |
1333 | wxSTC_MARK_ARROW = stc_c.wxSTC_MARK_ARROW | |
1334 | wxSTC_MARK_SMALLRECT = stc_c.wxSTC_MARK_SMALLRECT | |
1335 | wxSTC_MARK_SHORTARROW = stc_c.wxSTC_MARK_SHORTARROW | |
1336 | wxSTC_MARK_EMPTY = stc_c.wxSTC_MARK_EMPTY | |
1337 | wxSTC_MARK_ARROWDOWN = stc_c.wxSTC_MARK_ARROWDOWN | |
1338 | wxSTC_MARK_MINUS = stc_c.wxSTC_MARK_MINUS | |
1339 | wxSTC_MARK_PLUS = stc_c.wxSTC_MARK_PLUS | |
1340 | wxSTC_MARK_VLINE = stc_c.wxSTC_MARK_VLINE | |
1341 | wxSTC_MARK_LCORNER = stc_c.wxSTC_MARK_LCORNER | |
1342 | wxSTC_MARK_TCORNER = stc_c.wxSTC_MARK_TCORNER | |
1343 | wxSTC_MARK_BOXPLUS = stc_c.wxSTC_MARK_BOXPLUS | |
1344 | wxSTC_MARK_BOXPLUSCONNECTED = stc_c.wxSTC_MARK_BOXPLUSCONNECTED | |
1345 | wxSTC_MARK_BOXMINUS = stc_c.wxSTC_MARK_BOXMINUS | |
1346 | wxSTC_MARK_BOXMINUSCONNECTED = stc_c.wxSTC_MARK_BOXMINUSCONNECTED | |
1347 | wxSTC_MARK_LCORNERCURVE = stc_c.wxSTC_MARK_LCORNERCURVE | |
1348 | wxSTC_MARK_TCORNERCURVE = stc_c.wxSTC_MARK_TCORNERCURVE | |
1349 | wxSTC_MARK_CIRCLEPLUS = stc_c.wxSTC_MARK_CIRCLEPLUS | |
1350 | wxSTC_MARK_CIRCLEPLUSCONNECTED = stc_c.wxSTC_MARK_CIRCLEPLUSCONNECTED | |
1351 | wxSTC_MARK_CIRCLEMINUS = stc_c.wxSTC_MARK_CIRCLEMINUS | |
1352 | wxSTC_MARK_CIRCLEMINUSCONNECTED = stc_c.wxSTC_MARK_CIRCLEMINUSCONNECTED | |
1353 | wxSTC_MARK_BACKGROUND = stc_c.wxSTC_MARK_BACKGROUND | |
1354 | wxSTC_MARK_DOTDOTDOT = stc_c.wxSTC_MARK_DOTDOTDOT | |
1355 | wxSTC_MARK_ARROWS = stc_c.wxSTC_MARK_ARROWS | |
1356 | wxSTC_MARK_PIXMAP = stc_c.wxSTC_MARK_PIXMAP | |
1357 | wxSTC_MARK_CHARACTER = stc_c.wxSTC_MARK_CHARACTER | |
1358 | wxSTC_MARKNUM_FOLDEREND = stc_c.wxSTC_MARKNUM_FOLDEREND | |
1359 | wxSTC_MARKNUM_FOLDEROPENMID = stc_c.wxSTC_MARKNUM_FOLDEROPENMID | |
1360 | wxSTC_MARKNUM_FOLDERMIDTAIL = stc_c.wxSTC_MARKNUM_FOLDERMIDTAIL | |
1361 | wxSTC_MARKNUM_FOLDERTAIL = stc_c.wxSTC_MARKNUM_FOLDERTAIL | |
1362 | wxSTC_MARKNUM_FOLDERSUB = stc_c.wxSTC_MARKNUM_FOLDERSUB | |
1363 | wxSTC_MARKNUM_FOLDER = stc_c.wxSTC_MARKNUM_FOLDER | |
1364 | wxSTC_MARKNUM_FOLDEROPEN = stc_c.wxSTC_MARKNUM_FOLDEROPEN | |
1365 | wxSTC_MASK_FOLDERS = stc_c.wxSTC_MASK_FOLDERS | |
1366 | wxSTC_MARGIN_SYMBOL = stc_c.wxSTC_MARGIN_SYMBOL | |
1367 | wxSTC_MARGIN_NUMBER = stc_c.wxSTC_MARGIN_NUMBER | |
1368 | wxSTC_STYLE_DEFAULT = stc_c.wxSTC_STYLE_DEFAULT | |
1369 | wxSTC_STYLE_LINENUMBER = stc_c.wxSTC_STYLE_LINENUMBER | |
1370 | wxSTC_STYLE_BRACELIGHT = stc_c.wxSTC_STYLE_BRACELIGHT | |
1371 | wxSTC_STYLE_BRACEBAD = stc_c.wxSTC_STYLE_BRACEBAD | |
1372 | wxSTC_STYLE_CONTROLCHAR = stc_c.wxSTC_STYLE_CONTROLCHAR | |
1373 | wxSTC_STYLE_INDENTGUIDE = stc_c.wxSTC_STYLE_INDENTGUIDE | |
1374 | wxSTC_STYLE_LASTPREDEFINED = stc_c.wxSTC_STYLE_LASTPREDEFINED | |
1375 | wxSTC_STYLE_MAX = stc_c.wxSTC_STYLE_MAX | |
1376 | wxSTC_CHARSET_ANSI = stc_c.wxSTC_CHARSET_ANSI | |
1377 | wxSTC_CHARSET_DEFAULT = stc_c.wxSTC_CHARSET_DEFAULT | |
1378 | wxSTC_CHARSET_BALTIC = stc_c.wxSTC_CHARSET_BALTIC | |
1379 | wxSTC_CHARSET_CHINESEBIG5 = stc_c.wxSTC_CHARSET_CHINESEBIG5 | |
1380 | wxSTC_CHARSET_EASTEUROPE = stc_c.wxSTC_CHARSET_EASTEUROPE | |
1381 | wxSTC_CHARSET_GB2312 = stc_c.wxSTC_CHARSET_GB2312 | |
1382 | wxSTC_CHARSET_GREEK = stc_c.wxSTC_CHARSET_GREEK | |
1383 | wxSTC_CHARSET_HANGUL = stc_c.wxSTC_CHARSET_HANGUL | |
1384 | wxSTC_CHARSET_MAC = stc_c.wxSTC_CHARSET_MAC | |
1385 | wxSTC_CHARSET_OEM = stc_c.wxSTC_CHARSET_OEM | |
1386 | wxSTC_CHARSET_RUSSIAN = stc_c.wxSTC_CHARSET_RUSSIAN | |
1387 | wxSTC_CHARSET_SHIFTJIS = stc_c.wxSTC_CHARSET_SHIFTJIS | |
1388 | wxSTC_CHARSET_SYMBOL = stc_c.wxSTC_CHARSET_SYMBOL | |
1389 | wxSTC_CHARSET_TURKISH = stc_c.wxSTC_CHARSET_TURKISH | |
1390 | wxSTC_CHARSET_JOHAB = stc_c.wxSTC_CHARSET_JOHAB | |
1391 | wxSTC_CHARSET_HEBREW = stc_c.wxSTC_CHARSET_HEBREW | |
1392 | wxSTC_CHARSET_ARABIC = stc_c.wxSTC_CHARSET_ARABIC | |
1393 | wxSTC_CHARSET_VIETNAMESE = stc_c.wxSTC_CHARSET_VIETNAMESE | |
1394 | wxSTC_CHARSET_THAI = stc_c.wxSTC_CHARSET_THAI | |
1395 | wxSTC_CASE_MIXED = stc_c.wxSTC_CASE_MIXED | |
1396 | wxSTC_CASE_UPPER = stc_c.wxSTC_CASE_UPPER | |
1397 | wxSTC_CASE_LOWER = stc_c.wxSTC_CASE_LOWER | |
1398 | wxSTC_INDIC_MAX = stc_c.wxSTC_INDIC_MAX | |
1399 | wxSTC_INDIC_PLAIN = stc_c.wxSTC_INDIC_PLAIN | |
1400 | wxSTC_INDIC_SQUIGGLE = stc_c.wxSTC_INDIC_SQUIGGLE | |
1401 | wxSTC_INDIC_TT = stc_c.wxSTC_INDIC_TT | |
1402 | wxSTC_INDIC_DIAGONAL = stc_c.wxSTC_INDIC_DIAGONAL | |
1403 | wxSTC_INDIC_STRIKE = stc_c.wxSTC_INDIC_STRIKE | |
1404 | wxSTC_INDIC_HIDDEN = stc_c.wxSTC_INDIC_HIDDEN | |
1405 | wxSTC_INDIC0_MASK = stc_c.wxSTC_INDIC0_MASK | |
1406 | wxSTC_INDIC1_MASK = stc_c.wxSTC_INDIC1_MASK | |
1407 | wxSTC_INDIC2_MASK = stc_c.wxSTC_INDIC2_MASK | |
1408 | wxSTC_INDICS_MASK = stc_c.wxSTC_INDICS_MASK | |
1409 | wxSTC_PRINT_NORMAL = stc_c.wxSTC_PRINT_NORMAL | |
1410 | wxSTC_PRINT_INVERTLIGHT = stc_c.wxSTC_PRINT_INVERTLIGHT | |
1411 | wxSTC_PRINT_BLACKONWHITE = stc_c.wxSTC_PRINT_BLACKONWHITE | |
1412 | wxSTC_PRINT_COLOURONWHITE = stc_c.wxSTC_PRINT_COLOURONWHITE | |
1413 | wxSTC_PRINT_COLOURONWHITEDEFAULTBG = stc_c.wxSTC_PRINT_COLOURONWHITEDEFAULTBG | |
1414 | wxSTC_FIND_WHOLEWORD = stc_c.wxSTC_FIND_WHOLEWORD | |
1415 | wxSTC_FIND_MATCHCASE = stc_c.wxSTC_FIND_MATCHCASE | |
1416 | wxSTC_FIND_WORDSTART = stc_c.wxSTC_FIND_WORDSTART | |
1417 | wxSTC_FIND_REGEXP = stc_c.wxSTC_FIND_REGEXP | |
1418 | wxSTC_FIND_POSIX = stc_c.wxSTC_FIND_POSIX | |
1419 | wxSTC_FOLDLEVELBASE = stc_c.wxSTC_FOLDLEVELBASE | |
1420 | wxSTC_FOLDLEVELWHITEFLAG = stc_c.wxSTC_FOLDLEVELWHITEFLAG | |
1421 | wxSTC_FOLDLEVELHEADERFLAG = stc_c.wxSTC_FOLDLEVELHEADERFLAG | |
1422 | wxSTC_FOLDLEVELBOXHEADERFLAG = stc_c.wxSTC_FOLDLEVELBOXHEADERFLAG | |
1423 | wxSTC_FOLDLEVELBOXFOOTERFLAG = stc_c.wxSTC_FOLDLEVELBOXFOOTERFLAG | |
1424 | wxSTC_FOLDLEVELCONTRACTED = stc_c.wxSTC_FOLDLEVELCONTRACTED | |
1425 | wxSTC_FOLDLEVELUNINDENT = stc_c.wxSTC_FOLDLEVELUNINDENT | |
1426 | wxSTC_FOLDLEVELNUMBERMASK = stc_c.wxSTC_FOLDLEVELNUMBERMASK | |
1427 | wxSTC_FOLDFLAG_LINEBEFORE_EXPANDED = stc_c.wxSTC_FOLDFLAG_LINEBEFORE_EXPANDED | |
1428 | wxSTC_FOLDFLAG_LINEBEFORE_CONTRACTED = stc_c.wxSTC_FOLDFLAG_LINEBEFORE_CONTRACTED | |
1429 | wxSTC_FOLDFLAG_LINEAFTER_EXPANDED = stc_c.wxSTC_FOLDFLAG_LINEAFTER_EXPANDED | |
1430 | wxSTC_FOLDFLAG_LINEAFTER_CONTRACTED = stc_c.wxSTC_FOLDFLAG_LINEAFTER_CONTRACTED | |
1431 | wxSTC_FOLDFLAG_LEVELNUMBERS = stc_c.wxSTC_FOLDFLAG_LEVELNUMBERS | |
1432 | wxSTC_FOLDFLAG_BOX = stc_c.wxSTC_FOLDFLAG_BOX | |
1433 | wxSTC_TIME_FOREVER = stc_c.wxSTC_TIME_FOREVER | |
1434 | wxSTC_WRAP_NONE = stc_c.wxSTC_WRAP_NONE | |
1435 | wxSTC_WRAP_WORD = stc_c.wxSTC_WRAP_WORD | |
1436 | wxSTC_CACHE_NONE = stc_c.wxSTC_CACHE_NONE | |
1437 | wxSTC_CACHE_CARET = stc_c.wxSTC_CACHE_CARET | |
1438 | wxSTC_CACHE_PAGE = stc_c.wxSTC_CACHE_PAGE | |
1439 | wxSTC_CACHE_DOCUMENT = stc_c.wxSTC_CACHE_DOCUMENT | |
1440 | wxSTC_EDGE_NONE = stc_c.wxSTC_EDGE_NONE | |
1441 | wxSTC_EDGE_LINE = stc_c.wxSTC_EDGE_LINE | |
1442 | wxSTC_EDGE_BACKGROUND = stc_c.wxSTC_EDGE_BACKGROUND | |
1443 | wxSTC_CURSORNORMAL = stc_c.wxSTC_CURSORNORMAL | |
1444 | wxSTC_CURSORWAIT = stc_c.wxSTC_CURSORWAIT | |
1445 | wxSTC_VISIBLE_SLOP = stc_c.wxSTC_VISIBLE_SLOP | |
1446 | wxSTC_VISIBLE_STRICT = stc_c.wxSTC_VISIBLE_STRICT | |
1447 | wxSTC_CARET_SLOP = stc_c.wxSTC_CARET_SLOP | |
1448 | wxSTC_CARET_STRICT = stc_c.wxSTC_CARET_STRICT | |
1449 | wxSTC_CARET_JUMPS = stc_c.wxSTC_CARET_JUMPS | |
1450 | wxSTC_CARET_EVEN = stc_c.wxSTC_CARET_EVEN | |
1451 | wxSTC_KEYWORDSET_MAX = stc_c.wxSTC_KEYWORDSET_MAX | |
1452 | wxSTC_MOD_INSERTTEXT = stc_c.wxSTC_MOD_INSERTTEXT | |
1453 | wxSTC_MOD_DELETETEXT = stc_c.wxSTC_MOD_DELETETEXT | |
1454 | wxSTC_MOD_CHANGESTYLE = stc_c.wxSTC_MOD_CHANGESTYLE | |
1455 | wxSTC_MOD_CHANGEFOLD = stc_c.wxSTC_MOD_CHANGEFOLD | |
1456 | wxSTC_PERFORMED_USER = stc_c.wxSTC_PERFORMED_USER | |
1457 | wxSTC_PERFORMED_UNDO = stc_c.wxSTC_PERFORMED_UNDO | |
1458 | wxSTC_PERFORMED_REDO = stc_c.wxSTC_PERFORMED_REDO | |
1459 | wxSTC_LASTSTEPINUNDOREDO = stc_c.wxSTC_LASTSTEPINUNDOREDO | |
1460 | wxSTC_MOD_CHANGEMARKER = stc_c.wxSTC_MOD_CHANGEMARKER | |
1461 | wxSTC_MOD_BEFOREINSERT = stc_c.wxSTC_MOD_BEFOREINSERT | |
1462 | wxSTC_MOD_BEFOREDELETE = stc_c.wxSTC_MOD_BEFOREDELETE | |
1463 | wxSTC_MODEVENTMASKALL = stc_c.wxSTC_MODEVENTMASKALL | |
1464 | wxSTC_KEY_DOWN = stc_c.wxSTC_KEY_DOWN | |
1465 | wxSTC_KEY_UP = stc_c.wxSTC_KEY_UP | |
1466 | wxSTC_KEY_LEFT = stc_c.wxSTC_KEY_LEFT | |
1467 | wxSTC_KEY_RIGHT = stc_c.wxSTC_KEY_RIGHT | |
1468 | wxSTC_KEY_HOME = stc_c.wxSTC_KEY_HOME | |
1469 | wxSTC_KEY_END = stc_c.wxSTC_KEY_END | |
1470 | wxSTC_KEY_PRIOR = stc_c.wxSTC_KEY_PRIOR | |
1471 | wxSTC_KEY_NEXT = stc_c.wxSTC_KEY_NEXT | |
1472 | wxSTC_KEY_DELETE = stc_c.wxSTC_KEY_DELETE | |
1473 | wxSTC_KEY_INSERT = stc_c.wxSTC_KEY_INSERT | |
1474 | wxSTC_KEY_ESCAPE = stc_c.wxSTC_KEY_ESCAPE | |
1475 | wxSTC_KEY_BACK = stc_c.wxSTC_KEY_BACK | |
1476 | wxSTC_KEY_TAB = stc_c.wxSTC_KEY_TAB | |
1477 | wxSTC_KEY_RETURN = stc_c.wxSTC_KEY_RETURN | |
1478 | wxSTC_KEY_ADD = stc_c.wxSTC_KEY_ADD | |
1479 | wxSTC_KEY_SUBTRACT = stc_c.wxSTC_KEY_SUBTRACT | |
1480 | wxSTC_KEY_DIVIDE = stc_c.wxSTC_KEY_DIVIDE | |
1481 | wxSTC_SCMOD_SHIFT = stc_c.wxSTC_SCMOD_SHIFT | |
1482 | wxSTC_SCMOD_CTRL = stc_c.wxSTC_SCMOD_CTRL | |
1483 | wxSTC_SCMOD_ALT = stc_c.wxSTC_SCMOD_ALT | |
1484 | wxSTC_LEX_CONTAINER = stc_c.wxSTC_LEX_CONTAINER | |
1485 | wxSTC_LEX_NULL = stc_c.wxSTC_LEX_NULL | |
1486 | wxSTC_LEX_PYTHON = stc_c.wxSTC_LEX_PYTHON | |
1487 | wxSTC_LEX_CPP = stc_c.wxSTC_LEX_CPP | |
1488 | wxSTC_LEX_HTML = stc_c.wxSTC_LEX_HTML | |
1489 | wxSTC_LEX_XML = stc_c.wxSTC_LEX_XML | |
1490 | wxSTC_LEX_PERL = stc_c.wxSTC_LEX_PERL | |
1491 | wxSTC_LEX_SQL = stc_c.wxSTC_LEX_SQL | |
1492 | wxSTC_LEX_VB = stc_c.wxSTC_LEX_VB | |
1493 | wxSTC_LEX_PROPERTIES = stc_c.wxSTC_LEX_PROPERTIES | |
1494 | wxSTC_LEX_ERRORLIST = stc_c.wxSTC_LEX_ERRORLIST | |
1495 | wxSTC_LEX_MAKEFILE = stc_c.wxSTC_LEX_MAKEFILE | |
1496 | wxSTC_LEX_BATCH = stc_c.wxSTC_LEX_BATCH | |
1497 | wxSTC_LEX_XCODE = stc_c.wxSTC_LEX_XCODE | |
1498 | wxSTC_LEX_LATEX = stc_c.wxSTC_LEX_LATEX | |
1499 | wxSTC_LEX_LUA = stc_c.wxSTC_LEX_LUA | |
1500 | wxSTC_LEX_DIFF = stc_c.wxSTC_LEX_DIFF | |
1501 | wxSTC_LEX_CONF = stc_c.wxSTC_LEX_CONF | |
1502 | wxSTC_LEX_PASCAL = stc_c.wxSTC_LEX_PASCAL | |
1503 | wxSTC_LEX_AVE = stc_c.wxSTC_LEX_AVE | |
1504 | wxSTC_LEX_ADA = stc_c.wxSTC_LEX_ADA | |
1505 | wxSTC_LEX_LISP = stc_c.wxSTC_LEX_LISP | |
1506 | wxSTC_LEX_RUBY = stc_c.wxSTC_LEX_RUBY | |
1507 | wxSTC_LEX_EIFFEL = stc_c.wxSTC_LEX_EIFFEL | |
1508 | wxSTC_LEX_EIFFELKW = stc_c.wxSTC_LEX_EIFFELKW | |
1509 | wxSTC_LEX_TCL = stc_c.wxSTC_LEX_TCL | |
1510 | wxSTC_LEX_NNCRONTAB = stc_c.wxSTC_LEX_NNCRONTAB | |
1511 | wxSTC_LEX_BULLANT = stc_c.wxSTC_LEX_BULLANT | |
1512 | wxSTC_LEX_VBSCRIPT = stc_c.wxSTC_LEX_VBSCRIPT | |
1513 | wxSTC_LEX_ASP = stc_c.wxSTC_LEX_ASP | |
1514 | wxSTC_LEX_PHP = stc_c.wxSTC_LEX_PHP | |
1515 | wxSTC_LEX_BAAN = stc_c.wxSTC_LEX_BAAN | |
1516 | wxSTC_LEX_MATLAB = stc_c.wxSTC_LEX_MATLAB | |
1517 | wxSTC_LEX_SCRIPTOL = stc_c.wxSTC_LEX_SCRIPTOL | |
1518 | wxSTC_LEX_ASM = stc_c.wxSTC_LEX_ASM | |
1519 | wxSTC_LEX_CPPNOCASE = stc_c.wxSTC_LEX_CPPNOCASE | |
1520 | wxSTC_LEX_FORTRAN = stc_c.wxSTC_LEX_FORTRAN | |
1521 | wxSTC_LEX_F77 = stc_c.wxSTC_LEX_F77 | |
1522 | wxSTC_LEX_CSS = stc_c.wxSTC_LEX_CSS | |
1523 | wxSTC_LEX_POV = stc_c.wxSTC_LEX_POV | |
1524 | wxSTC_LEX_LOUT = stc_c.wxSTC_LEX_LOUT | |
1525 | wxSTC_LEX_ESCRIPT = stc_c.wxSTC_LEX_ESCRIPT | |
1526 | wxSTC_LEX_PS = stc_c.wxSTC_LEX_PS | |
1527 | wxSTC_LEX_NSIS = stc_c.wxSTC_LEX_NSIS | |
1528 | wxSTC_LEX_MMIXAL = stc_c.wxSTC_LEX_MMIXAL | |
1529 | wxSTC_LEX_AUTOMATIC = stc_c.wxSTC_LEX_AUTOMATIC | |
1530 | wxSTC_P_DEFAULT = stc_c.wxSTC_P_DEFAULT | |
1531 | wxSTC_P_COMMENTLINE = stc_c.wxSTC_P_COMMENTLINE | |
1532 | wxSTC_P_NUMBER = stc_c.wxSTC_P_NUMBER | |
1533 | wxSTC_P_STRING = stc_c.wxSTC_P_STRING | |
1534 | wxSTC_P_CHARACTER = stc_c.wxSTC_P_CHARACTER | |
1535 | wxSTC_P_WORD = stc_c.wxSTC_P_WORD | |
1536 | wxSTC_P_TRIPLE = stc_c.wxSTC_P_TRIPLE | |
1537 | wxSTC_P_TRIPLEDOUBLE = stc_c.wxSTC_P_TRIPLEDOUBLE | |
1538 | wxSTC_P_CLASSNAME = stc_c.wxSTC_P_CLASSNAME | |
1539 | wxSTC_P_DEFNAME = stc_c.wxSTC_P_DEFNAME | |
1540 | wxSTC_P_OPERATOR = stc_c.wxSTC_P_OPERATOR | |
1541 | wxSTC_P_IDENTIFIER = stc_c.wxSTC_P_IDENTIFIER | |
1542 | wxSTC_P_COMMENTBLOCK = stc_c.wxSTC_P_COMMENTBLOCK | |
1543 | wxSTC_P_STRINGEOL = stc_c.wxSTC_P_STRINGEOL | |
1544 | wxSTC_C_DEFAULT = stc_c.wxSTC_C_DEFAULT | |
1545 | wxSTC_C_COMMENT = stc_c.wxSTC_C_COMMENT | |
1546 | wxSTC_C_COMMENTLINE = stc_c.wxSTC_C_COMMENTLINE | |
1547 | wxSTC_C_COMMENTDOC = stc_c.wxSTC_C_COMMENTDOC | |
1548 | wxSTC_C_NUMBER = stc_c.wxSTC_C_NUMBER | |
1549 | wxSTC_C_WORD = stc_c.wxSTC_C_WORD | |
1550 | wxSTC_C_STRING = stc_c.wxSTC_C_STRING | |
1551 | wxSTC_C_CHARACTER = stc_c.wxSTC_C_CHARACTER | |
1552 | wxSTC_C_UUID = stc_c.wxSTC_C_UUID | |
1553 | wxSTC_C_PREPROCESSOR = stc_c.wxSTC_C_PREPROCESSOR | |
1554 | wxSTC_C_OPERATOR = stc_c.wxSTC_C_OPERATOR | |
1555 | wxSTC_C_IDENTIFIER = stc_c.wxSTC_C_IDENTIFIER | |
1556 | wxSTC_C_STRINGEOL = stc_c.wxSTC_C_STRINGEOL | |
1557 | wxSTC_C_VERBATIM = stc_c.wxSTC_C_VERBATIM | |
1558 | wxSTC_C_REGEX = stc_c.wxSTC_C_REGEX | |
1559 | wxSTC_C_COMMENTLINEDOC = stc_c.wxSTC_C_COMMENTLINEDOC | |
1560 | wxSTC_C_WORD2 = stc_c.wxSTC_C_WORD2 | |
1561 | wxSTC_C_COMMENTDOCKEYWORD = stc_c.wxSTC_C_COMMENTDOCKEYWORD | |
1562 | wxSTC_C_COMMENTDOCKEYWORDERROR = stc_c.wxSTC_C_COMMENTDOCKEYWORDERROR | |
1563 | wxSTC_C_GLOBALCLASS = stc_c.wxSTC_C_GLOBALCLASS | |
1564 | wxSTC_H_DEFAULT = stc_c.wxSTC_H_DEFAULT | |
1565 | wxSTC_H_TAG = stc_c.wxSTC_H_TAG | |
1566 | wxSTC_H_TAGUNKNOWN = stc_c.wxSTC_H_TAGUNKNOWN | |
1567 | wxSTC_H_ATTRIBUTE = stc_c.wxSTC_H_ATTRIBUTE | |
1568 | wxSTC_H_ATTRIBUTEUNKNOWN = stc_c.wxSTC_H_ATTRIBUTEUNKNOWN | |
1569 | wxSTC_H_NUMBER = stc_c.wxSTC_H_NUMBER | |
1570 | wxSTC_H_DOUBLESTRING = stc_c.wxSTC_H_DOUBLESTRING | |
1571 | wxSTC_H_SINGLESTRING = stc_c.wxSTC_H_SINGLESTRING | |
1572 | wxSTC_H_OTHER = stc_c.wxSTC_H_OTHER | |
1573 | wxSTC_H_COMMENT = stc_c.wxSTC_H_COMMENT | |
1574 | wxSTC_H_ENTITY = stc_c.wxSTC_H_ENTITY | |
1575 | wxSTC_H_TAGEND = stc_c.wxSTC_H_TAGEND | |
1576 | wxSTC_H_XMLSTART = stc_c.wxSTC_H_XMLSTART | |
1577 | wxSTC_H_XMLEND = stc_c.wxSTC_H_XMLEND | |
1578 | wxSTC_H_SCRIPT = stc_c.wxSTC_H_SCRIPT | |
1579 | wxSTC_H_ASP = stc_c.wxSTC_H_ASP | |
1580 | wxSTC_H_ASPAT = stc_c.wxSTC_H_ASPAT | |
1581 | wxSTC_H_CDATA = stc_c.wxSTC_H_CDATA | |
1582 | wxSTC_H_QUESTION = stc_c.wxSTC_H_QUESTION | |
1583 | wxSTC_H_VALUE = stc_c.wxSTC_H_VALUE | |
1584 | wxSTC_H_XCCOMMENT = stc_c.wxSTC_H_XCCOMMENT | |
1585 | wxSTC_H_SGML_DEFAULT = stc_c.wxSTC_H_SGML_DEFAULT | |
1586 | wxSTC_H_SGML_COMMAND = stc_c.wxSTC_H_SGML_COMMAND | |
1587 | wxSTC_H_SGML_1ST_PARAM = stc_c.wxSTC_H_SGML_1ST_PARAM | |
1588 | wxSTC_H_SGML_DOUBLESTRING = stc_c.wxSTC_H_SGML_DOUBLESTRING | |
1589 | wxSTC_H_SGML_SIMPLESTRING = stc_c.wxSTC_H_SGML_SIMPLESTRING | |
1590 | wxSTC_H_SGML_ERROR = stc_c.wxSTC_H_SGML_ERROR | |
1591 | wxSTC_H_SGML_SPECIAL = stc_c.wxSTC_H_SGML_SPECIAL | |
1592 | wxSTC_H_SGML_ENTITY = stc_c.wxSTC_H_SGML_ENTITY | |
1593 | wxSTC_H_SGML_COMMENT = stc_c.wxSTC_H_SGML_COMMENT | |
1594 | wxSTC_H_SGML_1ST_PARAM_COMMENT = stc_c.wxSTC_H_SGML_1ST_PARAM_COMMENT | |
1595 | wxSTC_H_SGML_BLOCK_DEFAULT = stc_c.wxSTC_H_SGML_BLOCK_DEFAULT | |
1596 | wxSTC_HJ_START = stc_c.wxSTC_HJ_START | |
1597 | wxSTC_HJ_DEFAULT = stc_c.wxSTC_HJ_DEFAULT | |
1598 | wxSTC_HJ_COMMENT = stc_c.wxSTC_HJ_COMMENT | |
1599 | wxSTC_HJ_COMMENTLINE = stc_c.wxSTC_HJ_COMMENTLINE | |
1600 | wxSTC_HJ_COMMENTDOC = stc_c.wxSTC_HJ_COMMENTDOC | |
1601 | wxSTC_HJ_NUMBER = stc_c.wxSTC_HJ_NUMBER | |
1602 | wxSTC_HJ_WORD = stc_c.wxSTC_HJ_WORD | |
1603 | wxSTC_HJ_KEYWORD = stc_c.wxSTC_HJ_KEYWORD | |
1604 | wxSTC_HJ_DOUBLESTRING = stc_c.wxSTC_HJ_DOUBLESTRING | |
1605 | wxSTC_HJ_SINGLESTRING = stc_c.wxSTC_HJ_SINGLESTRING | |
1606 | wxSTC_HJ_SYMBOLS = stc_c.wxSTC_HJ_SYMBOLS | |
1607 | wxSTC_HJ_STRINGEOL = stc_c.wxSTC_HJ_STRINGEOL | |
1608 | wxSTC_HJ_REGEX = stc_c.wxSTC_HJ_REGEX | |
1609 | wxSTC_HJA_START = stc_c.wxSTC_HJA_START | |
1610 | wxSTC_HJA_DEFAULT = stc_c.wxSTC_HJA_DEFAULT | |
1611 | wxSTC_HJA_COMMENT = stc_c.wxSTC_HJA_COMMENT | |
1612 | wxSTC_HJA_COMMENTLINE = stc_c.wxSTC_HJA_COMMENTLINE | |
1613 | wxSTC_HJA_COMMENTDOC = stc_c.wxSTC_HJA_COMMENTDOC | |
1614 | wxSTC_HJA_NUMBER = stc_c.wxSTC_HJA_NUMBER | |
1615 | wxSTC_HJA_WORD = stc_c.wxSTC_HJA_WORD | |
1616 | wxSTC_HJA_KEYWORD = stc_c.wxSTC_HJA_KEYWORD | |
1617 | wxSTC_HJA_DOUBLESTRING = stc_c.wxSTC_HJA_DOUBLESTRING | |
1618 | wxSTC_HJA_SINGLESTRING = stc_c.wxSTC_HJA_SINGLESTRING | |
1619 | wxSTC_HJA_SYMBOLS = stc_c.wxSTC_HJA_SYMBOLS | |
1620 | wxSTC_HJA_STRINGEOL = stc_c.wxSTC_HJA_STRINGEOL | |
1621 | wxSTC_HJA_REGEX = stc_c.wxSTC_HJA_REGEX | |
1622 | wxSTC_HB_START = stc_c.wxSTC_HB_START | |
1623 | wxSTC_HB_DEFAULT = stc_c.wxSTC_HB_DEFAULT | |
1624 | wxSTC_HB_COMMENTLINE = stc_c.wxSTC_HB_COMMENTLINE | |
1625 | wxSTC_HB_NUMBER = stc_c.wxSTC_HB_NUMBER | |
1626 | wxSTC_HB_WORD = stc_c.wxSTC_HB_WORD | |
1627 | wxSTC_HB_STRING = stc_c.wxSTC_HB_STRING | |
1628 | wxSTC_HB_IDENTIFIER = stc_c.wxSTC_HB_IDENTIFIER | |
1629 | wxSTC_HB_STRINGEOL = stc_c.wxSTC_HB_STRINGEOL | |
1630 | wxSTC_HBA_START = stc_c.wxSTC_HBA_START | |
1631 | wxSTC_HBA_DEFAULT = stc_c.wxSTC_HBA_DEFAULT | |
1632 | wxSTC_HBA_COMMENTLINE = stc_c.wxSTC_HBA_COMMENTLINE | |
1633 | wxSTC_HBA_NUMBER = stc_c.wxSTC_HBA_NUMBER | |
1634 | wxSTC_HBA_WORD = stc_c.wxSTC_HBA_WORD | |
1635 | wxSTC_HBA_STRING = stc_c.wxSTC_HBA_STRING | |
1636 | wxSTC_HBA_IDENTIFIER = stc_c.wxSTC_HBA_IDENTIFIER | |
1637 | wxSTC_HBA_STRINGEOL = stc_c.wxSTC_HBA_STRINGEOL | |
1638 | wxSTC_HP_START = stc_c.wxSTC_HP_START | |
1639 | wxSTC_HP_DEFAULT = stc_c.wxSTC_HP_DEFAULT | |
1640 | wxSTC_HP_COMMENTLINE = stc_c.wxSTC_HP_COMMENTLINE | |
1641 | wxSTC_HP_NUMBER = stc_c.wxSTC_HP_NUMBER | |
1642 | wxSTC_HP_STRING = stc_c.wxSTC_HP_STRING | |
1643 | wxSTC_HP_CHARACTER = stc_c.wxSTC_HP_CHARACTER | |
1644 | wxSTC_HP_WORD = stc_c.wxSTC_HP_WORD | |
1645 | wxSTC_HP_TRIPLE = stc_c.wxSTC_HP_TRIPLE | |
1646 | wxSTC_HP_TRIPLEDOUBLE = stc_c.wxSTC_HP_TRIPLEDOUBLE | |
1647 | wxSTC_HP_CLASSNAME = stc_c.wxSTC_HP_CLASSNAME | |
1648 | wxSTC_HP_DEFNAME = stc_c.wxSTC_HP_DEFNAME | |
1649 | wxSTC_HP_OPERATOR = stc_c.wxSTC_HP_OPERATOR | |
1650 | wxSTC_HP_IDENTIFIER = stc_c.wxSTC_HP_IDENTIFIER | |
1651 | wxSTC_HPA_START = stc_c.wxSTC_HPA_START | |
1652 | wxSTC_HPA_DEFAULT = stc_c.wxSTC_HPA_DEFAULT | |
1653 | wxSTC_HPA_COMMENTLINE = stc_c.wxSTC_HPA_COMMENTLINE | |
1654 | wxSTC_HPA_NUMBER = stc_c.wxSTC_HPA_NUMBER | |
1655 | wxSTC_HPA_STRING = stc_c.wxSTC_HPA_STRING | |
1656 | wxSTC_HPA_CHARACTER = stc_c.wxSTC_HPA_CHARACTER | |
1657 | wxSTC_HPA_WORD = stc_c.wxSTC_HPA_WORD | |
1658 | wxSTC_HPA_TRIPLE = stc_c.wxSTC_HPA_TRIPLE | |
1659 | wxSTC_HPA_TRIPLEDOUBLE = stc_c.wxSTC_HPA_TRIPLEDOUBLE | |
1660 | wxSTC_HPA_CLASSNAME = stc_c.wxSTC_HPA_CLASSNAME | |
1661 | wxSTC_HPA_DEFNAME = stc_c.wxSTC_HPA_DEFNAME | |
1662 | wxSTC_HPA_OPERATOR = stc_c.wxSTC_HPA_OPERATOR | |
1663 | wxSTC_HPA_IDENTIFIER = stc_c.wxSTC_HPA_IDENTIFIER | |
1664 | wxSTC_HPHP_DEFAULT = stc_c.wxSTC_HPHP_DEFAULT | |
1665 | wxSTC_HPHP_HSTRING = stc_c.wxSTC_HPHP_HSTRING | |
1666 | wxSTC_HPHP_SIMPLESTRING = stc_c.wxSTC_HPHP_SIMPLESTRING | |
1667 | wxSTC_HPHP_WORD = stc_c.wxSTC_HPHP_WORD | |
1668 | wxSTC_HPHP_NUMBER = stc_c.wxSTC_HPHP_NUMBER | |
1669 | wxSTC_HPHP_VARIABLE = stc_c.wxSTC_HPHP_VARIABLE | |
1670 | wxSTC_HPHP_COMMENT = stc_c.wxSTC_HPHP_COMMENT | |
1671 | wxSTC_HPHP_COMMENTLINE = stc_c.wxSTC_HPHP_COMMENTLINE | |
1672 | wxSTC_HPHP_HSTRING_VARIABLE = stc_c.wxSTC_HPHP_HSTRING_VARIABLE | |
1673 | wxSTC_HPHP_OPERATOR = stc_c.wxSTC_HPHP_OPERATOR | |
1674 | wxSTC_PL_DEFAULT = stc_c.wxSTC_PL_DEFAULT | |
1675 | wxSTC_PL_ERROR = stc_c.wxSTC_PL_ERROR | |
1676 | wxSTC_PL_COMMENTLINE = stc_c.wxSTC_PL_COMMENTLINE | |
1677 | wxSTC_PL_POD = stc_c.wxSTC_PL_POD | |
1678 | wxSTC_PL_NUMBER = stc_c.wxSTC_PL_NUMBER | |
1679 | wxSTC_PL_WORD = stc_c.wxSTC_PL_WORD | |
1680 | wxSTC_PL_STRING = stc_c.wxSTC_PL_STRING | |
1681 | wxSTC_PL_CHARACTER = stc_c.wxSTC_PL_CHARACTER | |
1682 | wxSTC_PL_PUNCTUATION = stc_c.wxSTC_PL_PUNCTUATION | |
1683 | wxSTC_PL_PREPROCESSOR = stc_c.wxSTC_PL_PREPROCESSOR | |
1684 | wxSTC_PL_OPERATOR = stc_c.wxSTC_PL_OPERATOR | |
1685 | wxSTC_PL_IDENTIFIER = stc_c.wxSTC_PL_IDENTIFIER | |
1686 | wxSTC_PL_SCALAR = stc_c.wxSTC_PL_SCALAR | |
1687 | wxSTC_PL_ARRAY = stc_c.wxSTC_PL_ARRAY | |
1688 | wxSTC_PL_HASH = stc_c.wxSTC_PL_HASH | |
1689 | wxSTC_PL_SYMBOLTABLE = stc_c.wxSTC_PL_SYMBOLTABLE | |
1690 | wxSTC_PL_REGEX = stc_c.wxSTC_PL_REGEX | |
1691 | wxSTC_PL_REGSUBST = stc_c.wxSTC_PL_REGSUBST | |
1692 | wxSTC_PL_LONGQUOTE = stc_c.wxSTC_PL_LONGQUOTE | |
1693 | wxSTC_PL_BACKTICKS = stc_c.wxSTC_PL_BACKTICKS | |
1694 | wxSTC_PL_DATASECTION = stc_c.wxSTC_PL_DATASECTION | |
1695 | wxSTC_PL_HERE_DELIM = stc_c.wxSTC_PL_HERE_DELIM | |
1696 | wxSTC_PL_HERE_Q = stc_c.wxSTC_PL_HERE_Q | |
1697 | wxSTC_PL_HERE_QQ = stc_c.wxSTC_PL_HERE_QQ | |
1698 | wxSTC_PL_HERE_QX = stc_c.wxSTC_PL_HERE_QX | |
1699 | wxSTC_PL_STRING_Q = stc_c.wxSTC_PL_STRING_Q | |
1700 | wxSTC_PL_STRING_QQ = stc_c.wxSTC_PL_STRING_QQ | |
1701 | wxSTC_PL_STRING_QX = stc_c.wxSTC_PL_STRING_QX | |
1702 | wxSTC_PL_STRING_QR = stc_c.wxSTC_PL_STRING_QR | |
1703 | wxSTC_PL_STRING_QW = stc_c.wxSTC_PL_STRING_QW | |
1704 | wxSTC_B_DEFAULT = stc_c.wxSTC_B_DEFAULT | |
1705 | wxSTC_B_COMMENT = stc_c.wxSTC_B_COMMENT | |
1706 | wxSTC_B_NUMBER = stc_c.wxSTC_B_NUMBER | |
1707 | wxSTC_B_KEYWORD = stc_c.wxSTC_B_KEYWORD | |
1708 | wxSTC_B_STRING = stc_c.wxSTC_B_STRING | |
1709 | wxSTC_B_PREPROCESSOR = stc_c.wxSTC_B_PREPROCESSOR | |
1710 | wxSTC_B_OPERATOR = stc_c.wxSTC_B_OPERATOR | |
1711 | wxSTC_B_IDENTIFIER = stc_c.wxSTC_B_IDENTIFIER | |
1712 | wxSTC_B_DATE = stc_c.wxSTC_B_DATE | |
1713 | wxSTC_PROPS_DEFAULT = stc_c.wxSTC_PROPS_DEFAULT | |
1714 | wxSTC_PROPS_COMMENT = stc_c.wxSTC_PROPS_COMMENT | |
1715 | wxSTC_PROPS_SECTION = stc_c.wxSTC_PROPS_SECTION | |
1716 | wxSTC_PROPS_ASSIGNMENT = stc_c.wxSTC_PROPS_ASSIGNMENT | |
1717 | wxSTC_PROPS_DEFVAL = stc_c.wxSTC_PROPS_DEFVAL | |
1718 | wxSTC_L_DEFAULT = stc_c.wxSTC_L_DEFAULT | |
1719 | wxSTC_L_COMMAND = stc_c.wxSTC_L_COMMAND | |
1720 | wxSTC_L_TAG = stc_c.wxSTC_L_TAG | |
1721 | wxSTC_L_MATH = stc_c.wxSTC_L_MATH | |
1722 | wxSTC_L_COMMENT = stc_c.wxSTC_L_COMMENT | |
1723 | wxSTC_LUA_DEFAULT = stc_c.wxSTC_LUA_DEFAULT | |
1724 | wxSTC_LUA_COMMENT = stc_c.wxSTC_LUA_COMMENT | |
1725 | wxSTC_LUA_COMMENTLINE = stc_c.wxSTC_LUA_COMMENTLINE | |
1726 | wxSTC_LUA_COMMENTDOC = stc_c.wxSTC_LUA_COMMENTDOC | |
1727 | wxSTC_LUA_NUMBER = stc_c.wxSTC_LUA_NUMBER | |
1728 | wxSTC_LUA_WORD = stc_c.wxSTC_LUA_WORD | |
1729 | wxSTC_LUA_STRING = stc_c.wxSTC_LUA_STRING | |
1730 | wxSTC_LUA_CHARACTER = stc_c.wxSTC_LUA_CHARACTER | |
1731 | wxSTC_LUA_LITERALSTRING = stc_c.wxSTC_LUA_LITERALSTRING | |
1732 | wxSTC_LUA_PREPROCESSOR = stc_c.wxSTC_LUA_PREPROCESSOR | |
1733 | wxSTC_LUA_OPERATOR = stc_c.wxSTC_LUA_OPERATOR | |
1734 | wxSTC_LUA_IDENTIFIER = stc_c.wxSTC_LUA_IDENTIFIER | |
1735 | wxSTC_LUA_STRINGEOL = stc_c.wxSTC_LUA_STRINGEOL | |
1736 | wxSTC_LUA_WORD2 = stc_c.wxSTC_LUA_WORD2 | |
1737 | wxSTC_LUA_WORD3 = stc_c.wxSTC_LUA_WORD3 | |
1738 | wxSTC_LUA_WORD4 = stc_c.wxSTC_LUA_WORD4 | |
1739 | wxSTC_LUA_WORD5 = stc_c.wxSTC_LUA_WORD5 | |
1740 | wxSTC_LUA_WORD6 = stc_c.wxSTC_LUA_WORD6 | |
1741 | wxSTC_LUA_WORD7 = stc_c.wxSTC_LUA_WORD7 | |
1742 | wxSTC_LUA_WORD8 = stc_c.wxSTC_LUA_WORD8 | |
1743 | wxSTC_ERR_DEFAULT = stc_c.wxSTC_ERR_DEFAULT | |
1744 | wxSTC_ERR_PYTHON = stc_c.wxSTC_ERR_PYTHON | |
1745 | wxSTC_ERR_GCC = stc_c.wxSTC_ERR_GCC | |
1746 | wxSTC_ERR_MS = stc_c.wxSTC_ERR_MS | |
1747 | wxSTC_ERR_CMD = stc_c.wxSTC_ERR_CMD | |
1748 | wxSTC_ERR_BORLAND = stc_c.wxSTC_ERR_BORLAND | |
1749 | wxSTC_ERR_PERL = stc_c.wxSTC_ERR_PERL | |
1750 | wxSTC_ERR_NET = stc_c.wxSTC_ERR_NET | |
1751 | wxSTC_ERR_LUA = stc_c.wxSTC_ERR_LUA | |
1752 | wxSTC_ERR_CTAG = stc_c.wxSTC_ERR_CTAG | |
1753 | wxSTC_ERR_DIFF_CHANGED = stc_c.wxSTC_ERR_DIFF_CHANGED | |
1754 | wxSTC_ERR_DIFF_ADDITION = stc_c.wxSTC_ERR_DIFF_ADDITION | |
1755 | wxSTC_ERR_DIFF_DELETION = stc_c.wxSTC_ERR_DIFF_DELETION | |
1756 | wxSTC_ERR_DIFF_MESSAGE = stc_c.wxSTC_ERR_DIFF_MESSAGE | |
1757 | wxSTC_ERR_PHP = stc_c.wxSTC_ERR_PHP | |
1758 | wxSTC_ERR_ELF = stc_c.wxSTC_ERR_ELF | |
1759 | wxSTC_ERR_IFC = stc_c.wxSTC_ERR_IFC | |
1760 | wxSTC_BAT_DEFAULT = stc_c.wxSTC_BAT_DEFAULT | |
1761 | wxSTC_BAT_COMMENT = stc_c.wxSTC_BAT_COMMENT | |
1762 | wxSTC_BAT_WORD = stc_c.wxSTC_BAT_WORD | |
1763 | wxSTC_BAT_LABEL = stc_c.wxSTC_BAT_LABEL | |
1764 | wxSTC_BAT_HIDE = stc_c.wxSTC_BAT_HIDE | |
1765 | wxSTC_BAT_COMMAND = stc_c.wxSTC_BAT_COMMAND | |
1766 | wxSTC_BAT_IDENTIFIER = stc_c.wxSTC_BAT_IDENTIFIER | |
1767 | wxSTC_BAT_OPERATOR = stc_c.wxSTC_BAT_OPERATOR | |
1768 | wxSTC_MAKE_DEFAULT = stc_c.wxSTC_MAKE_DEFAULT | |
1769 | wxSTC_MAKE_COMMENT = stc_c.wxSTC_MAKE_COMMENT | |
1770 | wxSTC_MAKE_PREPROCESSOR = stc_c.wxSTC_MAKE_PREPROCESSOR | |
1771 | wxSTC_MAKE_IDENTIFIER = stc_c.wxSTC_MAKE_IDENTIFIER | |
1772 | wxSTC_MAKE_OPERATOR = stc_c.wxSTC_MAKE_OPERATOR | |
1773 | wxSTC_MAKE_TARGET = stc_c.wxSTC_MAKE_TARGET | |
1774 | wxSTC_MAKE_IDEOL = stc_c.wxSTC_MAKE_IDEOL | |
1775 | wxSTC_DIFF_DEFAULT = stc_c.wxSTC_DIFF_DEFAULT | |
1776 | wxSTC_DIFF_COMMENT = stc_c.wxSTC_DIFF_COMMENT | |
1777 | wxSTC_DIFF_COMMAND = stc_c.wxSTC_DIFF_COMMAND | |
1778 | wxSTC_DIFF_HEADER = stc_c.wxSTC_DIFF_HEADER | |
1779 | wxSTC_DIFF_POSITION = stc_c.wxSTC_DIFF_POSITION | |
1780 | wxSTC_DIFF_DELETED = stc_c.wxSTC_DIFF_DELETED | |
1781 | wxSTC_DIFF_ADDED = stc_c.wxSTC_DIFF_ADDED | |
1782 | wxSTC_CONF_DEFAULT = stc_c.wxSTC_CONF_DEFAULT | |
1783 | wxSTC_CONF_COMMENT = stc_c.wxSTC_CONF_COMMENT | |
1784 | wxSTC_CONF_NUMBER = stc_c.wxSTC_CONF_NUMBER | |
1785 | wxSTC_CONF_IDENTIFIER = stc_c.wxSTC_CONF_IDENTIFIER | |
1786 | wxSTC_CONF_EXTENSION = stc_c.wxSTC_CONF_EXTENSION | |
1787 | wxSTC_CONF_PARAMETER = stc_c.wxSTC_CONF_PARAMETER | |
1788 | wxSTC_CONF_STRING = stc_c.wxSTC_CONF_STRING | |
1789 | wxSTC_CONF_OPERATOR = stc_c.wxSTC_CONF_OPERATOR | |
1790 | wxSTC_CONF_IP = stc_c.wxSTC_CONF_IP | |
1791 | wxSTC_CONF_DIRECTIVE = stc_c.wxSTC_CONF_DIRECTIVE | |
1792 | wxSTC_AVE_DEFAULT = stc_c.wxSTC_AVE_DEFAULT | |
1793 | wxSTC_AVE_COMMENT = stc_c.wxSTC_AVE_COMMENT | |
1794 | wxSTC_AVE_NUMBER = stc_c.wxSTC_AVE_NUMBER | |
1795 | wxSTC_AVE_WORD = stc_c.wxSTC_AVE_WORD | |
1796 | wxSTC_AVE_STRING = stc_c.wxSTC_AVE_STRING | |
1797 | wxSTC_AVE_ENUM = stc_c.wxSTC_AVE_ENUM | |
1798 | wxSTC_AVE_STRINGEOL = stc_c.wxSTC_AVE_STRINGEOL | |
1799 | wxSTC_AVE_IDENTIFIER = stc_c.wxSTC_AVE_IDENTIFIER | |
1800 | wxSTC_AVE_OPERATOR = stc_c.wxSTC_AVE_OPERATOR | |
1801 | wxSTC_AVE_WORD1 = stc_c.wxSTC_AVE_WORD1 | |
1802 | wxSTC_AVE_WORD2 = stc_c.wxSTC_AVE_WORD2 | |
1803 | wxSTC_AVE_WORD3 = stc_c.wxSTC_AVE_WORD3 | |
1804 | wxSTC_AVE_WORD4 = stc_c.wxSTC_AVE_WORD4 | |
1805 | wxSTC_AVE_WORD5 = stc_c.wxSTC_AVE_WORD5 | |
1806 | wxSTC_AVE_WORD6 = stc_c.wxSTC_AVE_WORD6 | |
1807 | wxSTC_ADA_DEFAULT = stc_c.wxSTC_ADA_DEFAULT | |
1808 | wxSTC_ADA_WORD = stc_c.wxSTC_ADA_WORD | |
1809 | wxSTC_ADA_IDENTIFIER = stc_c.wxSTC_ADA_IDENTIFIER | |
1810 | wxSTC_ADA_NUMBER = stc_c.wxSTC_ADA_NUMBER | |
1811 | wxSTC_ADA_DELIMITER = stc_c.wxSTC_ADA_DELIMITER | |
1812 | wxSTC_ADA_CHARACTER = stc_c.wxSTC_ADA_CHARACTER | |
1813 | wxSTC_ADA_CHARACTEREOL = stc_c.wxSTC_ADA_CHARACTEREOL | |
1814 | wxSTC_ADA_STRING = stc_c.wxSTC_ADA_STRING | |
1815 | wxSTC_ADA_STRINGEOL = stc_c.wxSTC_ADA_STRINGEOL | |
1816 | wxSTC_ADA_LABEL = stc_c.wxSTC_ADA_LABEL | |
1817 | wxSTC_ADA_COMMENTLINE = stc_c.wxSTC_ADA_COMMENTLINE | |
1818 | wxSTC_ADA_ILLEGAL = stc_c.wxSTC_ADA_ILLEGAL | |
1819 | wxSTC_BAAN_DEFAULT = stc_c.wxSTC_BAAN_DEFAULT | |
1820 | wxSTC_BAAN_COMMENT = stc_c.wxSTC_BAAN_COMMENT | |
1821 | wxSTC_BAAN_COMMENTDOC = stc_c.wxSTC_BAAN_COMMENTDOC | |
1822 | wxSTC_BAAN_NUMBER = stc_c.wxSTC_BAAN_NUMBER | |
1823 | wxSTC_BAAN_WORD = stc_c.wxSTC_BAAN_WORD | |
1824 | wxSTC_BAAN_STRING = stc_c.wxSTC_BAAN_STRING | |
1825 | wxSTC_BAAN_PREPROCESSOR = stc_c.wxSTC_BAAN_PREPROCESSOR | |
1826 | wxSTC_BAAN_OPERATOR = stc_c.wxSTC_BAAN_OPERATOR | |
1827 | wxSTC_BAAN_IDENTIFIER = stc_c.wxSTC_BAAN_IDENTIFIER | |
1828 | wxSTC_BAAN_STRINGEOL = stc_c.wxSTC_BAAN_STRINGEOL | |
1829 | wxSTC_BAAN_WORD2 = stc_c.wxSTC_BAAN_WORD2 | |
1830 | wxSTC_LISP_DEFAULT = stc_c.wxSTC_LISP_DEFAULT | |
1831 | wxSTC_LISP_COMMENT = stc_c.wxSTC_LISP_COMMENT | |
1832 | wxSTC_LISP_NUMBER = stc_c.wxSTC_LISP_NUMBER | |
1833 | wxSTC_LISP_KEYWORD = stc_c.wxSTC_LISP_KEYWORD | |
1834 | wxSTC_LISP_STRING = stc_c.wxSTC_LISP_STRING | |
1835 | wxSTC_LISP_STRINGEOL = stc_c.wxSTC_LISP_STRINGEOL | |
1836 | wxSTC_LISP_IDENTIFIER = stc_c.wxSTC_LISP_IDENTIFIER | |
1837 | wxSTC_LISP_OPERATOR = stc_c.wxSTC_LISP_OPERATOR | |
1838 | wxSTC_EIFFEL_DEFAULT = stc_c.wxSTC_EIFFEL_DEFAULT | |
1839 | wxSTC_EIFFEL_COMMENTLINE = stc_c.wxSTC_EIFFEL_COMMENTLINE | |
1840 | wxSTC_EIFFEL_NUMBER = stc_c.wxSTC_EIFFEL_NUMBER | |
1841 | wxSTC_EIFFEL_WORD = stc_c.wxSTC_EIFFEL_WORD | |
1842 | wxSTC_EIFFEL_STRING = stc_c.wxSTC_EIFFEL_STRING | |
1843 | wxSTC_EIFFEL_CHARACTER = stc_c.wxSTC_EIFFEL_CHARACTER | |
1844 | wxSTC_EIFFEL_OPERATOR = stc_c.wxSTC_EIFFEL_OPERATOR | |
1845 | wxSTC_EIFFEL_IDENTIFIER = stc_c.wxSTC_EIFFEL_IDENTIFIER | |
1846 | wxSTC_EIFFEL_STRINGEOL = stc_c.wxSTC_EIFFEL_STRINGEOL | |
1847 | wxSTC_NNCRONTAB_DEFAULT = stc_c.wxSTC_NNCRONTAB_DEFAULT | |
1848 | wxSTC_NNCRONTAB_COMMENT = stc_c.wxSTC_NNCRONTAB_COMMENT | |
1849 | wxSTC_NNCRONTAB_TASK = stc_c.wxSTC_NNCRONTAB_TASK | |
1850 | wxSTC_NNCRONTAB_SECTION = stc_c.wxSTC_NNCRONTAB_SECTION | |
1851 | wxSTC_NNCRONTAB_KEYWORD = stc_c.wxSTC_NNCRONTAB_KEYWORD | |
1852 | wxSTC_NNCRONTAB_MODIFIER = stc_c.wxSTC_NNCRONTAB_MODIFIER | |
1853 | wxSTC_NNCRONTAB_ASTERISK = stc_c.wxSTC_NNCRONTAB_ASTERISK | |
1854 | wxSTC_NNCRONTAB_NUMBER = stc_c.wxSTC_NNCRONTAB_NUMBER | |
1855 | wxSTC_NNCRONTAB_STRING = stc_c.wxSTC_NNCRONTAB_STRING | |
1856 | wxSTC_NNCRONTAB_ENVIRONMENT = stc_c.wxSTC_NNCRONTAB_ENVIRONMENT | |
1857 | wxSTC_NNCRONTAB_IDENTIFIER = stc_c.wxSTC_NNCRONTAB_IDENTIFIER | |
1858 | wxSTC_MATLAB_DEFAULT = stc_c.wxSTC_MATLAB_DEFAULT | |
1859 | wxSTC_MATLAB_COMMENT = stc_c.wxSTC_MATLAB_COMMENT | |
1860 | wxSTC_MATLAB_COMMAND = stc_c.wxSTC_MATLAB_COMMAND | |
1861 | wxSTC_MATLAB_NUMBER = stc_c.wxSTC_MATLAB_NUMBER | |
1862 | wxSTC_MATLAB_KEYWORD = stc_c.wxSTC_MATLAB_KEYWORD | |
1863 | wxSTC_MATLAB_STRING = stc_c.wxSTC_MATLAB_STRING | |
1864 | wxSTC_MATLAB_OPERATOR = stc_c.wxSTC_MATLAB_OPERATOR | |
1865 | wxSTC_MATLAB_IDENTIFIER = stc_c.wxSTC_MATLAB_IDENTIFIER | |
1866 | wxSTC_SCRIPTOL_DEFAULT = stc_c.wxSTC_SCRIPTOL_DEFAULT | |
1867 | wxSTC_SCRIPTOL_COMMENT = stc_c.wxSTC_SCRIPTOL_COMMENT | |
1868 | wxSTC_SCRIPTOL_COMMENTLINE = stc_c.wxSTC_SCRIPTOL_COMMENTLINE | |
1869 | wxSTC_SCRIPTOL_COMMENTDOC = stc_c.wxSTC_SCRIPTOL_COMMENTDOC | |
1870 | wxSTC_SCRIPTOL_NUMBER = stc_c.wxSTC_SCRIPTOL_NUMBER | |
1871 | wxSTC_SCRIPTOL_WORD = stc_c.wxSTC_SCRIPTOL_WORD | |
1872 | wxSTC_SCRIPTOL_STRING = stc_c.wxSTC_SCRIPTOL_STRING | |
1873 | wxSTC_SCRIPTOL_CHARACTER = stc_c.wxSTC_SCRIPTOL_CHARACTER | |
1874 | wxSTC_SCRIPTOL_UUID = stc_c.wxSTC_SCRIPTOL_UUID | |
1875 | wxSTC_SCRIPTOL_PREPROCESSOR = stc_c.wxSTC_SCRIPTOL_PREPROCESSOR | |
1876 | wxSTC_SCRIPTOL_OPERATOR = stc_c.wxSTC_SCRIPTOL_OPERATOR | |
1877 | wxSTC_SCRIPTOL_IDENTIFIER = stc_c.wxSTC_SCRIPTOL_IDENTIFIER | |
1878 | wxSTC_SCRIPTOL_STRINGEOL = stc_c.wxSTC_SCRIPTOL_STRINGEOL | |
1879 | wxSTC_SCRIPTOL_VERBATIM = stc_c.wxSTC_SCRIPTOL_VERBATIM | |
1880 | wxSTC_SCRIPTOL_REGEX = stc_c.wxSTC_SCRIPTOL_REGEX | |
1881 | wxSTC_SCRIPTOL_COMMENTLINEDOC = stc_c.wxSTC_SCRIPTOL_COMMENTLINEDOC | |
1882 | wxSTC_SCRIPTOL_WORD2 = stc_c.wxSTC_SCRIPTOL_WORD2 | |
1883 | wxSTC_SCRIPTOL_COMMENTDOCKEYWORD = stc_c.wxSTC_SCRIPTOL_COMMENTDOCKEYWORD | |
1884 | wxSTC_SCRIPTOL_COMMENTDOCKEYWORDERROR = stc_c.wxSTC_SCRIPTOL_COMMENTDOCKEYWORDERROR | |
1885 | wxSTC_SCRIPTOL_COMMENTBASIC = stc_c.wxSTC_SCRIPTOL_COMMENTBASIC | |
1886 | wxSTC_ASM_DEFAULT = stc_c.wxSTC_ASM_DEFAULT | |
1887 | wxSTC_ASM_COMMENT = stc_c.wxSTC_ASM_COMMENT | |
1888 | wxSTC_ASM_NUMBER = stc_c.wxSTC_ASM_NUMBER | |
1889 | wxSTC_ASM_STRING = stc_c.wxSTC_ASM_STRING | |
1890 | wxSTC_ASM_OPERATOR = stc_c.wxSTC_ASM_OPERATOR | |
1891 | wxSTC_ASM_IDENTIFIER = stc_c.wxSTC_ASM_IDENTIFIER | |
1892 | wxSTC_ASM_CPUINSTRUCTION = stc_c.wxSTC_ASM_CPUINSTRUCTION | |
1893 | wxSTC_ASM_MATHINSTRUCTION = stc_c.wxSTC_ASM_MATHINSTRUCTION | |
1894 | wxSTC_ASM_REGISTER = stc_c.wxSTC_ASM_REGISTER | |
1895 | wxSTC_ASM_DIRECTIVE = stc_c.wxSTC_ASM_DIRECTIVE | |
1896 | wxSTC_ASM_DIRECTIVEOPERAND = stc_c.wxSTC_ASM_DIRECTIVEOPERAND | |
1897 | wxSTC_F_DEFAULT = stc_c.wxSTC_F_DEFAULT | |
1898 | wxSTC_F_COMMENT = stc_c.wxSTC_F_COMMENT | |
1899 | wxSTC_F_NUMBER = stc_c.wxSTC_F_NUMBER | |
1900 | wxSTC_F_STRING1 = stc_c.wxSTC_F_STRING1 | |
1901 | wxSTC_F_STRING2 = stc_c.wxSTC_F_STRING2 | |
1902 | wxSTC_F_STRINGEOL = stc_c.wxSTC_F_STRINGEOL | |
1903 | wxSTC_F_OPERATOR = stc_c.wxSTC_F_OPERATOR | |
1904 | wxSTC_F_IDENTIFIER = stc_c.wxSTC_F_IDENTIFIER | |
1905 | wxSTC_F_WORD = stc_c.wxSTC_F_WORD | |
1906 | wxSTC_F_WORD2 = stc_c.wxSTC_F_WORD2 | |
1907 | wxSTC_F_WORD3 = stc_c.wxSTC_F_WORD3 | |
1908 | wxSTC_F_PREPROCESSOR = stc_c.wxSTC_F_PREPROCESSOR | |
1909 | wxSTC_F_OPERATOR2 = stc_c.wxSTC_F_OPERATOR2 | |
1910 | wxSTC_F_LABEL = stc_c.wxSTC_F_LABEL | |
1911 | wxSTC_F_CONTINUATION = stc_c.wxSTC_F_CONTINUATION | |
1912 | wxSTC_CSS_DEFAULT = stc_c.wxSTC_CSS_DEFAULT | |
1913 | wxSTC_CSS_TAG = stc_c.wxSTC_CSS_TAG | |
1914 | wxSTC_CSS_CLASS = stc_c.wxSTC_CSS_CLASS | |
1915 | wxSTC_CSS_PSEUDOCLASS = stc_c.wxSTC_CSS_PSEUDOCLASS | |
1916 | wxSTC_CSS_UNKNOWN_PSEUDOCLASS = stc_c.wxSTC_CSS_UNKNOWN_PSEUDOCLASS | |
1917 | wxSTC_CSS_OPERATOR = stc_c.wxSTC_CSS_OPERATOR | |
1918 | wxSTC_CSS_IDENTIFIER = stc_c.wxSTC_CSS_IDENTIFIER | |
1919 | wxSTC_CSS_UNKNOWN_IDENTIFIER = stc_c.wxSTC_CSS_UNKNOWN_IDENTIFIER | |
1920 | wxSTC_CSS_VALUE = stc_c.wxSTC_CSS_VALUE | |
1921 | wxSTC_CSS_COMMENT = stc_c.wxSTC_CSS_COMMENT | |
1922 | wxSTC_CSS_ID = stc_c.wxSTC_CSS_ID | |
1923 | wxSTC_CSS_IMPORTANT = stc_c.wxSTC_CSS_IMPORTANT | |
1924 | wxSTC_CSS_DIRECTIVE = stc_c.wxSTC_CSS_DIRECTIVE | |
1925 | wxSTC_CSS_DOUBLESTRING = stc_c.wxSTC_CSS_DOUBLESTRING | |
1926 | wxSTC_CSS_SINGLESTRING = stc_c.wxSTC_CSS_SINGLESTRING | |
1927 | wxSTC_POV_DEFAULT = stc_c.wxSTC_POV_DEFAULT | |
1928 | wxSTC_POV_COMMENT = stc_c.wxSTC_POV_COMMENT | |
1929 | wxSTC_POV_COMMENTLINE = stc_c.wxSTC_POV_COMMENTLINE | |
1930 | wxSTC_POV_NUMBER = stc_c.wxSTC_POV_NUMBER | |
1931 | wxSTC_POV_OPERATOR = stc_c.wxSTC_POV_OPERATOR | |
1932 | wxSTC_POV_IDENTIFIER = stc_c.wxSTC_POV_IDENTIFIER | |
1933 | wxSTC_POV_STRING = stc_c.wxSTC_POV_STRING | |
1934 | wxSTC_POV_STRINGEOL = stc_c.wxSTC_POV_STRINGEOL | |
1935 | wxSTC_POV_DIRECTIVE = stc_c.wxSTC_POV_DIRECTIVE | |
1936 | wxSTC_POV_BADDIRECTIVE = stc_c.wxSTC_POV_BADDIRECTIVE | |
1937 | wxSTC_POV_WORD2 = stc_c.wxSTC_POV_WORD2 | |
1938 | wxSTC_POV_WORD3 = stc_c.wxSTC_POV_WORD3 | |
1939 | wxSTC_POV_WORD4 = stc_c.wxSTC_POV_WORD4 | |
1940 | wxSTC_POV_WORD5 = stc_c.wxSTC_POV_WORD5 | |
1941 | wxSTC_POV_WORD6 = stc_c.wxSTC_POV_WORD6 | |
1942 | wxSTC_POV_WORD7 = stc_c.wxSTC_POV_WORD7 | |
1943 | wxSTC_POV_WORD8 = stc_c.wxSTC_POV_WORD8 | |
1944 | wxSTC_LOUT_DEFAULT = stc_c.wxSTC_LOUT_DEFAULT | |
1945 | wxSTC_LOUT_COMMENT = stc_c.wxSTC_LOUT_COMMENT | |
1946 | wxSTC_LOUT_NUMBER = stc_c.wxSTC_LOUT_NUMBER | |
1947 | wxSTC_LOUT_WORD = stc_c.wxSTC_LOUT_WORD | |
1948 | wxSTC_LOUT_WORD2 = stc_c.wxSTC_LOUT_WORD2 | |
1949 | wxSTC_LOUT_WORD3 = stc_c.wxSTC_LOUT_WORD3 | |
1950 | wxSTC_LOUT_WORD4 = stc_c.wxSTC_LOUT_WORD4 | |
1951 | wxSTC_LOUT_STRING = stc_c.wxSTC_LOUT_STRING | |
1952 | wxSTC_LOUT_OPERATOR = stc_c.wxSTC_LOUT_OPERATOR | |
1953 | wxSTC_LOUT_IDENTIFIER = stc_c.wxSTC_LOUT_IDENTIFIER | |
1954 | wxSTC_LOUT_STRINGEOL = stc_c.wxSTC_LOUT_STRINGEOL | |
1955 | wxSTC_ESCRIPT_DEFAULT = stc_c.wxSTC_ESCRIPT_DEFAULT | |
1956 | wxSTC_ESCRIPT_COMMENT = stc_c.wxSTC_ESCRIPT_COMMENT | |
1957 | wxSTC_ESCRIPT_COMMENTLINE = stc_c.wxSTC_ESCRIPT_COMMENTLINE | |
1958 | wxSTC_ESCRIPT_COMMENTDOC = stc_c.wxSTC_ESCRIPT_COMMENTDOC | |
1959 | wxSTC_ESCRIPT_NUMBER = stc_c.wxSTC_ESCRIPT_NUMBER | |
1960 | wxSTC_ESCRIPT_WORD = stc_c.wxSTC_ESCRIPT_WORD | |
1961 | wxSTC_ESCRIPT_STRING = stc_c.wxSTC_ESCRIPT_STRING | |
1962 | wxSTC_ESCRIPT_OPERATOR = stc_c.wxSTC_ESCRIPT_OPERATOR | |
1963 | wxSTC_ESCRIPT_IDENTIFIER = stc_c.wxSTC_ESCRIPT_IDENTIFIER | |
1964 | wxSTC_ESCRIPT_BRACE = stc_c.wxSTC_ESCRIPT_BRACE | |
1965 | wxSTC_ESCRIPT_WORD2 = stc_c.wxSTC_ESCRIPT_WORD2 | |
1966 | wxSTC_ESCRIPT_WORD3 = stc_c.wxSTC_ESCRIPT_WORD3 | |
1967 | wxSTC_PS_DEFAULT = stc_c.wxSTC_PS_DEFAULT | |
1968 | wxSTC_PS_COMMENT = stc_c.wxSTC_PS_COMMENT | |
1969 | wxSTC_PS_DSC_COMMENT = stc_c.wxSTC_PS_DSC_COMMENT | |
1970 | wxSTC_PS_DSC_VALUE = stc_c.wxSTC_PS_DSC_VALUE | |
1971 | wxSTC_PS_NUMBER = stc_c.wxSTC_PS_NUMBER | |
1972 | wxSTC_PS_NAME = stc_c.wxSTC_PS_NAME | |
1973 | wxSTC_PS_KEYWORD = stc_c.wxSTC_PS_KEYWORD | |
1974 | wxSTC_PS_LITERAL = stc_c.wxSTC_PS_LITERAL | |
1975 | wxSTC_PS_IMMEVAL = stc_c.wxSTC_PS_IMMEVAL | |
1976 | wxSTC_PS_PAREN_ARRAY = stc_c.wxSTC_PS_PAREN_ARRAY | |
1977 | wxSTC_PS_PAREN_DICT = stc_c.wxSTC_PS_PAREN_DICT | |
1978 | wxSTC_PS_PAREN_PROC = stc_c.wxSTC_PS_PAREN_PROC | |
1979 | wxSTC_PS_TEXT = stc_c.wxSTC_PS_TEXT | |
1980 | wxSTC_PS_HEXSTRING = stc_c.wxSTC_PS_HEXSTRING | |
1981 | wxSTC_PS_BASE85STRING = stc_c.wxSTC_PS_BASE85STRING | |
1982 | wxSTC_PS_BADSTRINGCHAR = stc_c.wxSTC_PS_BADSTRINGCHAR | |
1983 | wxSTC_NSIS_DEFAULT = stc_c.wxSTC_NSIS_DEFAULT | |
1984 | wxSTC_NSIS_COMMENT = stc_c.wxSTC_NSIS_COMMENT | |
1985 | wxSTC_NSIS_STRINGDQ = stc_c.wxSTC_NSIS_STRINGDQ | |
1986 | wxSTC_NSIS_STRINGLQ = stc_c.wxSTC_NSIS_STRINGLQ | |
1987 | wxSTC_NSIS_STRINGRQ = stc_c.wxSTC_NSIS_STRINGRQ | |
1988 | wxSTC_NSIS_FUNCTION = stc_c.wxSTC_NSIS_FUNCTION | |
1989 | wxSTC_NSIS_VARIABLE = stc_c.wxSTC_NSIS_VARIABLE | |
1990 | wxSTC_NSIS_LABEL = stc_c.wxSTC_NSIS_LABEL | |
1991 | wxSTC_NSIS_USERDEFINED = stc_c.wxSTC_NSIS_USERDEFINED | |
1992 | wxSTC_NSIS_SECTIONDEF = stc_c.wxSTC_NSIS_SECTIONDEF | |
1993 | wxSTC_NSIS_SUBSECTIONDEF = stc_c.wxSTC_NSIS_SUBSECTIONDEF | |
1994 | wxSTC_NSIS_IFDEFINEDEF = stc_c.wxSTC_NSIS_IFDEFINEDEF | |
1995 | wxSTC_NSIS_MACRODEF = stc_c.wxSTC_NSIS_MACRODEF | |
1996 | wxSTC_NSIS_STRINGVAR = stc_c.wxSTC_NSIS_STRINGVAR | |
1997 | wxSTC_MMIXAL_LEADWS = stc_c.wxSTC_MMIXAL_LEADWS | |
1998 | wxSTC_MMIXAL_COMMENT = stc_c.wxSTC_MMIXAL_COMMENT | |
1999 | wxSTC_MMIXAL_LABEL = stc_c.wxSTC_MMIXAL_LABEL | |
2000 | wxSTC_MMIXAL_OPCODE = stc_c.wxSTC_MMIXAL_OPCODE | |
2001 | wxSTC_MMIXAL_OPCODE_PRE = stc_c.wxSTC_MMIXAL_OPCODE_PRE | |
2002 | wxSTC_MMIXAL_OPCODE_VALID = stc_c.wxSTC_MMIXAL_OPCODE_VALID | |
2003 | wxSTC_MMIXAL_OPCODE_UNKNOWN = stc_c.wxSTC_MMIXAL_OPCODE_UNKNOWN | |
2004 | wxSTC_MMIXAL_OPCODE_POST = stc_c.wxSTC_MMIXAL_OPCODE_POST | |
2005 | wxSTC_MMIXAL_OPERANDS = stc_c.wxSTC_MMIXAL_OPERANDS | |
2006 | wxSTC_MMIXAL_NUMBER = stc_c.wxSTC_MMIXAL_NUMBER | |
2007 | wxSTC_MMIXAL_REF = stc_c.wxSTC_MMIXAL_REF | |
2008 | wxSTC_MMIXAL_CHAR = stc_c.wxSTC_MMIXAL_CHAR | |
2009 | wxSTC_MMIXAL_STRING = stc_c.wxSTC_MMIXAL_STRING | |
2010 | wxSTC_MMIXAL_REGISTER = stc_c.wxSTC_MMIXAL_REGISTER | |
2011 | wxSTC_MMIXAL_HEX = stc_c.wxSTC_MMIXAL_HEX | |
2012 | wxSTC_MMIXAL_OPERATOR = stc_c.wxSTC_MMIXAL_OPERATOR | |
2013 | wxSTC_MMIXAL_SYMBOL = stc_c.wxSTC_MMIXAL_SYMBOL | |
2014 | wxSTC_MMIXAL_INCLUDE = stc_c.wxSTC_MMIXAL_INCLUDE | |
2015 | wxSTC_CMD_REDO = stc_c.wxSTC_CMD_REDO | |
2016 | wxSTC_CMD_SELECTALL = stc_c.wxSTC_CMD_SELECTALL | |
2017 | wxSTC_CMD_UNDO = stc_c.wxSTC_CMD_UNDO | |
2018 | wxSTC_CMD_CUT = stc_c.wxSTC_CMD_CUT | |
2019 | wxSTC_CMD_COPY = stc_c.wxSTC_CMD_COPY | |
2020 | wxSTC_CMD_PASTE = stc_c.wxSTC_CMD_PASTE | |
2021 | wxSTC_CMD_CLEAR = stc_c.wxSTC_CMD_CLEAR | |
2022 | wxSTC_CMD_LINEDOWN = stc_c.wxSTC_CMD_LINEDOWN | |
2023 | wxSTC_CMD_LINEDOWNEXTEND = stc_c.wxSTC_CMD_LINEDOWNEXTEND | |
2024 | wxSTC_CMD_LINEUP = stc_c.wxSTC_CMD_LINEUP | |
2025 | wxSTC_CMD_LINEUPEXTEND = stc_c.wxSTC_CMD_LINEUPEXTEND | |
2026 | wxSTC_CMD_CHARLEFT = stc_c.wxSTC_CMD_CHARLEFT | |
2027 | wxSTC_CMD_CHARLEFTEXTEND = stc_c.wxSTC_CMD_CHARLEFTEXTEND | |
2028 | wxSTC_CMD_CHARRIGHT = stc_c.wxSTC_CMD_CHARRIGHT | |
2029 | wxSTC_CMD_CHARRIGHTEXTEND = stc_c.wxSTC_CMD_CHARRIGHTEXTEND | |
2030 | wxSTC_CMD_WORDLEFT = stc_c.wxSTC_CMD_WORDLEFT | |
2031 | wxSTC_CMD_WORDLEFTEXTEND = stc_c.wxSTC_CMD_WORDLEFTEXTEND | |
2032 | wxSTC_CMD_WORDRIGHT = stc_c.wxSTC_CMD_WORDRIGHT | |
2033 | wxSTC_CMD_WORDRIGHTEXTEND = stc_c.wxSTC_CMD_WORDRIGHTEXTEND | |
2034 | wxSTC_CMD_HOME = stc_c.wxSTC_CMD_HOME | |
2035 | wxSTC_CMD_HOMEEXTEND = stc_c.wxSTC_CMD_HOMEEXTEND | |
2036 | wxSTC_CMD_LINEEND = stc_c.wxSTC_CMD_LINEEND | |
2037 | wxSTC_CMD_LINEENDEXTEND = stc_c.wxSTC_CMD_LINEENDEXTEND | |
2038 | wxSTC_CMD_DOCUMENTSTART = stc_c.wxSTC_CMD_DOCUMENTSTART | |
2039 | wxSTC_CMD_DOCUMENTSTARTEXTEND = stc_c.wxSTC_CMD_DOCUMENTSTARTEXTEND | |
2040 | wxSTC_CMD_DOCUMENTEND = stc_c.wxSTC_CMD_DOCUMENTEND | |
2041 | wxSTC_CMD_DOCUMENTENDEXTEND = stc_c.wxSTC_CMD_DOCUMENTENDEXTEND | |
2042 | wxSTC_CMD_PAGEUP = stc_c.wxSTC_CMD_PAGEUP | |
2043 | wxSTC_CMD_PAGEUPEXTEND = stc_c.wxSTC_CMD_PAGEUPEXTEND | |
2044 | wxSTC_CMD_PAGEDOWN = stc_c.wxSTC_CMD_PAGEDOWN | |
2045 | wxSTC_CMD_PAGEDOWNEXTEND = stc_c.wxSTC_CMD_PAGEDOWNEXTEND | |
2046 | wxSTC_CMD_EDITTOGGLEOVERTYPE = stc_c.wxSTC_CMD_EDITTOGGLEOVERTYPE | |
2047 | wxSTC_CMD_CANCEL = stc_c.wxSTC_CMD_CANCEL | |
2048 | wxSTC_CMD_DELETEBACK = stc_c.wxSTC_CMD_DELETEBACK | |
2049 | wxSTC_CMD_TAB = stc_c.wxSTC_CMD_TAB | |
2050 | wxSTC_CMD_BACKTAB = stc_c.wxSTC_CMD_BACKTAB | |
2051 | wxSTC_CMD_NEWLINE = stc_c.wxSTC_CMD_NEWLINE | |
2052 | wxSTC_CMD_FORMFEED = stc_c.wxSTC_CMD_FORMFEED | |
2053 | wxSTC_CMD_VCHOME = stc_c.wxSTC_CMD_VCHOME | |
2054 | wxSTC_CMD_VCHOMEEXTEND = stc_c.wxSTC_CMD_VCHOMEEXTEND | |
2055 | wxSTC_CMD_ZOOMIN = stc_c.wxSTC_CMD_ZOOMIN | |
2056 | wxSTC_CMD_ZOOMOUT = stc_c.wxSTC_CMD_ZOOMOUT | |
2057 | wxSTC_CMD_DELWORDLEFT = stc_c.wxSTC_CMD_DELWORDLEFT | |
2058 | wxSTC_CMD_DELWORDRIGHT = stc_c.wxSTC_CMD_DELWORDRIGHT | |
2059 | wxSTC_CMD_LINECUT = stc_c.wxSTC_CMD_LINECUT | |
2060 | wxSTC_CMD_LINEDELETE = stc_c.wxSTC_CMD_LINEDELETE | |
2061 | wxSTC_CMD_LINETRANSPOSE = stc_c.wxSTC_CMD_LINETRANSPOSE | |
2062 | wxSTC_CMD_LINEDUPLICATE = stc_c.wxSTC_CMD_LINEDUPLICATE | |
2063 | wxSTC_CMD_LOWERCASE = stc_c.wxSTC_CMD_LOWERCASE | |
2064 | wxSTC_CMD_UPPERCASE = stc_c.wxSTC_CMD_UPPERCASE | |
2065 | wxSTC_CMD_LINESCROLLDOWN = stc_c.wxSTC_CMD_LINESCROLLDOWN | |
2066 | wxSTC_CMD_LINESCROLLUP = stc_c.wxSTC_CMD_LINESCROLLUP | |
2067 | wxSTC_CMD_DELETEBACKNOTLINE = stc_c.wxSTC_CMD_DELETEBACKNOTLINE | |
2068 | wxSTC_CMD_HOMEDISPLAY = stc_c.wxSTC_CMD_HOMEDISPLAY | |
2069 | wxSTC_CMD_HOMEDISPLAYEXTEND = stc_c.wxSTC_CMD_HOMEDISPLAYEXTEND | |
2070 | wxSTC_CMD_LINEENDDISPLAY = stc_c.wxSTC_CMD_LINEENDDISPLAY | |
2071 | wxSTC_CMD_LINEENDDISPLAYEXTEND = stc_c.wxSTC_CMD_LINEENDDISPLAYEXTEND | |
2072 | wxSTC_CMD_HOMEWRAP = stc_c.wxSTC_CMD_HOMEWRAP | |
2073 | wxSTC_CMD_HOMEWRAPEXTEND = stc_c.wxSTC_CMD_HOMEWRAPEXTEND | |
2074 | wxSTC_CMD_LINEENDWRAP = stc_c.wxSTC_CMD_LINEENDWRAP | |
2075 | wxSTC_CMD_LINEENDWRAPEXTEND = stc_c.wxSTC_CMD_LINEENDWRAPEXTEND | |
2076 | wxSTC_CMD_VCHOMEWRAP = stc_c.wxSTC_CMD_VCHOMEWRAP | |
2077 | wxSTC_CMD_VCHOMEWRAPEXTEND = stc_c.wxSTC_CMD_VCHOMEWRAPEXTEND | |
2078 | wxSTC_CMD_WORDPARTLEFT = stc_c.wxSTC_CMD_WORDPARTLEFT | |
2079 | wxSTC_CMD_WORDPARTLEFTEXTEND = stc_c.wxSTC_CMD_WORDPARTLEFTEXTEND | |
2080 | wxSTC_CMD_WORDPARTRIGHT = stc_c.wxSTC_CMD_WORDPARTRIGHT | |
2081 | wxSTC_CMD_WORDPARTRIGHTEXTEND = stc_c.wxSTC_CMD_WORDPARTRIGHTEXTEND | |
2082 | wxSTC_CMD_DELLINELEFT = stc_c.wxSTC_CMD_DELLINELEFT | |
2083 | wxSTC_CMD_DELLINERIGHT = stc_c.wxSTC_CMD_DELLINERIGHT | |
2084 | wxSTC_CMD_PARADOWN = stc_c.wxSTC_CMD_PARADOWN | |
2085 | wxSTC_CMD_PARADOWNEXTEND = stc_c.wxSTC_CMD_PARADOWNEXTEND | |
2086 | wxSTC_CMD_PARAUP = stc_c.wxSTC_CMD_PARAUP | |
2087 | wxSTC_CMD_PARAUPEXTEND = stc_c.wxSTC_CMD_PARAUPEXTEND | |
2088 | wxEVT_STC_CHANGE = stc_c.wxEVT_STC_CHANGE | |
2089 | wxEVT_STC_STYLENEEDED = stc_c.wxEVT_STC_STYLENEEDED | |
2090 | wxEVT_STC_CHARADDED = stc_c.wxEVT_STC_CHARADDED | |
2091 | wxEVT_STC_SAVEPOINTREACHED = stc_c.wxEVT_STC_SAVEPOINTREACHED | |
2092 | wxEVT_STC_SAVEPOINTLEFT = stc_c.wxEVT_STC_SAVEPOINTLEFT | |
2093 | wxEVT_STC_ROMODIFYATTEMPT = stc_c.wxEVT_STC_ROMODIFYATTEMPT | |
2094 | wxEVT_STC_KEY = stc_c.wxEVT_STC_KEY | |
2095 | wxEVT_STC_DOUBLECLICK = stc_c.wxEVT_STC_DOUBLECLICK | |
2096 | wxEVT_STC_UPDATEUI = stc_c.wxEVT_STC_UPDATEUI | |
2097 | wxEVT_STC_MODIFIED = stc_c.wxEVT_STC_MODIFIED | |
2098 | wxEVT_STC_MACRORECORD = stc_c.wxEVT_STC_MACRORECORD | |
2099 | wxEVT_STC_MARGINCLICK = stc_c.wxEVT_STC_MARGINCLICK | |
2100 | wxEVT_STC_NEEDSHOWN = stc_c.wxEVT_STC_NEEDSHOWN | |
2101 | wxEVT_STC_POSCHANGED = stc_c.wxEVT_STC_POSCHANGED | |
2102 | wxEVT_STC_PAINTED = stc_c.wxEVT_STC_PAINTED | |
2103 | wxEVT_STC_USERLISTSELECTION = stc_c.wxEVT_STC_USERLISTSELECTION | |
2104 | wxEVT_STC_URIDROPPED = stc_c.wxEVT_STC_URIDROPPED | |
2105 | wxEVT_STC_DWELLSTART = stc_c.wxEVT_STC_DWELLSTART | |
2106 | wxEVT_STC_DWELLEND = stc_c.wxEVT_STC_DWELLEND | |
2107 | wxEVT_STC_START_DRAG = stc_c.wxEVT_STC_START_DRAG | |
2108 | wxEVT_STC_DRAG_OVER = stc_c.wxEVT_STC_DRAG_OVER | |
2109 | wxEVT_STC_DO_DROP = stc_c.wxEVT_STC_DO_DROP | |
2110 | wxEVT_STC_ZOOM = stc_c.wxEVT_STC_ZOOM | |
2111 | wxEVT_STC_HOTSPOT_CLICK = stc_c.wxEVT_STC_HOTSPOT_CLICK | |
2112 | wxEVT_STC_HOTSPOT_DCLICK = stc_c.wxEVT_STC_HOTSPOT_DCLICK | |
2113 | wxEVT_STC_CALLTIP_CLICK = stc_c.wxEVT_STC_CALLTIP_CLICK | |
2114 | ||
2115 | ||
2116 | #-------------- USER INCLUDE ----------------------- | |
2117 | ||
2118 | # Stuff these names into the wx namespace so wxPyConstructObject can find them | |
2119 | ||
2120 | wx.wxStyledTextEventPtr = wxStyledTextEventPtr | |
2121 | wx.wxStyledTextCtrlPtr = wxStyledTextCtrlPtr | |
2122 | ||
2123 | # This constant no longer exists in Scintilla, but I'll put it here for a while to avoid disrupting user code... | |
2124 | wxSTC_CARET_CENTER = 0 |