]>
Commit | Line | Data |
---|---|---|
8a2fa5c8 RD |
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 | ||
40699168 RD |
12 | from fonts import * |
13 | ||
8a2fa5c8 RD |
14 | from clip_dnd import * |
15 | ||
16 | from events import * | |
17 | ||
18 | from streams import * | |
19 | ||
71737445 RD |
20 | from utils import * |
21 | ||
8a2fa5c8 RD |
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 | ||
8a2fa5c8 RD |
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 | ||
113 | class wxStyledTextCtrlPtr(wxControlPtr): | |
114 | def __init__(self,this): | |
115 | self.this = this | |
116 | self.thisown = 0 | |
117 | def AddText(self, *_args, **_kwargs): | |
118 | val = apply(stc_c.wxStyledTextCtrl_AddText,(self,) + _args, _kwargs) | |
119 | return val | |
120 | def AddStyledText(self, *_args, **_kwargs): | |
121 | val = apply(stc_c.wxStyledTextCtrl_AddStyledText,(self,) + _args, _kwargs) | |
122 | return val | |
123 | def InsertText(self, *_args, **_kwargs): | |
124 | val = apply(stc_c.wxStyledTextCtrl_InsertText,(self,) + _args, _kwargs) | |
125 | return val | |
126 | def ClearAll(self, *_args, **_kwargs): | |
127 | val = apply(stc_c.wxStyledTextCtrl_ClearAll,(self,) + _args, _kwargs) | |
128 | return val | |
129 | def ClearDocumentStyle(self, *_args, **_kwargs): | |
130 | val = apply(stc_c.wxStyledTextCtrl_ClearDocumentStyle,(self,) + _args, _kwargs) | |
131 | return val | |
132 | def GetLength(self, *_args, **_kwargs): | |
133 | val = apply(stc_c.wxStyledTextCtrl_GetLength,(self,) + _args, _kwargs) | |
134 | return val | |
135 | def GetCharAt(self, *_args, **_kwargs): | |
136 | val = apply(stc_c.wxStyledTextCtrl_GetCharAt,(self,) + _args, _kwargs) | |
137 | return val | |
138 | def GetCurrentPos(self, *_args, **_kwargs): | |
139 | val = apply(stc_c.wxStyledTextCtrl_GetCurrentPos,(self,) + _args, _kwargs) | |
140 | return val | |
141 | def GetAnchor(self, *_args, **_kwargs): | |
142 | val = apply(stc_c.wxStyledTextCtrl_GetAnchor,(self,) + _args, _kwargs) | |
143 | return val | |
144 | def GetStyleAt(self, *_args, **_kwargs): | |
145 | val = apply(stc_c.wxStyledTextCtrl_GetStyleAt,(self,) + _args, _kwargs) | |
146 | return val | |
147 | def Redo(self, *_args, **_kwargs): | |
148 | val = apply(stc_c.wxStyledTextCtrl_Redo,(self,) + _args, _kwargs) | |
149 | return val | |
150 | def SetUndoCollection(self, *_args, **_kwargs): | |
151 | val = apply(stc_c.wxStyledTextCtrl_SetUndoCollection,(self,) + _args, _kwargs) | |
152 | return val | |
153 | def SelectAll(self, *_args, **_kwargs): | |
154 | val = apply(stc_c.wxStyledTextCtrl_SelectAll,(self,) + _args, _kwargs) | |
155 | return val | |
156 | def SetSavePoint(self, *_args, **_kwargs): | |
157 | val = apply(stc_c.wxStyledTextCtrl_SetSavePoint,(self,) + _args, _kwargs) | |
158 | return val | |
159 | def GetStyledText(self, *_args, **_kwargs): | |
160 | val = apply(stc_c.wxStyledTextCtrl_GetStyledText,(self,) + _args, _kwargs) | |
161 | return val | |
162 | def CanRedo(self, *_args, **_kwargs): | |
163 | val = apply(stc_c.wxStyledTextCtrl_CanRedo,(self,) + _args, _kwargs) | |
164 | return val | |
165 | def MarkerLineFromHandle(self, *_args, **_kwargs): | |
166 | val = apply(stc_c.wxStyledTextCtrl_MarkerLineFromHandle,(self,) + _args, _kwargs) | |
167 | return val | |
168 | def MarkerDeleteHandle(self, *_args, **_kwargs): | |
169 | val = apply(stc_c.wxStyledTextCtrl_MarkerDeleteHandle,(self,) + _args, _kwargs) | |
170 | return val | |
171 | def GetUndoCollection(self, *_args, **_kwargs): | |
172 | val = apply(stc_c.wxStyledTextCtrl_GetUndoCollection,(self,) + _args, _kwargs) | |
173 | return val | |
174 | def GetViewWhiteSpace(self, *_args, **_kwargs): | |
175 | val = apply(stc_c.wxStyledTextCtrl_GetViewWhiteSpace,(self,) + _args, _kwargs) | |
176 | return val | |
177 | def SetViewWhiteSpace(self, *_args, **_kwargs): | |
178 | val = apply(stc_c.wxStyledTextCtrl_SetViewWhiteSpace,(self,) + _args, _kwargs) | |
179 | return val | |
180 | def PositionFromPoint(self, *_args, **_kwargs): | |
181 | val = apply(stc_c.wxStyledTextCtrl_PositionFromPoint,(self,) + _args, _kwargs) | |
182 | return val | |
183 | def PositionFromPointClose(self, *_args, **_kwargs): | |
184 | val = apply(stc_c.wxStyledTextCtrl_PositionFromPointClose,(self,) + _args, _kwargs) | |
185 | return val | |
186 | def GotoLine(self, *_args, **_kwargs): | |
187 | val = apply(stc_c.wxStyledTextCtrl_GotoLine,(self,) + _args, _kwargs) | |
188 | return val | |
189 | def GotoPos(self, *_args, **_kwargs): | |
190 | val = apply(stc_c.wxStyledTextCtrl_GotoPos,(self,) + _args, _kwargs) | |
191 | return val | |
192 | def SetAnchor(self, *_args, **_kwargs): | |
193 | val = apply(stc_c.wxStyledTextCtrl_SetAnchor,(self,) + _args, _kwargs) | |
194 | return val | |
195 | def GetCurLine(self, *_args, **_kwargs): | |
196 | val = apply(stc_c.wxStyledTextCtrl_GetCurLine,(self,) + _args, _kwargs) | |
197 | return val | |
198 | def GetEndStyled(self, *_args, **_kwargs): | |
199 | val = apply(stc_c.wxStyledTextCtrl_GetEndStyled,(self,) + _args, _kwargs) | |
200 | return val | |
201 | def ConvertEOLs(self, *_args, **_kwargs): | |
202 | val = apply(stc_c.wxStyledTextCtrl_ConvertEOLs,(self,) + _args, _kwargs) | |
203 | return val | |
204 | def GetEOLMode(self, *_args, **_kwargs): | |
205 | val = apply(stc_c.wxStyledTextCtrl_GetEOLMode,(self,) + _args, _kwargs) | |
206 | return val | |
207 | def SetEOLMode(self, *_args, **_kwargs): | |
208 | val = apply(stc_c.wxStyledTextCtrl_SetEOLMode,(self,) + _args, _kwargs) | |
209 | return val | |
210 | def StartStyling(self, *_args, **_kwargs): | |
211 | val = apply(stc_c.wxStyledTextCtrl_StartStyling,(self,) + _args, _kwargs) | |
212 | return val | |
213 | def SetStyling(self, *_args, **_kwargs): | |
214 | val = apply(stc_c.wxStyledTextCtrl_SetStyling,(self,) + _args, _kwargs) | |
215 | return val | |
216 | def GetBufferedDraw(self, *_args, **_kwargs): | |
217 | val = apply(stc_c.wxStyledTextCtrl_GetBufferedDraw,(self,) + _args, _kwargs) | |
218 | return val | |
219 | def SetBufferedDraw(self, *_args, **_kwargs): | |
220 | val = apply(stc_c.wxStyledTextCtrl_SetBufferedDraw,(self,) + _args, _kwargs) | |
221 | return val | |
222 | def SetTabWidth(self, *_args, **_kwargs): | |
223 | val = apply(stc_c.wxStyledTextCtrl_SetTabWidth,(self,) + _args, _kwargs) | |
224 | return val | |
225 | def GetTabWidth(self, *_args, **_kwargs): | |
226 | val = apply(stc_c.wxStyledTextCtrl_GetTabWidth,(self,) + _args, _kwargs) | |
227 | return val | |
228 | def SetCodePage(self, *_args, **_kwargs): | |
229 | val = apply(stc_c.wxStyledTextCtrl_SetCodePage,(self,) + _args, _kwargs) | |
230 | return val | |
231 | def MarkerDefine(self, *_args, **_kwargs): | |
232 | val = apply(stc_c.wxStyledTextCtrl_MarkerDefine,(self,) + _args, _kwargs) | |
233 | return val | |
234 | def MarkerSetForeground(self, *_args, **_kwargs): | |
235 | val = apply(stc_c.wxStyledTextCtrl_MarkerSetForeground,(self,) + _args, _kwargs) | |
236 | return val | |
237 | def MarkerSetBackground(self, *_args, **_kwargs): | |
238 | val = apply(stc_c.wxStyledTextCtrl_MarkerSetBackground,(self,) + _args, _kwargs) | |
239 | return val | |
240 | def MarkerAdd(self, *_args, **_kwargs): | |
241 | val = apply(stc_c.wxStyledTextCtrl_MarkerAdd,(self,) + _args, _kwargs) | |
242 | return val | |
243 | def MarkerDelete(self, *_args, **_kwargs): | |
244 | val = apply(stc_c.wxStyledTextCtrl_MarkerDelete,(self,) + _args, _kwargs) | |
245 | return val | |
246 | def MarkerDeleteAll(self, *_args, **_kwargs): | |
247 | val = apply(stc_c.wxStyledTextCtrl_MarkerDeleteAll,(self,) + _args, _kwargs) | |
248 | return val | |
249 | def MarkerGet(self, *_args, **_kwargs): | |
250 | val = apply(stc_c.wxStyledTextCtrl_MarkerGet,(self,) + _args, _kwargs) | |
251 | return val | |
252 | def MarkerNext(self, *_args, **_kwargs): | |
253 | val = apply(stc_c.wxStyledTextCtrl_MarkerNext,(self,) + _args, _kwargs) | |
254 | return val | |
255 | def MarkerPrevious(self, *_args, **_kwargs): | |
256 | val = apply(stc_c.wxStyledTextCtrl_MarkerPrevious,(self,) + _args, _kwargs) | |
257 | return val | |
258 | def SetMarginType(self, *_args, **_kwargs): | |
259 | val = apply(stc_c.wxStyledTextCtrl_SetMarginType,(self,) + _args, _kwargs) | |
260 | return val | |
261 | def GetMarginType(self, *_args, **_kwargs): | |
262 | val = apply(stc_c.wxStyledTextCtrl_GetMarginType,(self,) + _args, _kwargs) | |
263 | return val | |
264 | def SetMarginWidth(self, *_args, **_kwargs): | |
265 | val = apply(stc_c.wxStyledTextCtrl_SetMarginWidth,(self,) + _args, _kwargs) | |
266 | return val | |
267 | def GetMarginWidth(self, *_args, **_kwargs): | |
268 | val = apply(stc_c.wxStyledTextCtrl_GetMarginWidth,(self,) + _args, _kwargs) | |
269 | return val | |
270 | def SetMarginMask(self, *_args, **_kwargs): | |
271 | val = apply(stc_c.wxStyledTextCtrl_SetMarginMask,(self,) + _args, _kwargs) | |
272 | return val | |
273 | def GetMarginMask(self, *_args, **_kwargs): | |
274 | val = apply(stc_c.wxStyledTextCtrl_GetMarginMask,(self,) + _args, _kwargs) | |
275 | return val | |
276 | def SetMarginSensitive(self, *_args, **_kwargs): | |
277 | val = apply(stc_c.wxStyledTextCtrl_SetMarginSensitive,(self,) + _args, _kwargs) | |
278 | return val | |
279 | def GetMarginSensitive(self, *_args, **_kwargs): | |
280 | val = apply(stc_c.wxStyledTextCtrl_GetMarginSensitive,(self,) + _args, _kwargs) | |
281 | return val | |
282 | def StyleClearAll(self, *_args, **_kwargs): | |
283 | val = apply(stc_c.wxStyledTextCtrl_StyleClearAll,(self,) + _args, _kwargs) | |
284 | return val | |
285 | def StyleSetForeground(self, *_args, **_kwargs): | |
286 | val = apply(stc_c.wxStyledTextCtrl_StyleSetForeground,(self,) + _args, _kwargs) | |
287 | return val | |
288 | def StyleSetBackground(self, *_args, **_kwargs): | |
289 | val = apply(stc_c.wxStyledTextCtrl_StyleSetBackground,(self,) + _args, _kwargs) | |
290 | return val | |
291 | def StyleSetBold(self, *_args, **_kwargs): | |
292 | val = apply(stc_c.wxStyledTextCtrl_StyleSetBold,(self,) + _args, _kwargs) | |
293 | return val | |
294 | def StyleSetItalic(self, *_args, **_kwargs): | |
295 | val = apply(stc_c.wxStyledTextCtrl_StyleSetItalic,(self,) + _args, _kwargs) | |
296 | return val | |
297 | def StyleSetSize(self, *_args, **_kwargs): | |
298 | val = apply(stc_c.wxStyledTextCtrl_StyleSetSize,(self,) + _args, _kwargs) | |
299 | return val | |
300 | def StyleSetFaceName(self, *_args, **_kwargs): | |
301 | val = apply(stc_c.wxStyledTextCtrl_StyleSetFaceName,(self,) + _args, _kwargs) | |
302 | return val | |
303 | def StyleSetEOLFilled(self, *_args, **_kwargs): | |
304 | val = apply(stc_c.wxStyledTextCtrl_StyleSetEOLFilled,(self,) + _args, _kwargs) | |
305 | return val | |
306 | def StyleResetDefault(self, *_args, **_kwargs): | |
307 | val = apply(stc_c.wxStyledTextCtrl_StyleResetDefault,(self,) + _args, _kwargs) | |
308 | return val | |
309 | def StyleSetUnderline(self, *_args, **_kwargs): | |
310 | val = apply(stc_c.wxStyledTextCtrl_StyleSetUnderline,(self,) + _args, _kwargs) | |
311 | return val | |
312 | def StyleSetCase(self, *_args, **_kwargs): | |
313 | val = apply(stc_c.wxStyledTextCtrl_StyleSetCase,(self,) + _args, _kwargs) | |
314 | return val | |
c3bfa1cb RD |
315 | def StyleSetCharacterSet(self, *_args, **_kwargs): |
316 | val = apply(stc_c.wxStyledTextCtrl_StyleSetCharacterSet,(self,) + _args, _kwargs) | |
317 | return val | |
8a2fa5c8 RD |
318 | def SetSelForeground(self, *_args, **_kwargs): |
319 | val = apply(stc_c.wxStyledTextCtrl_SetSelForeground,(self,) + _args, _kwargs) | |
320 | return val | |
321 | def SetSelBackground(self, *_args, **_kwargs): | |
322 | val = apply(stc_c.wxStyledTextCtrl_SetSelBackground,(self,) + _args, _kwargs) | |
323 | return val | |
324 | def SetCaretForeground(self, *_args, **_kwargs): | |
325 | val = apply(stc_c.wxStyledTextCtrl_SetCaretForeground,(self,) + _args, _kwargs) | |
326 | return val | |
327 | def CmdKeyAssign(self, *_args, **_kwargs): | |
328 | val = apply(stc_c.wxStyledTextCtrl_CmdKeyAssign,(self,) + _args, _kwargs) | |
329 | return val | |
330 | def CmdKeyClear(self, *_args, **_kwargs): | |
331 | val = apply(stc_c.wxStyledTextCtrl_CmdKeyClear,(self,) + _args, _kwargs) | |
332 | return val | |
333 | def CmdKeyClearAll(self, *_args, **_kwargs): | |
334 | val = apply(stc_c.wxStyledTextCtrl_CmdKeyClearAll,(self,) + _args, _kwargs) | |
335 | return val | |
336 | def SetStyleBytes(self, *_args, **_kwargs): | |
337 | val = apply(stc_c.wxStyledTextCtrl_SetStyleBytes,(self,) + _args, _kwargs) | |
338 | return val | |
339 | def StyleSetVisible(self, *_args, **_kwargs): | |
340 | val = apply(stc_c.wxStyledTextCtrl_StyleSetVisible,(self,) + _args, _kwargs) | |
341 | return val | |
342 | def GetCaretPeriod(self, *_args, **_kwargs): | |
343 | val = apply(stc_c.wxStyledTextCtrl_GetCaretPeriod,(self,) + _args, _kwargs) | |
344 | return val | |
345 | def SetCaretPeriod(self, *_args, **_kwargs): | |
346 | val = apply(stc_c.wxStyledTextCtrl_SetCaretPeriod,(self,) + _args, _kwargs) | |
347 | return val | |
348 | def SetWordChars(self, *_args, **_kwargs): | |
349 | val = apply(stc_c.wxStyledTextCtrl_SetWordChars,(self,) + _args, _kwargs) | |
350 | return val | |
351 | def BeginUndoAction(self, *_args, **_kwargs): | |
352 | val = apply(stc_c.wxStyledTextCtrl_BeginUndoAction,(self,) + _args, _kwargs) | |
353 | return val | |
354 | def EndUndoAction(self, *_args, **_kwargs): | |
355 | val = apply(stc_c.wxStyledTextCtrl_EndUndoAction,(self,) + _args, _kwargs) | |
356 | return val | |
357 | def IndicatorSetStyle(self, *_args, **_kwargs): | |
358 | val = apply(stc_c.wxStyledTextCtrl_IndicatorSetStyle,(self,) + _args, _kwargs) | |
359 | return val | |
360 | def IndicatorGetStyle(self, *_args, **_kwargs): | |
361 | val = apply(stc_c.wxStyledTextCtrl_IndicatorGetStyle,(self,) + _args, _kwargs) | |
362 | return val | |
363 | def IndicatorSetForeground(self, *_args, **_kwargs): | |
364 | val = apply(stc_c.wxStyledTextCtrl_IndicatorSetForeground,(self,) + _args, _kwargs) | |
365 | return val | |
366 | def IndicatorGetForeground(self, *_args, **_kwargs): | |
367 | val = apply(stc_c.wxStyledTextCtrl_IndicatorGetForeground,(self,) + _args, _kwargs) | |
368 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
369 | return val | |
370 | def SetStyleBits(self, *_args, **_kwargs): | |
371 | val = apply(stc_c.wxStyledTextCtrl_SetStyleBits,(self,) + _args, _kwargs) | |
372 | return val | |
373 | def GetStyleBits(self, *_args, **_kwargs): | |
374 | val = apply(stc_c.wxStyledTextCtrl_GetStyleBits,(self,) + _args, _kwargs) | |
375 | return val | |
376 | def SetLineState(self, *_args, **_kwargs): | |
377 | val = apply(stc_c.wxStyledTextCtrl_SetLineState,(self,) + _args, _kwargs) | |
378 | return val | |
379 | def GetLineState(self, *_args, **_kwargs): | |
380 | val = apply(stc_c.wxStyledTextCtrl_GetLineState,(self,) + _args, _kwargs) | |
381 | return val | |
382 | def GetMaxLineState(self, *_args, **_kwargs): | |
383 | val = apply(stc_c.wxStyledTextCtrl_GetMaxLineState,(self,) + _args, _kwargs) | |
384 | return val | |
385 | def GetCaretLineVisible(self, *_args, **_kwargs): | |
386 | val = apply(stc_c.wxStyledTextCtrl_GetCaretLineVisible,(self,) + _args, _kwargs) | |
387 | return val | |
388 | def SetCaretLineVisible(self, *_args, **_kwargs): | |
389 | val = apply(stc_c.wxStyledTextCtrl_SetCaretLineVisible,(self,) + _args, _kwargs) | |
390 | return val | |
391 | def GetCaretLineBack(self, *_args, **_kwargs): | |
392 | val = apply(stc_c.wxStyledTextCtrl_GetCaretLineBack,(self,) + _args, _kwargs) | |
393 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
394 | return val | |
395 | def SetCaretLineBack(self, *_args, **_kwargs): | |
396 | val = apply(stc_c.wxStyledTextCtrl_SetCaretLineBack,(self,) + _args, _kwargs) | |
397 | return val | |
c3bfa1cb RD |
398 | def StyleSetChangeable(self, *_args, **_kwargs): |
399 | val = apply(stc_c.wxStyledTextCtrl_StyleSetChangeable,(self,) + _args, _kwargs) | |
400 | return val | |
8a2fa5c8 RD |
401 | def AutoCompShow(self, *_args, **_kwargs): |
402 | val = apply(stc_c.wxStyledTextCtrl_AutoCompShow,(self,) + _args, _kwargs) | |
403 | return val | |
404 | def AutoCompCancel(self, *_args, **_kwargs): | |
405 | val = apply(stc_c.wxStyledTextCtrl_AutoCompCancel,(self,) + _args, _kwargs) | |
406 | return val | |
407 | def AutoCompActive(self, *_args, **_kwargs): | |
408 | val = apply(stc_c.wxStyledTextCtrl_AutoCompActive,(self,) + _args, _kwargs) | |
409 | return val | |
410 | def AutoCompPosStart(self, *_args, **_kwargs): | |
411 | val = apply(stc_c.wxStyledTextCtrl_AutoCompPosStart,(self,) + _args, _kwargs) | |
412 | return val | |
413 | def AutoCompComplete(self, *_args, **_kwargs): | |
414 | val = apply(stc_c.wxStyledTextCtrl_AutoCompComplete,(self,) + _args, _kwargs) | |
415 | return val | |
416 | def AutoCompStops(self, *_args, **_kwargs): | |
417 | val = apply(stc_c.wxStyledTextCtrl_AutoCompStops,(self,) + _args, _kwargs) | |
418 | return val | |
419 | def AutoCompSetSeparator(self, *_args, **_kwargs): | |
420 | val = apply(stc_c.wxStyledTextCtrl_AutoCompSetSeparator,(self,) + _args, _kwargs) | |
421 | return val | |
422 | def AutoCompGetSeparator(self, *_args, **_kwargs): | |
423 | val = apply(stc_c.wxStyledTextCtrl_AutoCompGetSeparator,(self,) + _args, _kwargs) | |
424 | return val | |
425 | def AutoCompSelect(self, *_args, **_kwargs): | |
426 | val = apply(stc_c.wxStyledTextCtrl_AutoCompSelect,(self,) + _args, _kwargs) | |
427 | return val | |
428 | def AutoCompSetCancelAtStart(self, *_args, **_kwargs): | |
429 | val = apply(stc_c.wxStyledTextCtrl_AutoCompSetCancelAtStart,(self,) + _args, _kwargs) | |
430 | return val | |
431 | def AutoCompGetCancelAtStart(self, *_args, **_kwargs): | |
432 | val = apply(stc_c.wxStyledTextCtrl_AutoCompGetCancelAtStart,(self,) + _args, _kwargs) | |
433 | return val | |
434 | def AutoCompSetFillUps(self, *_args, **_kwargs): | |
435 | val = apply(stc_c.wxStyledTextCtrl_AutoCompSetFillUps,(self,) + _args, _kwargs) | |
436 | return val | |
437 | def AutoCompSetChooseSingle(self, *_args, **_kwargs): | |
438 | val = apply(stc_c.wxStyledTextCtrl_AutoCompSetChooseSingle,(self,) + _args, _kwargs) | |
439 | return val | |
440 | def AutoCompGetChooseSingle(self, *_args, **_kwargs): | |
441 | val = apply(stc_c.wxStyledTextCtrl_AutoCompGetChooseSingle,(self,) + _args, _kwargs) | |
442 | return val | |
443 | def AutoCompSetIgnoreCase(self, *_args, **_kwargs): | |
444 | val = apply(stc_c.wxStyledTextCtrl_AutoCompSetIgnoreCase,(self,) + _args, _kwargs) | |
445 | return val | |
446 | def AutoCompGetIgnoreCase(self, *_args, **_kwargs): | |
447 | val = apply(stc_c.wxStyledTextCtrl_AutoCompGetIgnoreCase,(self,) + _args, _kwargs) | |
448 | return val | |
449 | def UserListShow(self, *_args, **_kwargs): | |
450 | val = apply(stc_c.wxStyledTextCtrl_UserListShow,(self,) + _args, _kwargs) | |
451 | return val | |
452 | def AutoCompSetAutoHide(self, *_args, **_kwargs): | |
453 | val = apply(stc_c.wxStyledTextCtrl_AutoCompSetAutoHide,(self,) + _args, _kwargs) | |
454 | return val | |
455 | def AutoCompGetAutoHide(self, *_args, **_kwargs): | |
456 | val = apply(stc_c.wxStyledTextCtrl_AutoCompGetAutoHide,(self,) + _args, _kwargs) | |
457 | return val | |
c3bfa1cb RD |
458 | def AutoCompSetDropRestOfWord(self, *_args, **_kwargs): |
459 | val = apply(stc_c.wxStyledTextCtrl_AutoCompSetDropRestOfWord,(self,) + _args, _kwargs) | |
460 | return val | |
461 | def AutoCompGetDropRestOfWord(self, *_args, **_kwargs): | |
462 | val = apply(stc_c.wxStyledTextCtrl_AutoCompGetDropRestOfWord,(self,) + _args, _kwargs) | |
463 | return val | |
8a2fa5c8 RD |
464 | def SetIndent(self, *_args, **_kwargs): |
465 | val = apply(stc_c.wxStyledTextCtrl_SetIndent,(self,) + _args, _kwargs) | |
466 | return val | |
467 | def GetIndent(self, *_args, **_kwargs): | |
468 | val = apply(stc_c.wxStyledTextCtrl_GetIndent,(self,) + _args, _kwargs) | |
469 | return val | |
470 | def SetUseTabs(self, *_args, **_kwargs): | |
471 | val = apply(stc_c.wxStyledTextCtrl_SetUseTabs,(self,) + _args, _kwargs) | |
472 | return val | |
473 | def GetUseTabs(self, *_args, **_kwargs): | |
474 | val = apply(stc_c.wxStyledTextCtrl_GetUseTabs,(self,) + _args, _kwargs) | |
475 | return val | |
476 | def SetLineIndentation(self, *_args, **_kwargs): | |
477 | val = apply(stc_c.wxStyledTextCtrl_SetLineIndentation,(self,) + _args, _kwargs) | |
478 | return val | |
479 | def GetLineIndentation(self, *_args, **_kwargs): | |
480 | val = apply(stc_c.wxStyledTextCtrl_GetLineIndentation,(self,) + _args, _kwargs) | |
481 | return val | |
482 | def GetLineIndentPosition(self, *_args, **_kwargs): | |
483 | val = apply(stc_c.wxStyledTextCtrl_GetLineIndentPosition,(self,) + _args, _kwargs) | |
484 | return val | |
485 | def GetColumn(self, *_args, **_kwargs): | |
486 | val = apply(stc_c.wxStyledTextCtrl_GetColumn,(self,) + _args, _kwargs) | |
487 | return val | |
488 | def SetUseHorizontalScrollBar(self, *_args, **_kwargs): | |
489 | val = apply(stc_c.wxStyledTextCtrl_SetUseHorizontalScrollBar,(self,) + _args, _kwargs) | |
490 | return val | |
491 | def GetUseHorizontalScrollBar(self, *_args, **_kwargs): | |
492 | val = apply(stc_c.wxStyledTextCtrl_GetUseHorizontalScrollBar,(self,) + _args, _kwargs) | |
493 | return val | |
494 | def SetIndentationGuides(self, *_args, **_kwargs): | |
495 | val = apply(stc_c.wxStyledTextCtrl_SetIndentationGuides,(self,) + _args, _kwargs) | |
496 | return val | |
497 | def GetIndentationGuides(self, *_args, **_kwargs): | |
498 | val = apply(stc_c.wxStyledTextCtrl_GetIndentationGuides,(self,) + _args, _kwargs) | |
499 | return val | |
500 | def SetHighlightGuide(self, *_args, **_kwargs): | |
501 | val = apply(stc_c.wxStyledTextCtrl_SetHighlightGuide,(self,) + _args, _kwargs) | |
502 | return val | |
503 | def GetHighlightGuide(self, *_args, **_kwargs): | |
504 | val = apply(stc_c.wxStyledTextCtrl_GetHighlightGuide,(self,) + _args, _kwargs) | |
505 | return val | |
506 | def GetLineEndPosition(self, *_args, **_kwargs): | |
507 | val = apply(stc_c.wxStyledTextCtrl_GetLineEndPosition,(self,) + _args, _kwargs) | |
508 | return val | |
509 | def GetCodePage(self, *_args, **_kwargs): | |
510 | val = apply(stc_c.wxStyledTextCtrl_GetCodePage,(self,) + _args, _kwargs) | |
511 | return val | |
512 | def GetCaretForeground(self, *_args, **_kwargs): | |
513 | val = apply(stc_c.wxStyledTextCtrl_GetCaretForeground,(self,) + _args, _kwargs) | |
514 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
515 | return val | |
516 | def GetReadOnly(self, *_args, **_kwargs): | |
517 | val = apply(stc_c.wxStyledTextCtrl_GetReadOnly,(self,) + _args, _kwargs) | |
518 | return val | |
519 | def SetCurrentPos(self, *_args, **_kwargs): | |
520 | val = apply(stc_c.wxStyledTextCtrl_SetCurrentPos,(self,) + _args, _kwargs) | |
521 | return val | |
522 | def SetSelectionStart(self, *_args, **_kwargs): | |
523 | val = apply(stc_c.wxStyledTextCtrl_SetSelectionStart,(self,) + _args, _kwargs) | |
524 | return val | |
525 | def GetSelectionStart(self, *_args, **_kwargs): | |
526 | val = apply(stc_c.wxStyledTextCtrl_GetSelectionStart,(self,) + _args, _kwargs) | |
527 | return val | |
528 | def SetSelectionEnd(self, *_args, **_kwargs): | |
529 | val = apply(stc_c.wxStyledTextCtrl_SetSelectionEnd,(self,) + _args, _kwargs) | |
530 | return val | |
531 | def GetSelectionEnd(self, *_args, **_kwargs): | |
532 | val = apply(stc_c.wxStyledTextCtrl_GetSelectionEnd,(self,) + _args, _kwargs) | |
533 | return val | |
534 | def SetPrintMagnification(self, *_args, **_kwargs): | |
535 | val = apply(stc_c.wxStyledTextCtrl_SetPrintMagnification,(self,) + _args, _kwargs) | |
536 | return val | |
537 | def GetPrintMagnification(self, *_args, **_kwargs): | |
538 | val = apply(stc_c.wxStyledTextCtrl_GetPrintMagnification,(self,) + _args, _kwargs) | |
539 | return val | |
540 | def SetPrintColourMode(self, *_args, **_kwargs): | |
541 | val = apply(stc_c.wxStyledTextCtrl_SetPrintColourMode,(self,) + _args, _kwargs) | |
542 | return val | |
543 | def GetPrintColourMode(self, *_args, **_kwargs): | |
544 | val = apply(stc_c.wxStyledTextCtrl_GetPrintColourMode,(self,) + _args, _kwargs) | |
545 | return val | |
546 | def FindText(self, *_args, **_kwargs): | |
547 | val = apply(stc_c.wxStyledTextCtrl_FindText,(self,) + _args, _kwargs) | |
548 | return val | |
549 | def FormatRange(self, *_args, **_kwargs): | |
550 | val = apply(stc_c.wxStyledTextCtrl_FormatRange,(self,) + _args, _kwargs) | |
551 | return val | |
552 | def GetFirstVisibleLine(self, *_args, **_kwargs): | |
553 | val = apply(stc_c.wxStyledTextCtrl_GetFirstVisibleLine,(self,) + _args, _kwargs) | |
554 | return val | |
555 | def GetLine(self, *_args, **_kwargs): | |
556 | val = apply(stc_c.wxStyledTextCtrl_GetLine,(self,) + _args, _kwargs) | |
557 | return val | |
558 | def GetLineCount(self, *_args, **_kwargs): | |
559 | val = apply(stc_c.wxStyledTextCtrl_GetLineCount,(self,) + _args, _kwargs) | |
560 | return val | |
561 | def SetMarginLeft(self, *_args, **_kwargs): | |
562 | val = apply(stc_c.wxStyledTextCtrl_SetMarginLeft,(self,) + _args, _kwargs) | |
563 | return val | |
564 | def GetMarginLeft(self, *_args, **_kwargs): | |
565 | val = apply(stc_c.wxStyledTextCtrl_GetMarginLeft,(self,) + _args, _kwargs) | |
566 | return val | |
567 | def SetMarginRight(self, *_args, **_kwargs): | |
568 | val = apply(stc_c.wxStyledTextCtrl_SetMarginRight,(self,) + _args, _kwargs) | |
569 | return val | |
570 | def GetMarginRight(self, *_args, **_kwargs): | |
571 | val = apply(stc_c.wxStyledTextCtrl_GetMarginRight,(self,) + _args, _kwargs) | |
572 | return val | |
573 | def GetModify(self, *_args, **_kwargs): | |
574 | val = apply(stc_c.wxStyledTextCtrl_GetModify,(self,) + _args, _kwargs) | |
575 | return val | |
576 | def SetSelection(self, *_args, **_kwargs): | |
577 | val = apply(stc_c.wxStyledTextCtrl_SetSelection,(self,) + _args, _kwargs) | |
578 | return val | |
579 | def GetSelectedText(self, *_args, **_kwargs): | |
580 | val = apply(stc_c.wxStyledTextCtrl_GetSelectedText,(self,) + _args, _kwargs) | |
581 | return val | |
582 | def GetTextRange(self, *_args, **_kwargs): | |
583 | val = apply(stc_c.wxStyledTextCtrl_GetTextRange,(self,) + _args, _kwargs) | |
584 | return val | |
585 | def HideSelection(self, *_args, **_kwargs): | |
586 | val = apply(stc_c.wxStyledTextCtrl_HideSelection,(self,) + _args, _kwargs) | |
587 | return val | |
588 | def LineFromPosition(self, *_args, **_kwargs): | |
589 | val = apply(stc_c.wxStyledTextCtrl_LineFromPosition,(self,) + _args, _kwargs) | |
590 | return val | |
591 | def PositionFromLine(self, *_args, **_kwargs): | |
592 | val = apply(stc_c.wxStyledTextCtrl_PositionFromLine,(self,) + _args, _kwargs) | |
593 | return val | |
594 | def LineScroll(self, *_args, **_kwargs): | |
595 | val = apply(stc_c.wxStyledTextCtrl_LineScroll,(self,) + _args, _kwargs) | |
596 | return val | |
597 | def EnsureCaretVisible(self, *_args, **_kwargs): | |
598 | val = apply(stc_c.wxStyledTextCtrl_EnsureCaretVisible,(self,) + _args, _kwargs) | |
599 | return val | |
600 | def ReplaceSelection(self, *_args, **_kwargs): | |
601 | val = apply(stc_c.wxStyledTextCtrl_ReplaceSelection,(self,) + _args, _kwargs) | |
602 | return val | |
603 | def SetReadOnly(self, *_args, **_kwargs): | |
604 | val = apply(stc_c.wxStyledTextCtrl_SetReadOnly,(self,) + _args, _kwargs) | |
605 | return val | |
606 | def CanPaste(self, *_args, **_kwargs): | |
607 | val = apply(stc_c.wxStyledTextCtrl_CanPaste,(self,) + _args, _kwargs) | |
608 | return val | |
609 | def CanUndo(self, *_args, **_kwargs): | |
610 | val = apply(stc_c.wxStyledTextCtrl_CanUndo,(self,) + _args, _kwargs) | |
611 | return val | |
612 | def EmptyUndoBuffer(self, *_args, **_kwargs): | |
613 | val = apply(stc_c.wxStyledTextCtrl_EmptyUndoBuffer,(self,) + _args, _kwargs) | |
614 | return val | |
615 | def Undo(self, *_args, **_kwargs): | |
616 | val = apply(stc_c.wxStyledTextCtrl_Undo,(self,) + _args, _kwargs) | |
617 | return val | |
618 | def Cut(self, *_args, **_kwargs): | |
619 | val = apply(stc_c.wxStyledTextCtrl_Cut,(self,) + _args, _kwargs) | |
620 | return val | |
621 | def Copy(self, *_args, **_kwargs): | |
622 | val = apply(stc_c.wxStyledTextCtrl_Copy,(self,) + _args, _kwargs) | |
623 | return val | |
624 | def Paste(self, *_args, **_kwargs): | |
625 | val = apply(stc_c.wxStyledTextCtrl_Paste,(self,) + _args, _kwargs) | |
626 | return val | |
627 | def Clear(self, *_args, **_kwargs): | |
628 | val = apply(stc_c.wxStyledTextCtrl_Clear,(self,) + _args, _kwargs) | |
629 | return val | |
630 | def SetText(self, *_args, **_kwargs): | |
631 | val = apply(stc_c.wxStyledTextCtrl_SetText,(self,) + _args, _kwargs) | |
632 | return val | |
633 | def GetText(self, *_args, **_kwargs): | |
634 | val = apply(stc_c.wxStyledTextCtrl_GetText,(self,) + _args, _kwargs) | |
635 | return val | |
636 | def GetTextLength(self, *_args, **_kwargs): | |
637 | val = apply(stc_c.wxStyledTextCtrl_GetTextLength,(self,) + _args, _kwargs) | |
638 | return val | |
639 | def SetOvertype(self, *_args, **_kwargs): | |
640 | val = apply(stc_c.wxStyledTextCtrl_SetOvertype,(self,) + _args, _kwargs) | |
641 | return val | |
642 | def GetOvertype(self, *_args, **_kwargs): | |
643 | val = apply(stc_c.wxStyledTextCtrl_GetOvertype,(self,) + _args, _kwargs) | |
644 | return val | |
645 | def SetCaretWidth(self, *_args, **_kwargs): | |
646 | val = apply(stc_c.wxStyledTextCtrl_SetCaretWidth,(self,) + _args, _kwargs) | |
647 | return val | |
648 | def GetCaretWidth(self, *_args, **_kwargs): | |
649 | val = apply(stc_c.wxStyledTextCtrl_GetCaretWidth,(self,) + _args, _kwargs) | |
650 | return val | |
651 | def SetTargetStart(self, *_args, **_kwargs): | |
652 | val = apply(stc_c.wxStyledTextCtrl_SetTargetStart,(self,) + _args, _kwargs) | |
653 | return val | |
654 | def GetTargetStart(self, *_args, **_kwargs): | |
655 | val = apply(stc_c.wxStyledTextCtrl_GetTargetStart,(self,) + _args, _kwargs) | |
656 | return val | |
657 | def SetTargetEnd(self, *_args, **_kwargs): | |
658 | val = apply(stc_c.wxStyledTextCtrl_SetTargetEnd,(self,) + _args, _kwargs) | |
659 | return val | |
660 | def GetTargetEnd(self, *_args, **_kwargs): | |
661 | val = apply(stc_c.wxStyledTextCtrl_GetTargetEnd,(self,) + _args, _kwargs) | |
662 | return val | |
663 | def ReplaceTarget(self, *_args, **_kwargs): | |
664 | val = apply(stc_c.wxStyledTextCtrl_ReplaceTarget,(self,) + _args, _kwargs) | |
665 | return val | |
666 | def ReplaceTargetRE(self, *_args, **_kwargs): | |
667 | val = apply(stc_c.wxStyledTextCtrl_ReplaceTargetRE,(self,) + _args, _kwargs) | |
668 | return val | |
669 | def SearchInTarget(self, *_args, **_kwargs): | |
670 | val = apply(stc_c.wxStyledTextCtrl_SearchInTarget,(self,) + _args, _kwargs) | |
671 | return val | |
672 | def SetSearchFlags(self, *_args, **_kwargs): | |
673 | val = apply(stc_c.wxStyledTextCtrl_SetSearchFlags,(self,) + _args, _kwargs) | |
674 | return val | |
675 | def GetSearchFlags(self, *_args, **_kwargs): | |
676 | val = apply(stc_c.wxStyledTextCtrl_GetSearchFlags,(self,) + _args, _kwargs) | |
677 | return val | |
678 | def CallTipShow(self, *_args, **_kwargs): | |
679 | val = apply(stc_c.wxStyledTextCtrl_CallTipShow,(self,) + _args, _kwargs) | |
680 | return val | |
681 | def CallTipCancel(self, *_args, **_kwargs): | |
682 | val = apply(stc_c.wxStyledTextCtrl_CallTipCancel,(self,) + _args, _kwargs) | |
683 | return val | |
684 | def CallTipActive(self, *_args, **_kwargs): | |
685 | val = apply(stc_c.wxStyledTextCtrl_CallTipActive,(self,) + _args, _kwargs) | |
686 | return val | |
687 | def CallTipPosAtStart(self, *_args, **_kwargs): | |
688 | val = apply(stc_c.wxStyledTextCtrl_CallTipPosAtStart,(self,) + _args, _kwargs) | |
689 | return val | |
690 | def CallTipSetHighlight(self, *_args, **_kwargs): | |
691 | val = apply(stc_c.wxStyledTextCtrl_CallTipSetHighlight,(self,) + _args, _kwargs) | |
692 | return val | |
693 | def CallTipSetBackground(self, *_args, **_kwargs): | |
694 | val = apply(stc_c.wxStyledTextCtrl_CallTipSetBackground,(self,) + _args, _kwargs) | |
695 | return val | |
696 | def VisibleFromDocLine(self, *_args, **_kwargs): | |
697 | val = apply(stc_c.wxStyledTextCtrl_VisibleFromDocLine,(self,) + _args, _kwargs) | |
698 | return val | |
699 | def DocLineFromVisible(self, *_args, **_kwargs): | |
700 | val = apply(stc_c.wxStyledTextCtrl_DocLineFromVisible,(self,) + _args, _kwargs) | |
701 | return val | |
702 | def SetFoldLevel(self, *_args, **_kwargs): | |
703 | val = apply(stc_c.wxStyledTextCtrl_SetFoldLevel,(self,) + _args, _kwargs) | |
704 | return val | |
705 | def GetFoldLevel(self, *_args, **_kwargs): | |
706 | val = apply(stc_c.wxStyledTextCtrl_GetFoldLevel,(self,) + _args, _kwargs) | |
707 | return val | |
708 | def GetLastChild(self, *_args, **_kwargs): | |
709 | val = apply(stc_c.wxStyledTextCtrl_GetLastChild,(self,) + _args, _kwargs) | |
710 | return val | |
711 | def GetFoldParent(self, *_args, **_kwargs): | |
712 | val = apply(stc_c.wxStyledTextCtrl_GetFoldParent,(self,) + _args, _kwargs) | |
713 | return val | |
714 | def ShowLines(self, *_args, **_kwargs): | |
715 | val = apply(stc_c.wxStyledTextCtrl_ShowLines,(self,) + _args, _kwargs) | |
716 | return val | |
717 | def HideLines(self, *_args, **_kwargs): | |
718 | val = apply(stc_c.wxStyledTextCtrl_HideLines,(self,) + _args, _kwargs) | |
719 | return val | |
720 | def GetLineVisible(self, *_args, **_kwargs): | |
721 | val = apply(stc_c.wxStyledTextCtrl_GetLineVisible,(self,) + _args, _kwargs) | |
722 | return val | |
723 | def SetFoldExpanded(self, *_args, **_kwargs): | |
724 | val = apply(stc_c.wxStyledTextCtrl_SetFoldExpanded,(self,) + _args, _kwargs) | |
725 | return val | |
726 | def GetFoldExpanded(self, *_args, **_kwargs): | |
727 | val = apply(stc_c.wxStyledTextCtrl_GetFoldExpanded,(self,) + _args, _kwargs) | |
728 | return val | |
729 | def ToggleFold(self, *_args, **_kwargs): | |
730 | val = apply(stc_c.wxStyledTextCtrl_ToggleFold,(self,) + _args, _kwargs) | |
731 | return val | |
732 | def EnsureVisible(self, *_args, **_kwargs): | |
733 | val = apply(stc_c.wxStyledTextCtrl_EnsureVisible,(self,) + _args, _kwargs) | |
734 | return val | |
735 | def SetFoldFlags(self, *_args, **_kwargs): | |
736 | val = apply(stc_c.wxStyledTextCtrl_SetFoldFlags,(self,) + _args, _kwargs) | |
737 | return val | |
738 | def EnsureVisibleEnforcePolicy(self, *_args, **_kwargs): | |
739 | val = apply(stc_c.wxStyledTextCtrl_EnsureVisibleEnforcePolicy,(self,) + _args, _kwargs) | |
740 | return val | |
741 | def SetTabIndents(self, *_args, **_kwargs): | |
742 | val = apply(stc_c.wxStyledTextCtrl_SetTabIndents,(self,) + _args, _kwargs) | |
743 | return val | |
744 | def GetTabIndents(self, *_args, **_kwargs): | |
745 | val = apply(stc_c.wxStyledTextCtrl_GetTabIndents,(self,) + _args, _kwargs) | |
746 | return val | |
747 | def SetBackSpaceUnIndents(self, *_args, **_kwargs): | |
748 | val = apply(stc_c.wxStyledTextCtrl_SetBackSpaceUnIndents,(self,) + _args, _kwargs) | |
749 | return val | |
750 | def GetBackSpaceUnIndents(self, *_args, **_kwargs): | |
751 | val = apply(stc_c.wxStyledTextCtrl_GetBackSpaceUnIndents,(self,) + _args, _kwargs) | |
752 | return val | |
753 | def SetMouseDwellTime(self, *_args, **_kwargs): | |
754 | val = apply(stc_c.wxStyledTextCtrl_SetMouseDwellTime,(self,) + _args, _kwargs) | |
755 | return val | |
756 | def GetMouseDwellTime(self, *_args, **_kwargs): | |
757 | val = apply(stc_c.wxStyledTextCtrl_GetMouseDwellTime,(self,) + _args, _kwargs) | |
758 | return val | |
c3bfa1cb RD |
759 | def WordStartPosition(self, *_args, **_kwargs): |
760 | val = apply(stc_c.wxStyledTextCtrl_WordStartPosition,(self,) + _args, _kwargs) | |
761 | return val | |
762 | def WordEndPosition(self, *_args, **_kwargs): | |
763 | val = apply(stc_c.wxStyledTextCtrl_WordEndPosition,(self,) + _args, _kwargs) | |
764 | return val | |
765 | def SetWrapMode(self, *_args, **_kwargs): | |
766 | val = apply(stc_c.wxStyledTextCtrl_SetWrapMode,(self,) + _args, _kwargs) | |
767 | return val | |
768 | def GetWrapMode(self, *_args, **_kwargs): | |
769 | val = apply(stc_c.wxStyledTextCtrl_GetWrapMode,(self,) + _args, _kwargs) | |
770 | return val | |
771 | def SetLayoutCache(self, *_args, **_kwargs): | |
772 | val = apply(stc_c.wxStyledTextCtrl_SetLayoutCache,(self,) + _args, _kwargs) | |
773 | return val | |
774 | def GetLayoutCache(self, *_args, **_kwargs): | |
775 | val = apply(stc_c.wxStyledTextCtrl_GetLayoutCache,(self,) + _args, _kwargs) | |
776 | return val | |
8a2fa5c8 RD |
777 | def MoveCaretInsideView(self, *_args, **_kwargs): |
778 | val = apply(stc_c.wxStyledTextCtrl_MoveCaretInsideView,(self,) + _args, _kwargs) | |
779 | return val | |
780 | def LineLength(self, *_args, **_kwargs): | |
781 | val = apply(stc_c.wxStyledTextCtrl_LineLength,(self,) + _args, _kwargs) | |
782 | return val | |
783 | def BraceHighlight(self, *_args, **_kwargs): | |
784 | val = apply(stc_c.wxStyledTextCtrl_BraceHighlight,(self,) + _args, _kwargs) | |
785 | return val | |
786 | def BraceBadLight(self, *_args, **_kwargs): | |
787 | val = apply(stc_c.wxStyledTextCtrl_BraceBadLight,(self,) + _args, _kwargs) | |
788 | return val | |
789 | def BraceMatch(self, *_args, **_kwargs): | |
790 | val = apply(stc_c.wxStyledTextCtrl_BraceMatch,(self,) + _args, _kwargs) | |
791 | return val | |
792 | def GetViewEOL(self, *_args, **_kwargs): | |
793 | val = apply(stc_c.wxStyledTextCtrl_GetViewEOL,(self,) + _args, _kwargs) | |
794 | return val | |
795 | def SetViewEOL(self, *_args, **_kwargs): | |
796 | val = apply(stc_c.wxStyledTextCtrl_SetViewEOL,(self,) + _args, _kwargs) | |
797 | return val | |
798 | def GetDocPointer(self, *_args, **_kwargs): | |
799 | val = apply(stc_c.wxStyledTextCtrl_GetDocPointer,(self,) + _args, _kwargs) | |
800 | return val | |
801 | def SetDocPointer(self, *_args, **_kwargs): | |
802 | val = apply(stc_c.wxStyledTextCtrl_SetDocPointer,(self,) + _args, _kwargs) | |
803 | return val | |
804 | def SetModEventMask(self, *_args, **_kwargs): | |
805 | val = apply(stc_c.wxStyledTextCtrl_SetModEventMask,(self,) + _args, _kwargs) | |
806 | return val | |
807 | def GetEdgeColumn(self, *_args, **_kwargs): | |
808 | val = apply(stc_c.wxStyledTextCtrl_GetEdgeColumn,(self,) + _args, _kwargs) | |
809 | return val | |
810 | def SetEdgeColumn(self, *_args, **_kwargs): | |
811 | val = apply(stc_c.wxStyledTextCtrl_SetEdgeColumn,(self,) + _args, _kwargs) | |
812 | return val | |
813 | def GetEdgeMode(self, *_args, **_kwargs): | |
814 | val = apply(stc_c.wxStyledTextCtrl_GetEdgeMode,(self,) + _args, _kwargs) | |
815 | return val | |
816 | def SetEdgeMode(self, *_args, **_kwargs): | |
817 | val = apply(stc_c.wxStyledTextCtrl_SetEdgeMode,(self,) + _args, _kwargs) | |
818 | return val | |
819 | def GetEdgeColour(self, *_args, **_kwargs): | |
820 | val = apply(stc_c.wxStyledTextCtrl_GetEdgeColour,(self,) + _args, _kwargs) | |
821 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
822 | return val | |
823 | def SetEdgeColour(self, *_args, **_kwargs): | |
824 | val = apply(stc_c.wxStyledTextCtrl_SetEdgeColour,(self,) + _args, _kwargs) | |
825 | return val | |
826 | def SearchAnchor(self, *_args, **_kwargs): | |
827 | val = apply(stc_c.wxStyledTextCtrl_SearchAnchor,(self,) + _args, _kwargs) | |
828 | return val | |
829 | def SearchNext(self, *_args, **_kwargs): | |
830 | val = apply(stc_c.wxStyledTextCtrl_SearchNext,(self,) + _args, _kwargs) | |
831 | return val | |
832 | def SearchPrev(self, *_args, **_kwargs): | |
833 | val = apply(stc_c.wxStyledTextCtrl_SearchPrev,(self,) + _args, _kwargs) | |
834 | return val | |
835 | def SetCaretPolicy(self, *_args, **_kwargs): | |
836 | val = apply(stc_c.wxStyledTextCtrl_SetCaretPolicy,(self,) + _args, _kwargs) | |
837 | return val | |
838 | def LinesOnScreen(self, *_args, **_kwargs): | |
839 | val = apply(stc_c.wxStyledTextCtrl_LinesOnScreen,(self,) + _args, _kwargs) | |
840 | return val | |
841 | def UsePopUp(self, *_args, **_kwargs): | |
842 | val = apply(stc_c.wxStyledTextCtrl_UsePopUp,(self,) + _args, _kwargs) | |
843 | return val | |
844 | def SelectionIsRectangle(self, *_args, **_kwargs): | |
845 | val = apply(stc_c.wxStyledTextCtrl_SelectionIsRectangle,(self,) + _args, _kwargs) | |
846 | return val | |
847 | def SetZoom(self, *_args, **_kwargs): | |
848 | val = apply(stc_c.wxStyledTextCtrl_SetZoom,(self,) + _args, _kwargs) | |
849 | return val | |
850 | def GetZoom(self, *_args, **_kwargs): | |
851 | val = apply(stc_c.wxStyledTextCtrl_GetZoom,(self,) + _args, _kwargs) | |
852 | return val | |
853 | def CreateDocument(self, *_args, **_kwargs): | |
854 | val = apply(stc_c.wxStyledTextCtrl_CreateDocument,(self,) + _args, _kwargs) | |
855 | return val | |
856 | def AddRefDocument(self, *_args, **_kwargs): | |
857 | val = apply(stc_c.wxStyledTextCtrl_AddRefDocument,(self,) + _args, _kwargs) | |
858 | return val | |
859 | def ReleaseDocument(self, *_args, **_kwargs): | |
860 | val = apply(stc_c.wxStyledTextCtrl_ReleaseDocument,(self,) + _args, _kwargs) | |
861 | return val | |
862 | def GetModEventMask(self, *_args, **_kwargs): | |
863 | val = apply(stc_c.wxStyledTextCtrl_GetModEventMask,(self,) + _args, _kwargs) | |
864 | return val | |
865 | def SetSTCFocus(self, *_args, **_kwargs): | |
866 | val = apply(stc_c.wxStyledTextCtrl_SetSTCFocus,(self,) + _args, _kwargs) | |
867 | return val | |
868 | def GetSTCFocus(self, *_args, **_kwargs): | |
869 | val = apply(stc_c.wxStyledTextCtrl_GetSTCFocus,(self,) + _args, _kwargs) | |
870 | return val | |
871 | def SetStatus(self, *_args, **_kwargs): | |
872 | val = apply(stc_c.wxStyledTextCtrl_SetStatus,(self,) + _args, _kwargs) | |
873 | return val | |
874 | def GetStatus(self, *_args, **_kwargs): | |
875 | val = apply(stc_c.wxStyledTextCtrl_GetStatus,(self,) + _args, _kwargs) | |
876 | return val | |
877 | def SetMouseDownCaptures(self, *_args, **_kwargs): | |
878 | val = apply(stc_c.wxStyledTextCtrl_SetMouseDownCaptures,(self,) + _args, _kwargs) | |
879 | return val | |
880 | def GetMouseDownCaptures(self, *_args, **_kwargs): | |
881 | val = apply(stc_c.wxStyledTextCtrl_GetMouseDownCaptures,(self,) + _args, _kwargs) | |
882 | return val | |
883 | def SetCursor(self, *_args, **_kwargs): | |
884 | val = apply(stc_c.wxStyledTextCtrl_SetCursor,(self,) + _args, _kwargs) | |
885 | return val | |
886 | def GetCursor(self, *_args, **_kwargs): | |
887 | val = apply(stc_c.wxStyledTextCtrl_GetCursor,(self,) + _args, _kwargs) | |
888 | return val | |
c3bfa1cb RD |
889 | def SetControlCharSymbol(self, *_args, **_kwargs): |
890 | val = apply(stc_c.wxStyledTextCtrl_SetControlCharSymbol,(self,) + _args, _kwargs) | |
891 | return val | |
892 | def GetControlCharSymbol(self, *_args, **_kwargs): | |
893 | val = apply(stc_c.wxStyledTextCtrl_GetControlCharSymbol,(self,) + _args, _kwargs) | |
894 | return val | |
8a2fa5c8 RD |
895 | def WordPartLeft(self, *_args, **_kwargs): |
896 | val = apply(stc_c.wxStyledTextCtrl_WordPartLeft,(self,) + _args, _kwargs) | |
897 | return val | |
898 | def WordPartLeftExtend(self, *_args, **_kwargs): | |
899 | val = apply(stc_c.wxStyledTextCtrl_WordPartLeftExtend,(self,) + _args, _kwargs) | |
900 | return val | |
901 | def WordPartRight(self, *_args, **_kwargs): | |
902 | val = apply(stc_c.wxStyledTextCtrl_WordPartRight,(self,) + _args, _kwargs) | |
903 | return val | |
904 | def WordPartRightExtend(self, *_args, **_kwargs): | |
905 | val = apply(stc_c.wxStyledTextCtrl_WordPartRightExtend,(self,) + _args, _kwargs) | |
906 | return val | |
907 | def SetVisiblePolicy(self, *_args, **_kwargs): | |
908 | val = apply(stc_c.wxStyledTextCtrl_SetVisiblePolicy,(self,) + _args, _kwargs) | |
909 | return val | |
910 | def DelLineLeft(self, *_args, **_kwargs): | |
911 | val = apply(stc_c.wxStyledTextCtrl_DelLineLeft,(self,) + _args, _kwargs) | |
912 | return val | |
913 | def DelLineRight(self, *_args, **_kwargs): | |
914 | val = apply(stc_c.wxStyledTextCtrl_DelLineRight,(self,) + _args, _kwargs) | |
915 | return val | |
c3bfa1cb RD |
916 | def SetXOffset(self, *_args, **_kwargs): |
917 | val = apply(stc_c.wxStyledTextCtrl_SetXOffset,(self,) + _args, _kwargs) | |
918 | return val | |
919 | def GetXOffset(self, *_args, **_kwargs): | |
920 | val = apply(stc_c.wxStyledTextCtrl_GetXOffset,(self,) + _args, _kwargs) | |
921 | return val | |
8a2fa5c8 RD |
922 | def StartRecord(self, *_args, **_kwargs): |
923 | val = apply(stc_c.wxStyledTextCtrl_StartRecord,(self,) + _args, _kwargs) | |
924 | return val | |
925 | def StopRecord(self, *_args, **_kwargs): | |
926 | val = apply(stc_c.wxStyledTextCtrl_StopRecord,(self,) + _args, _kwargs) | |
927 | return val | |
928 | def SetLexer(self, *_args, **_kwargs): | |
929 | val = apply(stc_c.wxStyledTextCtrl_SetLexer,(self,) + _args, _kwargs) | |
930 | return val | |
931 | def GetLexer(self, *_args, **_kwargs): | |
932 | val = apply(stc_c.wxStyledTextCtrl_GetLexer,(self,) + _args, _kwargs) | |
933 | return val | |
934 | def Colourise(self, *_args, **_kwargs): | |
935 | val = apply(stc_c.wxStyledTextCtrl_Colourise,(self,) + _args, _kwargs) | |
936 | return val | |
937 | def SetProperty(self, *_args, **_kwargs): | |
938 | val = apply(stc_c.wxStyledTextCtrl_SetProperty,(self,) + _args, _kwargs) | |
939 | return val | |
940 | def SetKeyWords(self, *_args, **_kwargs): | |
941 | val = apply(stc_c.wxStyledTextCtrl_SetKeyWords,(self,) + _args, _kwargs) | |
942 | return val | |
943 | def SetLexerLanguage(self, *_args, **_kwargs): | |
944 | val = apply(stc_c.wxStyledTextCtrl_SetLexerLanguage,(self,) + _args, _kwargs) | |
945 | return val | |
946 | def GetCurrentLine(self, *_args, **_kwargs): | |
947 | val = apply(stc_c.wxStyledTextCtrl_GetCurrentLine,(self,) + _args, _kwargs) | |
948 | return val | |
949 | def StyleSetSpec(self, *_args, **_kwargs): | |
950 | val = apply(stc_c.wxStyledTextCtrl_StyleSetSpec,(self,) + _args, _kwargs) | |
951 | return val | |
952 | def StyleSetFont(self, *_args, **_kwargs): | |
953 | val = apply(stc_c.wxStyledTextCtrl_StyleSetFont,(self,) + _args, _kwargs) | |
954 | return val | |
955 | def StyleSetFontAttr(self, *_args, **_kwargs): | |
956 | val = apply(stc_c.wxStyledTextCtrl_StyleSetFontAttr,(self,) + _args, _kwargs) | |
957 | return val | |
958 | def CmdKeyExecute(self, *_args, **_kwargs): | |
959 | val = apply(stc_c.wxStyledTextCtrl_CmdKeyExecute,(self,) + _args, _kwargs) | |
960 | return val | |
961 | def SetMargins(self, *_args, **_kwargs): | |
962 | val = apply(stc_c.wxStyledTextCtrl_SetMargins,(self,) + _args, _kwargs) | |
963 | return val | |
964 | def GetSelection(self, *_args, **_kwargs): | |
965 | val = apply(stc_c.wxStyledTextCtrl_GetSelection,(self,) + _args, _kwargs) | |
966 | return val | |
967 | def PointFromPosition(self, *_args, **_kwargs): | |
968 | val = apply(stc_c.wxStyledTextCtrl_PointFromPosition,(self,) + _args, _kwargs) | |
969 | if val: val = wxPointPtr(val) ; val.thisown = 1 | |
970 | return val | |
971 | def ScrollToLine(self, *_args, **_kwargs): | |
972 | val = apply(stc_c.wxStyledTextCtrl_ScrollToLine,(self,) + _args, _kwargs) | |
973 | return val | |
974 | def ScrollToColumn(self, *_args, **_kwargs): | |
975 | val = apply(stc_c.wxStyledTextCtrl_ScrollToColumn,(self,) + _args, _kwargs) | |
976 | return val | |
977 | def SendMsg(self, *_args, **_kwargs): | |
978 | val = apply(stc_c.wxStyledTextCtrl_SendMsg,(self,) + _args, _kwargs) | |
979 | return val | |
dbd3685c RD |
980 | def SetVScrollBar(self, *_args, **_kwargs): |
981 | val = apply(stc_c.wxStyledTextCtrl_SetVScrollBar,(self,) + _args, _kwargs) | |
982 | return val | |
983 | def SetHScrollBar(self, *_args, **_kwargs): | |
984 | val = apply(stc_c.wxStyledTextCtrl_SetHScrollBar,(self,) + _args, _kwargs) | |
985 | return val | |
40699168 RD |
986 | def GetLastKeydownProcessed(self, *_args, **_kwargs): |
987 | val = apply(stc_c.wxStyledTextCtrl_GetLastKeydownProcessed,(self,) + _args, _kwargs) | |
988 | return val | |
989 | def SetLastKeydownProcessed(self, *_args, **_kwargs): | |
990 | val = apply(stc_c.wxStyledTextCtrl_SetLastKeydownProcessed,(self,) + _args, _kwargs) | |
991 | return val | |
8a2fa5c8 RD |
992 | def __repr__(self): |
993 | return "<C wxStyledTextCtrl instance at %s>" % (self.this,) | |
994 | class wxStyledTextCtrl(wxStyledTextCtrlPtr): | |
995 | def __init__(self,*_args,**_kwargs): | |
996 | self.this = apply(stc_c.new_wxStyledTextCtrl,_args,_kwargs) | |
997 | self.thisown = 1 | |
998 | self._setOORInfo(self) | |
999 | ||
1000 | ||
1001 | ||
1002 | ||
1003 | class wxStyledTextEventPtr(wxCommandEventPtr): | |
1004 | def __init__(self,this): | |
1005 | self.this = this | |
1006 | self.thisown = 0 | |
1007 | def __del__(self,stc_c=stc_c): | |
1008 | if self.thisown == 1 : | |
1009 | stc_c.delete_wxStyledTextEvent(self) | |
1010 | def SetPosition(self, *_args, **_kwargs): | |
1011 | val = apply(stc_c.wxStyledTextEvent_SetPosition,(self,) + _args, _kwargs) | |
1012 | return val | |
1013 | def SetKey(self, *_args, **_kwargs): | |
1014 | val = apply(stc_c.wxStyledTextEvent_SetKey,(self,) + _args, _kwargs) | |
1015 | return val | |
1016 | def SetModifiers(self, *_args, **_kwargs): | |
1017 | val = apply(stc_c.wxStyledTextEvent_SetModifiers,(self,) + _args, _kwargs) | |
1018 | return val | |
1019 | def SetModificationType(self, *_args, **_kwargs): | |
1020 | val = apply(stc_c.wxStyledTextEvent_SetModificationType,(self,) + _args, _kwargs) | |
1021 | return val | |
1022 | def SetText(self, *_args, **_kwargs): | |
1023 | val = apply(stc_c.wxStyledTextEvent_SetText,(self,) + _args, _kwargs) | |
1024 | return val | |
1025 | def SetLength(self, *_args, **_kwargs): | |
1026 | val = apply(stc_c.wxStyledTextEvent_SetLength,(self,) + _args, _kwargs) | |
1027 | return val | |
1028 | def SetLinesAdded(self, *_args, **_kwargs): | |
1029 | val = apply(stc_c.wxStyledTextEvent_SetLinesAdded,(self,) + _args, _kwargs) | |
1030 | return val | |
1031 | def SetLine(self, *_args, **_kwargs): | |
1032 | val = apply(stc_c.wxStyledTextEvent_SetLine,(self,) + _args, _kwargs) | |
1033 | return val | |
1034 | def SetFoldLevelNow(self, *_args, **_kwargs): | |
1035 | val = apply(stc_c.wxStyledTextEvent_SetFoldLevelNow,(self,) + _args, _kwargs) | |
1036 | return val | |
1037 | def SetFoldLevelPrev(self, *_args, **_kwargs): | |
1038 | val = apply(stc_c.wxStyledTextEvent_SetFoldLevelPrev,(self,) + _args, _kwargs) | |
1039 | return val | |
1040 | def SetMargin(self, *_args, **_kwargs): | |
1041 | val = apply(stc_c.wxStyledTextEvent_SetMargin,(self,) + _args, _kwargs) | |
1042 | return val | |
1043 | def SetMessage(self, *_args, **_kwargs): | |
1044 | val = apply(stc_c.wxStyledTextEvent_SetMessage,(self,) + _args, _kwargs) | |
1045 | return val | |
1046 | def SetWParam(self, *_args, **_kwargs): | |
1047 | val = apply(stc_c.wxStyledTextEvent_SetWParam,(self,) + _args, _kwargs) | |
1048 | return val | |
1049 | def SetLParam(self, *_args, **_kwargs): | |
1050 | val = apply(stc_c.wxStyledTextEvent_SetLParam,(self,) + _args, _kwargs) | |
1051 | return val | |
1052 | def SetListType(self, *_args, **_kwargs): | |
1053 | val = apply(stc_c.wxStyledTextEvent_SetListType,(self,) + _args, _kwargs) | |
1054 | return val | |
1055 | def SetX(self, *_args, **_kwargs): | |
1056 | val = apply(stc_c.wxStyledTextEvent_SetX,(self,) + _args, _kwargs) | |
1057 | return val | |
1058 | def SetY(self, *_args, **_kwargs): | |
1059 | val = apply(stc_c.wxStyledTextEvent_SetY,(self,) + _args, _kwargs) | |
1060 | return val | |
6abe8375 RD |
1061 | def SetDragText(self, *_args, **_kwargs): |
1062 | val = apply(stc_c.wxStyledTextEvent_SetDragText,(self,) + _args, _kwargs) | |
1063 | return val | |
1064 | def SetDragAllowMove(self, *_args, **_kwargs): | |
1065 | val = apply(stc_c.wxStyledTextEvent_SetDragAllowMove,(self,) + _args, _kwargs) | |
1066 | return val | |
1067 | def SetDragResult(self, *_args, **_kwargs): | |
1068 | val = apply(stc_c.wxStyledTextEvent_SetDragResult,(self,) + _args, _kwargs) | |
1069 | return val | |
8a2fa5c8 RD |
1070 | def GetPosition(self, *_args, **_kwargs): |
1071 | val = apply(stc_c.wxStyledTextEvent_GetPosition,(self,) + _args, _kwargs) | |
1072 | return val | |
1073 | def GetKey(self, *_args, **_kwargs): | |
1074 | val = apply(stc_c.wxStyledTextEvent_GetKey,(self,) + _args, _kwargs) | |
1075 | return val | |
1076 | def GetModifiers(self, *_args, **_kwargs): | |
1077 | val = apply(stc_c.wxStyledTextEvent_GetModifiers,(self,) + _args, _kwargs) | |
1078 | return val | |
1079 | def GetModificationType(self, *_args, **_kwargs): | |
1080 | val = apply(stc_c.wxStyledTextEvent_GetModificationType,(self,) + _args, _kwargs) | |
1081 | return val | |
1082 | def GetText(self, *_args, **_kwargs): | |
1083 | val = apply(stc_c.wxStyledTextEvent_GetText,(self,) + _args, _kwargs) | |
1084 | return val | |
1085 | def GetLength(self, *_args, **_kwargs): | |
1086 | val = apply(stc_c.wxStyledTextEvent_GetLength,(self,) + _args, _kwargs) | |
1087 | return val | |
1088 | def GetLinesAdded(self, *_args, **_kwargs): | |
1089 | val = apply(stc_c.wxStyledTextEvent_GetLinesAdded,(self,) + _args, _kwargs) | |
1090 | return val | |
1091 | def GetLine(self, *_args, **_kwargs): | |
1092 | val = apply(stc_c.wxStyledTextEvent_GetLine,(self,) + _args, _kwargs) | |
1093 | return val | |
1094 | def GetFoldLevelNow(self, *_args, **_kwargs): | |
1095 | val = apply(stc_c.wxStyledTextEvent_GetFoldLevelNow,(self,) + _args, _kwargs) | |
1096 | return val | |
1097 | def GetFoldLevelPrev(self, *_args, **_kwargs): | |
1098 | val = apply(stc_c.wxStyledTextEvent_GetFoldLevelPrev,(self,) + _args, _kwargs) | |
1099 | return val | |
1100 | def GetMargin(self, *_args, **_kwargs): | |
1101 | val = apply(stc_c.wxStyledTextEvent_GetMargin,(self,) + _args, _kwargs) | |
1102 | return val | |
1103 | def GetMessage(self, *_args, **_kwargs): | |
1104 | val = apply(stc_c.wxStyledTextEvent_GetMessage,(self,) + _args, _kwargs) | |
1105 | return val | |
1106 | def GetWParam(self, *_args, **_kwargs): | |
1107 | val = apply(stc_c.wxStyledTextEvent_GetWParam,(self,) + _args, _kwargs) | |
1108 | return val | |
1109 | def GetLParam(self, *_args, **_kwargs): | |
1110 | val = apply(stc_c.wxStyledTextEvent_GetLParam,(self,) + _args, _kwargs) | |
1111 | return val | |
1112 | def GetListType(self, *_args, **_kwargs): | |
1113 | val = apply(stc_c.wxStyledTextEvent_GetListType,(self,) + _args, _kwargs) | |
1114 | return val | |
1115 | def GetX(self, *_args, **_kwargs): | |
1116 | val = apply(stc_c.wxStyledTextEvent_GetX,(self,) + _args, _kwargs) | |
1117 | return val | |
1118 | def GetY(self, *_args, **_kwargs): | |
1119 | val = apply(stc_c.wxStyledTextEvent_GetY,(self,) + _args, _kwargs) | |
1120 | return val | |
6abe8375 RD |
1121 | def GetDragText(self, *_args, **_kwargs): |
1122 | val = apply(stc_c.wxStyledTextEvent_GetDragText,(self,) + _args, _kwargs) | |
1123 | return val | |
1124 | def GetDragAllowMove(self, *_args, **_kwargs): | |
1125 | val = apply(stc_c.wxStyledTextEvent_GetDragAllowMove,(self,) + _args, _kwargs) | |
1126 | return val | |
1127 | def GetDragResult(self, *_args, **_kwargs): | |
1128 | val = apply(stc_c.wxStyledTextEvent_GetDragResult,(self,) + _args, _kwargs) | |
1129 | return val | |
8a2fa5c8 RD |
1130 | def GetShift(self, *_args, **_kwargs): |
1131 | val = apply(stc_c.wxStyledTextEvent_GetShift,(self,) + _args, _kwargs) | |
1132 | return val | |
1133 | def GetControl(self, *_args, **_kwargs): | |
1134 | val = apply(stc_c.wxStyledTextEvent_GetControl,(self,) + _args, _kwargs) | |
1135 | return val | |
1136 | def GetAlt(self, *_args, **_kwargs): | |
1137 | val = apply(stc_c.wxStyledTextEvent_GetAlt,(self,) + _args, _kwargs) | |
1138 | return val | |
dbd3685c RD |
1139 | def Clone(self, *_args, **_kwargs): |
1140 | val = apply(stc_c.wxStyledTextEvent_Clone,(self,) + _args, _kwargs) | |
1141 | if val: val = wxEventPtr(val) | |
8a2fa5c8 RD |
1142 | return val |
1143 | def __repr__(self): | |
1144 | return "<C wxStyledTextEvent instance at %s>" % (self.this,) | |
1145 | class wxStyledTextEvent(wxStyledTextEventPtr): | |
1146 | def __init__(self,*_args,**_kwargs): | |
1147 | self.this = apply(stc_c.new_wxStyledTextEvent,_args,_kwargs) | |
1148 | self.thisown = 1 | |
1149 | ||
1150 | ||
1151 | ||
1152 | ||
1153 | ||
1154 | ||
1155 | #-------------- FUNCTION WRAPPERS ------------------ | |
1156 | ||
1157 | ||
1158 | ||
1159 | #-------------- VARIABLE WRAPPERS ------------------ | |
1160 | ||
1161 | wxSTC_INVALID_POSITION = stc_c.wxSTC_INVALID_POSITION | |
1162 | wxSTC_START = stc_c.wxSTC_START | |
1163 | wxSTC_OPTIONAL_START = stc_c.wxSTC_OPTIONAL_START | |
1164 | wxSTC_LEXER_START = stc_c.wxSTC_LEXER_START | |
1165 | wxSTC_CMD_REDO = stc_c.wxSTC_CMD_REDO | |
1166 | wxSTC_CMD_SELECTALL = stc_c.wxSTC_CMD_SELECTALL | |
1167 | wxSTC_WS_INVISIBLE = stc_c.wxSTC_WS_INVISIBLE | |
1168 | wxSTC_WS_VISIBLEALWAYS = stc_c.wxSTC_WS_VISIBLEALWAYS | |
1169 | wxSTC_WS_VISIBLEAFTERINDENT = stc_c.wxSTC_WS_VISIBLEAFTERINDENT | |
1170 | wxSTC_EOL_CRLF = stc_c.wxSTC_EOL_CRLF | |
1171 | wxSTC_EOL_CR = stc_c.wxSTC_EOL_CR | |
1172 | wxSTC_EOL_LF = stc_c.wxSTC_EOL_LF | |
1173 | wxSTC_CP_UTF8 = stc_c.wxSTC_CP_UTF8 | |
1174 | wxSTC_MARKER_MAX = stc_c.wxSTC_MARKER_MAX | |
1175 | wxSTC_MARK_CIRCLE = stc_c.wxSTC_MARK_CIRCLE | |
1176 | wxSTC_MARK_ROUNDRECT = stc_c.wxSTC_MARK_ROUNDRECT | |
1177 | wxSTC_MARK_ARROW = stc_c.wxSTC_MARK_ARROW | |
1178 | wxSTC_MARK_SMALLRECT = stc_c.wxSTC_MARK_SMALLRECT | |
1179 | wxSTC_MARK_SHORTARROW = stc_c.wxSTC_MARK_SHORTARROW | |
1180 | wxSTC_MARK_EMPTY = stc_c.wxSTC_MARK_EMPTY | |
1181 | wxSTC_MARK_ARROWDOWN = stc_c.wxSTC_MARK_ARROWDOWN | |
1182 | wxSTC_MARK_MINUS = stc_c.wxSTC_MARK_MINUS | |
1183 | wxSTC_MARK_PLUS = stc_c.wxSTC_MARK_PLUS | |
1184 | wxSTC_MARK_VLINE = stc_c.wxSTC_MARK_VLINE | |
1185 | wxSTC_MARK_LCORNER = stc_c.wxSTC_MARK_LCORNER | |
1186 | wxSTC_MARK_TCORNER = stc_c.wxSTC_MARK_TCORNER | |
1187 | wxSTC_MARK_BOXPLUS = stc_c.wxSTC_MARK_BOXPLUS | |
1188 | wxSTC_MARK_BOXPLUSCONNECTED = stc_c.wxSTC_MARK_BOXPLUSCONNECTED | |
1189 | wxSTC_MARK_BOXMINUS = stc_c.wxSTC_MARK_BOXMINUS | |
1190 | wxSTC_MARK_BOXMINUSCONNECTED = stc_c.wxSTC_MARK_BOXMINUSCONNECTED | |
1191 | wxSTC_MARK_LCORNERCURVE = stc_c.wxSTC_MARK_LCORNERCURVE | |
1192 | wxSTC_MARK_TCORNERCURVE = stc_c.wxSTC_MARK_TCORNERCURVE | |
1193 | wxSTC_MARK_CIRCLEPLUS = stc_c.wxSTC_MARK_CIRCLEPLUS | |
1194 | wxSTC_MARK_CIRCLEPLUSCONNECTED = stc_c.wxSTC_MARK_CIRCLEPLUSCONNECTED | |
1195 | wxSTC_MARK_CIRCLEMINUS = stc_c.wxSTC_MARK_CIRCLEMINUS | |
1196 | wxSTC_MARK_CIRCLEMINUSCONNECTED = stc_c.wxSTC_MARK_CIRCLEMINUSCONNECTED | |
c3bfa1cb | 1197 | wxSTC_MARK_BACKGROUND = stc_c.wxSTC_MARK_BACKGROUND |
8a2fa5c8 RD |
1198 | wxSTC_MARK_CHARACTER = stc_c.wxSTC_MARK_CHARACTER |
1199 | wxSTC_MARKNUM_FOLDEREND = stc_c.wxSTC_MARKNUM_FOLDEREND | |
1200 | wxSTC_MARKNUM_FOLDEROPENMID = stc_c.wxSTC_MARKNUM_FOLDEROPENMID | |
1201 | wxSTC_MARKNUM_FOLDERMIDTAIL = stc_c.wxSTC_MARKNUM_FOLDERMIDTAIL | |
1202 | wxSTC_MARKNUM_FOLDERTAIL = stc_c.wxSTC_MARKNUM_FOLDERTAIL | |
1203 | wxSTC_MARKNUM_FOLDERSUB = stc_c.wxSTC_MARKNUM_FOLDERSUB | |
1204 | wxSTC_MARKNUM_FOLDER = stc_c.wxSTC_MARKNUM_FOLDER | |
1205 | wxSTC_MARKNUM_FOLDEROPEN = stc_c.wxSTC_MARKNUM_FOLDEROPEN | |
c3bfa1cb | 1206 | wxSTC_MASK_FOLDERS = stc_c.wxSTC_MASK_FOLDERS |
8a2fa5c8 RD |
1207 | wxSTC_MARGIN_SYMBOL = stc_c.wxSTC_MARGIN_SYMBOL |
1208 | wxSTC_MARGIN_NUMBER = stc_c.wxSTC_MARGIN_NUMBER | |
1209 | wxSTC_STYLE_DEFAULT = stc_c.wxSTC_STYLE_DEFAULT | |
1210 | wxSTC_STYLE_LINENUMBER = stc_c.wxSTC_STYLE_LINENUMBER | |
1211 | wxSTC_STYLE_BRACELIGHT = stc_c.wxSTC_STYLE_BRACELIGHT | |
1212 | wxSTC_STYLE_BRACEBAD = stc_c.wxSTC_STYLE_BRACEBAD | |
1213 | wxSTC_STYLE_CONTROLCHAR = stc_c.wxSTC_STYLE_CONTROLCHAR | |
1214 | wxSTC_STYLE_INDENTGUIDE = stc_c.wxSTC_STYLE_INDENTGUIDE | |
1215 | wxSTC_STYLE_LASTPREDEFINED = stc_c.wxSTC_STYLE_LASTPREDEFINED | |
1216 | wxSTC_STYLE_MAX = stc_c.wxSTC_STYLE_MAX | |
1217 | wxSTC_CHARSET_ANSI = stc_c.wxSTC_CHARSET_ANSI | |
1218 | wxSTC_CHARSET_DEFAULT = stc_c.wxSTC_CHARSET_DEFAULT | |
1219 | wxSTC_CHARSET_BALTIC = stc_c.wxSTC_CHARSET_BALTIC | |
1220 | wxSTC_CHARSET_CHINESEBIG5 = stc_c.wxSTC_CHARSET_CHINESEBIG5 | |
1221 | wxSTC_CHARSET_EASTEUROPE = stc_c.wxSTC_CHARSET_EASTEUROPE | |
1222 | wxSTC_CHARSET_GB2312 = stc_c.wxSTC_CHARSET_GB2312 | |
1223 | wxSTC_CHARSET_GREEK = stc_c.wxSTC_CHARSET_GREEK | |
1224 | wxSTC_CHARSET_HANGUL = stc_c.wxSTC_CHARSET_HANGUL | |
1225 | wxSTC_CHARSET_MAC = stc_c.wxSTC_CHARSET_MAC | |
1226 | wxSTC_CHARSET_OEM = stc_c.wxSTC_CHARSET_OEM | |
1227 | wxSTC_CHARSET_RUSSIAN = stc_c.wxSTC_CHARSET_RUSSIAN | |
1228 | wxSTC_CHARSET_SHIFTJIS = stc_c.wxSTC_CHARSET_SHIFTJIS | |
1229 | wxSTC_CHARSET_SYMBOL = stc_c.wxSTC_CHARSET_SYMBOL | |
1230 | wxSTC_CHARSET_TURKISH = stc_c.wxSTC_CHARSET_TURKISH | |
1231 | wxSTC_CHARSET_JOHAB = stc_c.wxSTC_CHARSET_JOHAB | |
1232 | wxSTC_CHARSET_HEBREW = stc_c.wxSTC_CHARSET_HEBREW | |
1233 | wxSTC_CHARSET_ARABIC = stc_c.wxSTC_CHARSET_ARABIC | |
1234 | wxSTC_CHARSET_VIETNAMESE = stc_c.wxSTC_CHARSET_VIETNAMESE | |
1235 | wxSTC_CHARSET_THAI = stc_c.wxSTC_CHARSET_THAI | |
1236 | wxSTC_CASE_MIXED = stc_c.wxSTC_CASE_MIXED | |
1237 | wxSTC_CASE_UPPER = stc_c.wxSTC_CASE_UPPER | |
1238 | wxSTC_CASE_LOWER = stc_c.wxSTC_CASE_LOWER | |
1239 | wxSTC_INDIC_MAX = stc_c.wxSTC_INDIC_MAX | |
1240 | wxSTC_INDIC_PLAIN = stc_c.wxSTC_INDIC_PLAIN | |
1241 | wxSTC_INDIC_SQUIGGLE = stc_c.wxSTC_INDIC_SQUIGGLE | |
1242 | wxSTC_INDIC_TT = stc_c.wxSTC_INDIC_TT | |
1243 | wxSTC_INDIC_DIAGONAL = stc_c.wxSTC_INDIC_DIAGONAL | |
1244 | wxSTC_INDIC_STRIKE = stc_c.wxSTC_INDIC_STRIKE | |
1245 | wxSTC_INDIC0_MASK = stc_c.wxSTC_INDIC0_MASK | |
1246 | wxSTC_INDIC1_MASK = stc_c.wxSTC_INDIC1_MASK | |
1247 | wxSTC_INDIC2_MASK = stc_c.wxSTC_INDIC2_MASK | |
1248 | wxSTC_INDICS_MASK = stc_c.wxSTC_INDICS_MASK | |
1249 | wxSTC_PRINT_NORMAL = stc_c.wxSTC_PRINT_NORMAL | |
1250 | wxSTC_PRINT_INVERTLIGHT = stc_c.wxSTC_PRINT_INVERTLIGHT | |
1251 | wxSTC_PRINT_BLACKONWHITE = stc_c.wxSTC_PRINT_BLACKONWHITE | |
1252 | wxSTC_PRINT_COLOURONWHITE = stc_c.wxSTC_PRINT_COLOURONWHITE | |
1253 | wxSTC_PRINT_COLOURONWHITEDEFAULTBG = stc_c.wxSTC_PRINT_COLOURONWHITEDEFAULTBG | |
1254 | wxSTC_FIND_WHOLEWORD = stc_c.wxSTC_FIND_WHOLEWORD | |
1255 | wxSTC_FIND_MATCHCASE = stc_c.wxSTC_FIND_MATCHCASE | |
1256 | wxSTC_FIND_WORDSTART = stc_c.wxSTC_FIND_WORDSTART | |
1257 | wxSTC_FIND_REGEXP = stc_c.wxSTC_FIND_REGEXP | |
1258 | wxSTC_CMD_UNDO = stc_c.wxSTC_CMD_UNDO | |
1259 | wxSTC_CMD_CUT = stc_c.wxSTC_CMD_CUT | |
1260 | wxSTC_CMD_COPY = stc_c.wxSTC_CMD_COPY | |
1261 | wxSTC_CMD_PASTE = stc_c.wxSTC_CMD_PASTE | |
1262 | wxSTC_FOLDLEVELBASE = stc_c.wxSTC_FOLDLEVELBASE | |
1263 | wxSTC_FOLDLEVELWHITEFLAG = stc_c.wxSTC_FOLDLEVELWHITEFLAG | |
1264 | wxSTC_FOLDLEVELHEADERFLAG = stc_c.wxSTC_FOLDLEVELHEADERFLAG | |
1265 | wxSTC_FOLDLEVELNUMBERMASK = stc_c.wxSTC_FOLDLEVELNUMBERMASK | |
1266 | wxSTC_TIME_FOREVER = stc_c.wxSTC_TIME_FOREVER | |
c3bfa1cb RD |
1267 | wxSTC_WRAP_NONE = stc_c.wxSTC_WRAP_NONE |
1268 | wxSTC_WRAP_WORD = stc_c.wxSTC_WRAP_WORD | |
1269 | wxSTC_CACHE_NONE = stc_c.wxSTC_CACHE_NONE | |
1270 | wxSTC_CACHE_CARET = stc_c.wxSTC_CACHE_CARET | |
1271 | wxSTC_CACHE_PAGE = stc_c.wxSTC_CACHE_PAGE | |
1272 | wxSTC_CACHE_DOCUMENT = stc_c.wxSTC_CACHE_DOCUMENT | |
8a2fa5c8 RD |
1273 | wxSTC_CMD_LINEDOWN = stc_c.wxSTC_CMD_LINEDOWN |
1274 | wxSTC_CMD_LINEDOWNEXTEND = stc_c.wxSTC_CMD_LINEDOWNEXTEND | |
1275 | wxSTC_CMD_LINEUP = stc_c.wxSTC_CMD_LINEUP | |
1276 | wxSTC_CMD_LINEUPEXTEND = stc_c.wxSTC_CMD_LINEUPEXTEND | |
1277 | wxSTC_CMD_CHARLEFT = stc_c.wxSTC_CMD_CHARLEFT | |
1278 | wxSTC_CMD_CHARLEFTEXTEND = stc_c.wxSTC_CMD_CHARLEFTEXTEND | |
1279 | wxSTC_CMD_CHARRIGHT = stc_c.wxSTC_CMD_CHARRIGHT | |
1280 | wxSTC_CMD_CHARRIGHTEXTEND = stc_c.wxSTC_CMD_CHARRIGHTEXTEND | |
1281 | wxSTC_CMD_WORDLEFT = stc_c.wxSTC_CMD_WORDLEFT | |
1282 | wxSTC_CMD_WORDLEFTEXTEND = stc_c.wxSTC_CMD_WORDLEFTEXTEND | |
1283 | wxSTC_CMD_WORDRIGHT = stc_c.wxSTC_CMD_WORDRIGHT | |
1284 | wxSTC_CMD_WORDRIGHTEXTEND = stc_c.wxSTC_CMD_WORDRIGHTEXTEND | |
1285 | wxSTC_CMD_HOME = stc_c.wxSTC_CMD_HOME | |
1286 | wxSTC_CMD_HOMEEXTEND = stc_c.wxSTC_CMD_HOMEEXTEND | |
1287 | wxSTC_CMD_LINEEND = stc_c.wxSTC_CMD_LINEEND | |
1288 | wxSTC_CMD_LINEENDEXTEND = stc_c.wxSTC_CMD_LINEENDEXTEND | |
1289 | wxSTC_CMD_DOCUMENTSTART = stc_c.wxSTC_CMD_DOCUMENTSTART | |
1290 | wxSTC_CMD_DOCUMENTSTARTEXTEND = stc_c.wxSTC_CMD_DOCUMENTSTARTEXTEND | |
1291 | wxSTC_CMD_DOCUMENTEND = stc_c.wxSTC_CMD_DOCUMENTEND | |
1292 | wxSTC_CMD_DOCUMENTENDEXTEND = stc_c.wxSTC_CMD_DOCUMENTENDEXTEND | |
1293 | wxSTC_CMD_PAGEUP = stc_c.wxSTC_CMD_PAGEUP | |
1294 | wxSTC_CMD_PAGEUPEXTEND = stc_c.wxSTC_CMD_PAGEUPEXTEND | |
1295 | wxSTC_CMD_PAGEDOWN = stc_c.wxSTC_CMD_PAGEDOWN | |
1296 | wxSTC_CMD_PAGEDOWNEXTEND = stc_c.wxSTC_CMD_PAGEDOWNEXTEND | |
1297 | wxSTC_CMD_EDITTOGGLEOVERTYPE = stc_c.wxSTC_CMD_EDITTOGGLEOVERTYPE | |
1298 | wxSTC_CMD_CANCEL = stc_c.wxSTC_CMD_CANCEL | |
1299 | wxSTC_CMD_DELETEBACK = stc_c.wxSTC_CMD_DELETEBACK | |
1300 | wxSTC_CMD_TAB = stc_c.wxSTC_CMD_TAB | |
1301 | wxSTC_CMD_BACKTAB = stc_c.wxSTC_CMD_BACKTAB | |
1302 | wxSTC_CMD_NEWLINE = stc_c.wxSTC_CMD_NEWLINE | |
1303 | wxSTC_CMD_FORMFEED = stc_c.wxSTC_CMD_FORMFEED | |
1304 | wxSTC_CMD_VCHOME = stc_c.wxSTC_CMD_VCHOME | |
1305 | wxSTC_CMD_VCHOMEEXTEND = stc_c.wxSTC_CMD_VCHOMEEXTEND | |
1306 | wxSTC_CMD_ZOOMIN = stc_c.wxSTC_CMD_ZOOMIN | |
1307 | wxSTC_CMD_ZOOMOUT = stc_c.wxSTC_CMD_ZOOMOUT | |
1308 | wxSTC_CMD_DELWORDLEFT = stc_c.wxSTC_CMD_DELWORDLEFT | |
1309 | wxSTC_CMD_DELWORDRIGHT = stc_c.wxSTC_CMD_DELWORDRIGHT | |
1310 | wxSTC_CMD_LINECUT = stc_c.wxSTC_CMD_LINECUT | |
1311 | wxSTC_CMD_LINEDELETE = stc_c.wxSTC_CMD_LINEDELETE | |
1312 | wxSTC_CMD_LINETRANSPOSE = stc_c.wxSTC_CMD_LINETRANSPOSE | |
1313 | wxSTC_CMD_LOWERCASE = stc_c.wxSTC_CMD_LOWERCASE | |
1314 | wxSTC_CMD_UPPERCASE = stc_c.wxSTC_CMD_UPPERCASE | |
1315 | wxSTC_CMD_LINESCROLLDOWN = stc_c.wxSTC_CMD_LINESCROLLDOWN | |
1316 | wxSTC_CMD_LINESCROLLUP = stc_c.wxSTC_CMD_LINESCROLLUP | |
c3bfa1cb | 1317 | wxSTC_CMD_DELETEBACKNOTLINE = stc_c.wxSTC_CMD_DELETEBACKNOTLINE |
8a2fa5c8 RD |
1318 | wxSTC_EDGE_NONE = stc_c.wxSTC_EDGE_NONE |
1319 | wxSTC_EDGE_LINE = stc_c.wxSTC_EDGE_LINE | |
1320 | wxSTC_EDGE_BACKGROUND = stc_c.wxSTC_EDGE_BACKGROUND | |
1321 | wxSTC_CARET_SLOP = stc_c.wxSTC_CARET_SLOP | |
1322 | wxSTC_CARET_CENTER = stc_c.wxSTC_CARET_CENTER | |
1323 | wxSTC_CARET_STRICT = stc_c.wxSTC_CARET_STRICT | |
1324 | wxSTC_CARET_XEVEN = stc_c.wxSTC_CARET_XEVEN | |
1325 | wxSTC_CARET_XJUMPS = stc_c.wxSTC_CARET_XJUMPS | |
1326 | wxSTC_CURSORNORMAL = stc_c.wxSTC_CURSORNORMAL | |
1327 | wxSTC_CURSORWAIT = stc_c.wxSTC_CURSORWAIT | |
1328 | wxSTC_VISIBLE_SLOP = stc_c.wxSTC_VISIBLE_SLOP | |
1329 | wxSTC_VISIBLE_STRICT = stc_c.wxSTC_VISIBLE_STRICT | |
1330 | wxSTC_MOD_INSERTTEXT = stc_c.wxSTC_MOD_INSERTTEXT | |
1331 | wxSTC_MOD_DELETETEXT = stc_c.wxSTC_MOD_DELETETEXT | |
1332 | wxSTC_MOD_CHANGESTYLE = stc_c.wxSTC_MOD_CHANGESTYLE | |
1333 | wxSTC_MOD_CHANGEFOLD = stc_c.wxSTC_MOD_CHANGEFOLD | |
1334 | wxSTC_PERFORMED_USER = stc_c.wxSTC_PERFORMED_USER | |
1335 | wxSTC_PERFORMED_UNDO = stc_c.wxSTC_PERFORMED_UNDO | |
1336 | wxSTC_PERFORMED_REDO = stc_c.wxSTC_PERFORMED_REDO | |
1337 | wxSTC_LASTSTEPINUNDOREDO = stc_c.wxSTC_LASTSTEPINUNDOREDO | |
1338 | wxSTC_MOD_CHANGEMARKER = stc_c.wxSTC_MOD_CHANGEMARKER | |
1339 | wxSTC_MOD_BEFOREINSERT = stc_c.wxSTC_MOD_BEFOREINSERT | |
1340 | wxSTC_MOD_BEFOREDELETE = stc_c.wxSTC_MOD_BEFOREDELETE | |
1341 | wxSTC_MODEVENTMASKALL = stc_c.wxSTC_MODEVENTMASKALL | |
1342 | wxSTC_KEY_DOWN = stc_c.wxSTC_KEY_DOWN | |
1343 | wxSTC_KEY_UP = stc_c.wxSTC_KEY_UP | |
1344 | wxSTC_KEY_LEFT = stc_c.wxSTC_KEY_LEFT | |
1345 | wxSTC_KEY_RIGHT = stc_c.wxSTC_KEY_RIGHT | |
1346 | wxSTC_KEY_HOME = stc_c.wxSTC_KEY_HOME | |
1347 | wxSTC_KEY_END = stc_c.wxSTC_KEY_END | |
1348 | wxSTC_KEY_PRIOR = stc_c.wxSTC_KEY_PRIOR | |
1349 | wxSTC_KEY_NEXT = stc_c.wxSTC_KEY_NEXT | |
1350 | wxSTC_KEY_DELETE = stc_c.wxSTC_KEY_DELETE | |
1351 | wxSTC_KEY_INSERT = stc_c.wxSTC_KEY_INSERT | |
1352 | wxSTC_KEY_ESCAPE = stc_c.wxSTC_KEY_ESCAPE | |
1353 | wxSTC_KEY_BACK = stc_c.wxSTC_KEY_BACK | |
1354 | wxSTC_KEY_TAB = stc_c.wxSTC_KEY_TAB | |
1355 | wxSTC_KEY_RETURN = stc_c.wxSTC_KEY_RETURN | |
1356 | wxSTC_KEY_ADD = stc_c.wxSTC_KEY_ADD | |
1357 | wxSTC_KEY_SUBTRACT = stc_c.wxSTC_KEY_SUBTRACT | |
1358 | wxSTC_KEY_DIVIDE = stc_c.wxSTC_KEY_DIVIDE | |
1359 | wxSTC_SCMOD_SHIFT = stc_c.wxSTC_SCMOD_SHIFT | |
1360 | wxSTC_SCMOD_CTRL = stc_c.wxSTC_SCMOD_CTRL | |
1361 | wxSTC_SCMOD_ALT = stc_c.wxSTC_SCMOD_ALT | |
1362 | wxSTC_LEX_CONTAINER = stc_c.wxSTC_LEX_CONTAINER | |
1363 | wxSTC_LEX_NULL = stc_c.wxSTC_LEX_NULL | |
1364 | wxSTC_LEX_PYTHON = stc_c.wxSTC_LEX_PYTHON | |
1365 | wxSTC_LEX_CPP = stc_c.wxSTC_LEX_CPP | |
1366 | wxSTC_LEX_HTML = stc_c.wxSTC_LEX_HTML | |
1367 | wxSTC_LEX_XML = stc_c.wxSTC_LEX_XML | |
1368 | wxSTC_LEX_PERL = stc_c.wxSTC_LEX_PERL | |
1369 | wxSTC_LEX_SQL = stc_c.wxSTC_LEX_SQL | |
1370 | wxSTC_LEX_VB = stc_c.wxSTC_LEX_VB | |
1371 | wxSTC_LEX_PROPERTIES = stc_c.wxSTC_LEX_PROPERTIES | |
1372 | wxSTC_LEX_ERRORLIST = stc_c.wxSTC_LEX_ERRORLIST | |
1373 | wxSTC_LEX_MAKEFILE = stc_c.wxSTC_LEX_MAKEFILE | |
1374 | wxSTC_LEX_BATCH = stc_c.wxSTC_LEX_BATCH | |
1375 | wxSTC_LEX_XCODE = stc_c.wxSTC_LEX_XCODE | |
1376 | wxSTC_LEX_LATEX = stc_c.wxSTC_LEX_LATEX | |
1377 | wxSTC_LEX_LUA = stc_c.wxSTC_LEX_LUA | |
1378 | wxSTC_LEX_DIFF = stc_c.wxSTC_LEX_DIFF | |
1379 | wxSTC_LEX_CONF = stc_c.wxSTC_LEX_CONF | |
1380 | wxSTC_LEX_PASCAL = stc_c.wxSTC_LEX_PASCAL | |
1381 | wxSTC_LEX_AVE = stc_c.wxSTC_LEX_AVE | |
1382 | wxSTC_LEX_ADA = stc_c.wxSTC_LEX_ADA | |
1383 | wxSTC_LEX_LISP = stc_c.wxSTC_LEX_LISP | |
1384 | wxSTC_LEX_RUBY = stc_c.wxSTC_LEX_RUBY | |
1385 | wxSTC_LEX_EIFFEL = stc_c.wxSTC_LEX_EIFFEL | |
1386 | wxSTC_LEX_EIFFELKW = stc_c.wxSTC_LEX_EIFFELKW | |
1387 | wxSTC_LEX_TCL = stc_c.wxSTC_LEX_TCL | |
1388 | wxSTC_LEX_NNCRONTAB = stc_c.wxSTC_LEX_NNCRONTAB | |
c3bfa1cb RD |
1389 | wxSTC_LEX_BULLANT = stc_c.wxSTC_LEX_BULLANT |
1390 | wxSTC_LEX_VBSCRIPT = stc_c.wxSTC_LEX_VBSCRIPT | |
1391 | wxSTC_LEX_ASP = stc_c.wxSTC_LEX_ASP | |
1392 | wxSTC_LEX_PHP = stc_c.wxSTC_LEX_PHP | |
1393 | wxSTC_LEX_BAAN = stc_c.wxSTC_LEX_BAAN | |
1394 | wxSTC_LEX_MATLAB = stc_c.wxSTC_LEX_MATLAB | |
8a2fa5c8 RD |
1395 | wxSTC_LEX_AUTOMATIC = stc_c.wxSTC_LEX_AUTOMATIC |
1396 | wxSTC_P_DEFAULT = stc_c.wxSTC_P_DEFAULT | |
1397 | wxSTC_P_COMMENTLINE = stc_c.wxSTC_P_COMMENTLINE | |
1398 | wxSTC_P_NUMBER = stc_c.wxSTC_P_NUMBER | |
1399 | wxSTC_P_STRING = stc_c.wxSTC_P_STRING | |
1400 | wxSTC_P_CHARACTER = stc_c.wxSTC_P_CHARACTER | |
1401 | wxSTC_P_WORD = stc_c.wxSTC_P_WORD | |
1402 | wxSTC_P_TRIPLE = stc_c.wxSTC_P_TRIPLE | |
1403 | wxSTC_P_TRIPLEDOUBLE = stc_c.wxSTC_P_TRIPLEDOUBLE | |
1404 | wxSTC_P_CLASSNAME = stc_c.wxSTC_P_CLASSNAME | |
1405 | wxSTC_P_DEFNAME = stc_c.wxSTC_P_DEFNAME | |
1406 | wxSTC_P_OPERATOR = stc_c.wxSTC_P_OPERATOR | |
1407 | wxSTC_P_IDENTIFIER = stc_c.wxSTC_P_IDENTIFIER | |
1408 | wxSTC_P_COMMENTBLOCK = stc_c.wxSTC_P_COMMENTBLOCK | |
1409 | wxSTC_P_STRINGEOL = stc_c.wxSTC_P_STRINGEOL | |
1410 | wxSTC_C_DEFAULT = stc_c.wxSTC_C_DEFAULT | |
1411 | wxSTC_C_COMMENT = stc_c.wxSTC_C_COMMENT | |
1412 | wxSTC_C_COMMENTLINE = stc_c.wxSTC_C_COMMENTLINE | |
1413 | wxSTC_C_COMMENTDOC = stc_c.wxSTC_C_COMMENTDOC | |
1414 | wxSTC_C_NUMBER = stc_c.wxSTC_C_NUMBER | |
1415 | wxSTC_C_WORD = stc_c.wxSTC_C_WORD | |
1416 | wxSTC_C_STRING = stc_c.wxSTC_C_STRING | |
1417 | wxSTC_C_CHARACTER = stc_c.wxSTC_C_CHARACTER | |
1418 | wxSTC_C_UUID = stc_c.wxSTC_C_UUID | |
1419 | wxSTC_C_PREPROCESSOR = stc_c.wxSTC_C_PREPROCESSOR | |
1420 | wxSTC_C_OPERATOR = stc_c.wxSTC_C_OPERATOR | |
1421 | wxSTC_C_IDENTIFIER = stc_c.wxSTC_C_IDENTIFIER | |
1422 | wxSTC_C_STRINGEOL = stc_c.wxSTC_C_STRINGEOL | |
1423 | wxSTC_C_VERBATIM = stc_c.wxSTC_C_VERBATIM | |
1424 | wxSTC_C_REGEX = stc_c.wxSTC_C_REGEX | |
1425 | wxSTC_C_COMMENTLINEDOC = stc_c.wxSTC_C_COMMENTLINEDOC | |
1426 | wxSTC_C_WORD2 = stc_c.wxSTC_C_WORD2 | |
1427 | wxSTC_C_COMMENTDOCKEYWORD = stc_c.wxSTC_C_COMMENTDOCKEYWORD | |
1428 | wxSTC_C_COMMENTDOCKEYWORDERROR = stc_c.wxSTC_C_COMMENTDOCKEYWORDERROR | |
c3bfa1cb RD |
1429 | wxSTC_B_DEFAULT = stc_c.wxSTC_B_DEFAULT |
1430 | wxSTC_B_COMMENT = stc_c.wxSTC_B_COMMENT | |
1431 | wxSTC_B_NUMBER = stc_c.wxSTC_B_NUMBER | |
1432 | wxSTC_B_KEYWORD = stc_c.wxSTC_B_KEYWORD | |
1433 | wxSTC_B_STRING = stc_c.wxSTC_B_STRING | |
1434 | wxSTC_B_PREPROCESSOR = stc_c.wxSTC_B_PREPROCESSOR | |
1435 | wxSTC_B_OPERATOR = stc_c.wxSTC_B_OPERATOR | |
1436 | wxSTC_B_IDENTIFIER = stc_c.wxSTC_B_IDENTIFIER | |
1437 | wxSTC_B_DATE = stc_c.wxSTC_B_DATE | |
8a2fa5c8 RD |
1438 | wxSTC_H_DEFAULT = stc_c.wxSTC_H_DEFAULT |
1439 | wxSTC_H_TAG = stc_c.wxSTC_H_TAG | |
1440 | wxSTC_H_TAGUNKNOWN = stc_c.wxSTC_H_TAGUNKNOWN | |
1441 | wxSTC_H_ATTRIBUTE = stc_c.wxSTC_H_ATTRIBUTE | |
1442 | wxSTC_H_ATTRIBUTEUNKNOWN = stc_c.wxSTC_H_ATTRIBUTEUNKNOWN | |
1443 | wxSTC_H_NUMBER = stc_c.wxSTC_H_NUMBER | |
1444 | wxSTC_H_DOUBLESTRING = stc_c.wxSTC_H_DOUBLESTRING | |
1445 | wxSTC_H_SINGLESTRING = stc_c.wxSTC_H_SINGLESTRING | |
1446 | wxSTC_H_OTHER = stc_c.wxSTC_H_OTHER | |
1447 | wxSTC_H_COMMENT = stc_c.wxSTC_H_COMMENT | |
1448 | wxSTC_H_ENTITY = stc_c.wxSTC_H_ENTITY | |
1449 | wxSTC_H_TAGEND = stc_c.wxSTC_H_TAGEND | |
1450 | wxSTC_H_XMLSTART = stc_c.wxSTC_H_XMLSTART | |
1451 | wxSTC_H_XMLEND = stc_c.wxSTC_H_XMLEND | |
1452 | wxSTC_H_SCRIPT = stc_c.wxSTC_H_SCRIPT | |
1453 | wxSTC_H_ASP = stc_c.wxSTC_H_ASP | |
1454 | wxSTC_H_ASPAT = stc_c.wxSTC_H_ASPAT | |
1455 | wxSTC_H_CDATA = stc_c.wxSTC_H_CDATA | |
1456 | wxSTC_H_QUESTION = stc_c.wxSTC_H_QUESTION | |
1457 | wxSTC_H_VALUE = stc_c.wxSTC_H_VALUE | |
1458 | wxSTC_H_XCCOMMENT = stc_c.wxSTC_H_XCCOMMENT | |
1459 | wxSTC_H_SGML_DEFAULT = stc_c.wxSTC_H_SGML_DEFAULT | |
1460 | wxSTC_H_SGML_COMMAND = stc_c.wxSTC_H_SGML_COMMAND | |
1461 | wxSTC_H_SGML_1ST_PARAM = stc_c.wxSTC_H_SGML_1ST_PARAM | |
1462 | wxSTC_H_SGML_DOUBLESTRING = stc_c.wxSTC_H_SGML_DOUBLESTRING | |
1463 | wxSTC_H_SGML_SIMPLESTRING = stc_c.wxSTC_H_SGML_SIMPLESTRING | |
1464 | wxSTC_H_SGML_ERROR = stc_c.wxSTC_H_SGML_ERROR | |
1465 | wxSTC_H_SGML_SPECIAL = stc_c.wxSTC_H_SGML_SPECIAL | |
1466 | wxSTC_H_SGML_ENTITY = stc_c.wxSTC_H_SGML_ENTITY | |
1467 | wxSTC_H_SGML_COMMENT = stc_c.wxSTC_H_SGML_COMMENT | |
1468 | wxSTC_H_SGML_1ST_PARAM_COMMENT = stc_c.wxSTC_H_SGML_1ST_PARAM_COMMENT | |
1469 | wxSTC_H_SGML_BLOCK_DEFAULT = stc_c.wxSTC_H_SGML_BLOCK_DEFAULT | |
1470 | wxSTC_HJ_START = stc_c.wxSTC_HJ_START | |
1471 | wxSTC_HJ_DEFAULT = stc_c.wxSTC_HJ_DEFAULT | |
1472 | wxSTC_HJ_COMMENT = stc_c.wxSTC_HJ_COMMENT | |
1473 | wxSTC_HJ_COMMENTLINE = stc_c.wxSTC_HJ_COMMENTLINE | |
1474 | wxSTC_HJ_COMMENTDOC = stc_c.wxSTC_HJ_COMMENTDOC | |
1475 | wxSTC_HJ_NUMBER = stc_c.wxSTC_HJ_NUMBER | |
1476 | wxSTC_HJ_WORD = stc_c.wxSTC_HJ_WORD | |
1477 | wxSTC_HJ_KEYWORD = stc_c.wxSTC_HJ_KEYWORD | |
1478 | wxSTC_HJ_DOUBLESTRING = stc_c.wxSTC_HJ_DOUBLESTRING | |
1479 | wxSTC_HJ_SINGLESTRING = stc_c.wxSTC_HJ_SINGLESTRING | |
1480 | wxSTC_HJ_SYMBOLS = stc_c.wxSTC_HJ_SYMBOLS | |
1481 | wxSTC_HJ_STRINGEOL = stc_c.wxSTC_HJ_STRINGEOL | |
1482 | wxSTC_HJ_REGEX = stc_c.wxSTC_HJ_REGEX | |
1483 | wxSTC_HJA_START = stc_c.wxSTC_HJA_START | |
1484 | wxSTC_HJA_DEFAULT = stc_c.wxSTC_HJA_DEFAULT | |
1485 | wxSTC_HJA_COMMENT = stc_c.wxSTC_HJA_COMMENT | |
1486 | wxSTC_HJA_COMMENTLINE = stc_c.wxSTC_HJA_COMMENTLINE | |
1487 | wxSTC_HJA_COMMENTDOC = stc_c.wxSTC_HJA_COMMENTDOC | |
1488 | wxSTC_HJA_NUMBER = stc_c.wxSTC_HJA_NUMBER | |
1489 | wxSTC_HJA_WORD = stc_c.wxSTC_HJA_WORD | |
1490 | wxSTC_HJA_KEYWORD = stc_c.wxSTC_HJA_KEYWORD | |
1491 | wxSTC_HJA_DOUBLESTRING = stc_c.wxSTC_HJA_DOUBLESTRING | |
1492 | wxSTC_HJA_SINGLESTRING = stc_c.wxSTC_HJA_SINGLESTRING | |
1493 | wxSTC_HJA_SYMBOLS = stc_c.wxSTC_HJA_SYMBOLS | |
1494 | wxSTC_HJA_STRINGEOL = stc_c.wxSTC_HJA_STRINGEOL | |
1495 | wxSTC_HJA_REGEX = stc_c.wxSTC_HJA_REGEX | |
1496 | wxSTC_HB_START = stc_c.wxSTC_HB_START | |
1497 | wxSTC_HB_DEFAULT = stc_c.wxSTC_HB_DEFAULT | |
1498 | wxSTC_HB_COMMENTLINE = stc_c.wxSTC_HB_COMMENTLINE | |
1499 | wxSTC_HB_NUMBER = stc_c.wxSTC_HB_NUMBER | |
1500 | wxSTC_HB_WORD = stc_c.wxSTC_HB_WORD | |
1501 | wxSTC_HB_STRING = stc_c.wxSTC_HB_STRING | |
1502 | wxSTC_HB_IDENTIFIER = stc_c.wxSTC_HB_IDENTIFIER | |
1503 | wxSTC_HB_STRINGEOL = stc_c.wxSTC_HB_STRINGEOL | |
1504 | wxSTC_HBA_START = stc_c.wxSTC_HBA_START | |
1505 | wxSTC_HBA_DEFAULT = stc_c.wxSTC_HBA_DEFAULT | |
1506 | wxSTC_HBA_COMMENTLINE = stc_c.wxSTC_HBA_COMMENTLINE | |
1507 | wxSTC_HBA_NUMBER = stc_c.wxSTC_HBA_NUMBER | |
1508 | wxSTC_HBA_WORD = stc_c.wxSTC_HBA_WORD | |
1509 | wxSTC_HBA_STRING = stc_c.wxSTC_HBA_STRING | |
1510 | wxSTC_HBA_IDENTIFIER = stc_c.wxSTC_HBA_IDENTIFIER | |
1511 | wxSTC_HBA_STRINGEOL = stc_c.wxSTC_HBA_STRINGEOL | |
1512 | wxSTC_HP_START = stc_c.wxSTC_HP_START | |
1513 | wxSTC_HP_DEFAULT = stc_c.wxSTC_HP_DEFAULT | |
1514 | wxSTC_HP_COMMENTLINE = stc_c.wxSTC_HP_COMMENTLINE | |
1515 | wxSTC_HP_NUMBER = stc_c.wxSTC_HP_NUMBER | |
1516 | wxSTC_HP_STRING = stc_c.wxSTC_HP_STRING | |
1517 | wxSTC_HP_CHARACTER = stc_c.wxSTC_HP_CHARACTER | |
1518 | wxSTC_HP_WORD = stc_c.wxSTC_HP_WORD | |
1519 | wxSTC_HP_TRIPLE = stc_c.wxSTC_HP_TRIPLE | |
1520 | wxSTC_HP_TRIPLEDOUBLE = stc_c.wxSTC_HP_TRIPLEDOUBLE | |
1521 | wxSTC_HP_CLASSNAME = stc_c.wxSTC_HP_CLASSNAME | |
1522 | wxSTC_HP_DEFNAME = stc_c.wxSTC_HP_DEFNAME | |
1523 | wxSTC_HP_OPERATOR = stc_c.wxSTC_HP_OPERATOR | |
1524 | wxSTC_HP_IDENTIFIER = stc_c.wxSTC_HP_IDENTIFIER | |
1525 | wxSTC_HPA_START = stc_c.wxSTC_HPA_START | |
1526 | wxSTC_HPA_DEFAULT = stc_c.wxSTC_HPA_DEFAULT | |
1527 | wxSTC_HPA_COMMENTLINE = stc_c.wxSTC_HPA_COMMENTLINE | |
1528 | wxSTC_HPA_NUMBER = stc_c.wxSTC_HPA_NUMBER | |
1529 | wxSTC_HPA_STRING = stc_c.wxSTC_HPA_STRING | |
1530 | wxSTC_HPA_CHARACTER = stc_c.wxSTC_HPA_CHARACTER | |
1531 | wxSTC_HPA_WORD = stc_c.wxSTC_HPA_WORD | |
1532 | wxSTC_HPA_TRIPLE = stc_c.wxSTC_HPA_TRIPLE | |
1533 | wxSTC_HPA_TRIPLEDOUBLE = stc_c.wxSTC_HPA_TRIPLEDOUBLE | |
1534 | wxSTC_HPA_CLASSNAME = stc_c.wxSTC_HPA_CLASSNAME | |
1535 | wxSTC_HPA_DEFNAME = stc_c.wxSTC_HPA_DEFNAME | |
1536 | wxSTC_HPA_OPERATOR = stc_c.wxSTC_HPA_OPERATOR | |
1537 | wxSTC_HPA_IDENTIFIER = stc_c.wxSTC_HPA_IDENTIFIER | |
1538 | wxSTC_HPHP_DEFAULT = stc_c.wxSTC_HPHP_DEFAULT | |
1539 | wxSTC_HPHP_HSTRING = stc_c.wxSTC_HPHP_HSTRING | |
1540 | wxSTC_HPHP_SIMPLESTRING = stc_c.wxSTC_HPHP_SIMPLESTRING | |
1541 | wxSTC_HPHP_WORD = stc_c.wxSTC_HPHP_WORD | |
1542 | wxSTC_HPHP_NUMBER = stc_c.wxSTC_HPHP_NUMBER | |
1543 | wxSTC_HPHP_VARIABLE = stc_c.wxSTC_HPHP_VARIABLE | |
1544 | wxSTC_HPHP_COMMENT = stc_c.wxSTC_HPHP_COMMENT | |
1545 | wxSTC_HPHP_COMMENTLINE = stc_c.wxSTC_HPHP_COMMENTLINE | |
1546 | wxSTC_HPHP_HSTRING_VARIABLE = stc_c.wxSTC_HPHP_HSTRING_VARIABLE | |
1547 | wxSTC_HPHP_OPERATOR = stc_c.wxSTC_HPHP_OPERATOR | |
1548 | wxSTC_PL_DEFAULT = stc_c.wxSTC_PL_DEFAULT | |
1549 | wxSTC_PL_ERROR = stc_c.wxSTC_PL_ERROR | |
1550 | wxSTC_PL_COMMENTLINE = stc_c.wxSTC_PL_COMMENTLINE | |
1551 | wxSTC_PL_POD = stc_c.wxSTC_PL_POD | |
1552 | wxSTC_PL_NUMBER = stc_c.wxSTC_PL_NUMBER | |
1553 | wxSTC_PL_WORD = stc_c.wxSTC_PL_WORD | |
1554 | wxSTC_PL_STRING = stc_c.wxSTC_PL_STRING | |
1555 | wxSTC_PL_CHARACTER = stc_c.wxSTC_PL_CHARACTER | |
1556 | wxSTC_PL_PUNCTUATION = stc_c.wxSTC_PL_PUNCTUATION | |
1557 | wxSTC_PL_PREPROCESSOR = stc_c.wxSTC_PL_PREPROCESSOR | |
1558 | wxSTC_PL_OPERATOR = stc_c.wxSTC_PL_OPERATOR | |
1559 | wxSTC_PL_IDENTIFIER = stc_c.wxSTC_PL_IDENTIFIER | |
1560 | wxSTC_PL_SCALAR = stc_c.wxSTC_PL_SCALAR | |
1561 | wxSTC_PL_ARRAY = stc_c.wxSTC_PL_ARRAY | |
1562 | wxSTC_PL_HASH = stc_c.wxSTC_PL_HASH | |
1563 | wxSTC_PL_SYMBOLTABLE = stc_c.wxSTC_PL_SYMBOLTABLE | |
1564 | wxSTC_PL_REGEX = stc_c.wxSTC_PL_REGEX | |
1565 | wxSTC_PL_REGSUBST = stc_c.wxSTC_PL_REGSUBST | |
1566 | wxSTC_PL_LONGQUOTE = stc_c.wxSTC_PL_LONGQUOTE | |
1567 | wxSTC_PL_BACKTICKS = stc_c.wxSTC_PL_BACKTICKS | |
1568 | wxSTC_PL_DATASECTION = stc_c.wxSTC_PL_DATASECTION | |
1569 | wxSTC_PL_HERE_DELIM = stc_c.wxSTC_PL_HERE_DELIM | |
1570 | wxSTC_PL_HERE_Q = stc_c.wxSTC_PL_HERE_Q | |
1571 | wxSTC_PL_HERE_QQ = stc_c.wxSTC_PL_HERE_QQ | |
1572 | wxSTC_PL_HERE_QX = stc_c.wxSTC_PL_HERE_QX | |
1573 | wxSTC_PL_STRING_Q = stc_c.wxSTC_PL_STRING_Q | |
1574 | wxSTC_PL_STRING_QQ = stc_c.wxSTC_PL_STRING_QQ | |
1575 | wxSTC_PL_STRING_QX = stc_c.wxSTC_PL_STRING_QX | |
1576 | wxSTC_PL_STRING_QR = stc_c.wxSTC_PL_STRING_QR | |
1577 | wxSTC_PL_STRING_QW = stc_c.wxSTC_PL_STRING_QW | |
1578 | wxSTC_L_DEFAULT = stc_c.wxSTC_L_DEFAULT | |
1579 | wxSTC_L_COMMAND = stc_c.wxSTC_L_COMMAND | |
1580 | wxSTC_L_TAG = stc_c.wxSTC_L_TAG | |
1581 | wxSTC_L_MATH = stc_c.wxSTC_L_MATH | |
1582 | wxSTC_L_COMMENT = stc_c.wxSTC_L_COMMENT | |
1583 | wxSTC_LUA_DEFAULT = stc_c.wxSTC_LUA_DEFAULT | |
1584 | wxSTC_LUA_COMMENT = stc_c.wxSTC_LUA_COMMENT | |
1585 | wxSTC_LUA_COMMENTLINE = stc_c.wxSTC_LUA_COMMENTLINE | |
1586 | wxSTC_LUA_COMMENTDOC = stc_c.wxSTC_LUA_COMMENTDOC | |
1587 | wxSTC_LUA_NUMBER = stc_c.wxSTC_LUA_NUMBER | |
1588 | wxSTC_LUA_WORD = stc_c.wxSTC_LUA_WORD | |
1589 | wxSTC_LUA_STRING = stc_c.wxSTC_LUA_STRING | |
1590 | wxSTC_LUA_CHARACTER = stc_c.wxSTC_LUA_CHARACTER | |
1591 | wxSTC_LUA_LITERALSTRING = stc_c.wxSTC_LUA_LITERALSTRING | |
1592 | wxSTC_LUA_PREPROCESSOR = stc_c.wxSTC_LUA_PREPROCESSOR | |
1593 | wxSTC_LUA_OPERATOR = stc_c.wxSTC_LUA_OPERATOR | |
1594 | wxSTC_LUA_IDENTIFIER = stc_c.wxSTC_LUA_IDENTIFIER | |
1595 | wxSTC_LUA_STRINGEOL = stc_c.wxSTC_LUA_STRINGEOL | |
c3bfa1cb RD |
1596 | wxSTC_LUA_WORD2 = stc_c.wxSTC_LUA_WORD2 |
1597 | wxSTC_LUA_WORD3 = stc_c.wxSTC_LUA_WORD3 | |
1598 | wxSTC_LUA_WORD4 = stc_c.wxSTC_LUA_WORD4 | |
1599 | wxSTC_LUA_WORD5 = stc_c.wxSTC_LUA_WORD5 | |
1600 | wxSTC_LUA_WORD6 = stc_c.wxSTC_LUA_WORD6 | |
8a2fa5c8 RD |
1601 | wxSTC_ERR_DEFAULT = stc_c.wxSTC_ERR_DEFAULT |
1602 | wxSTC_ERR_PYTHON = stc_c.wxSTC_ERR_PYTHON | |
1603 | wxSTC_ERR_GCC = stc_c.wxSTC_ERR_GCC | |
1604 | wxSTC_ERR_MS = stc_c.wxSTC_ERR_MS | |
1605 | wxSTC_ERR_CMD = stc_c.wxSTC_ERR_CMD | |
1606 | wxSTC_ERR_BORLAND = stc_c.wxSTC_ERR_BORLAND | |
1607 | wxSTC_ERR_PERL = stc_c.wxSTC_ERR_PERL | |
1608 | wxSTC_ERR_NET = stc_c.wxSTC_ERR_NET | |
1609 | wxSTC_ERR_LUA = stc_c.wxSTC_ERR_LUA | |
1610 | wxSTC_ERR_DIFF_CHANGED = stc_c.wxSTC_ERR_DIFF_CHANGED | |
1611 | wxSTC_ERR_DIFF_ADDITION = stc_c.wxSTC_ERR_DIFF_ADDITION | |
1612 | wxSTC_ERR_DIFF_DELETION = stc_c.wxSTC_ERR_DIFF_DELETION | |
1613 | wxSTC_ERR_DIFF_MESSAGE = stc_c.wxSTC_ERR_DIFF_MESSAGE | |
1614 | wxSTC_BAT_DEFAULT = stc_c.wxSTC_BAT_DEFAULT | |
1615 | wxSTC_BAT_COMMENT = stc_c.wxSTC_BAT_COMMENT | |
1616 | wxSTC_BAT_WORD = stc_c.wxSTC_BAT_WORD | |
1617 | wxSTC_BAT_LABEL = stc_c.wxSTC_BAT_LABEL | |
1618 | wxSTC_BAT_HIDE = stc_c.wxSTC_BAT_HIDE | |
1619 | wxSTC_BAT_COMMAND = stc_c.wxSTC_BAT_COMMAND | |
1620 | wxSTC_BAT_IDENTIFIER = stc_c.wxSTC_BAT_IDENTIFIER | |
1621 | wxSTC_BAT_OPERATOR = stc_c.wxSTC_BAT_OPERATOR | |
1622 | wxSTC_MAKE_DEFAULT = stc_c.wxSTC_MAKE_DEFAULT | |
1623 | wxSTC_MAKE_COMMENT = stc_c.wxSTC_MAKE_COMMENT | |
1624 | wxSTC_MAKE_PREPROCESSOR = stc_c.wxSTC_MAKE_PREPROCESSOR | |
1625 | wxSTC_MAKE_IDENTIFIER = stc_c.wxSTC_MAKE_IDENTIFIER | |
1626 | wxSTC_MAKE_OPERATOR = stc_c.wxSTC_MAKE_OPERATOR | |
1627 | wxSTC_MAKE_TARGET = stc_c.wxSTC_MAKE_TARGET | |
1628 | wxSTC_MAKE_IDEOL = stc_c.wxSTC_MAKE_IDEOL | |
1629 | wxSTC_CONF_DEFAULT = stc_c.wxSTC_CONF_DEFAULT | |
1630 | wxSTC_CONF_COMMENT = stc_c.wxSTC_CONF_COMMENT | |
1631 | wxSTC_CONF_NUMBER = stc_c.wxSTC_CONF_NUMBER | |
1632 | wxSTC_CONF_IDENTIFIER = stc_c.wxSTC_CONF_IDENTIFIER | |
1633 | wxSTC_CONF_EXTENSION = stc_c.wxSTC_CONF_EXTENSION | |
1634 | wxSTC_CONF_PARAMETER = stc_c.wxSTC_CONF_PARAMETER | |
1635 | wxSTC_CONF_STRING = stc_c.wxSTC_CONF_STRING | |
1636 | wxSTC_CONF_OPERATOR = stc_c.wxSTC_CONF_OPERATOR | |
1637 | wxSTC_CONF_IP = stc_c.wxSTC_CONF_IP | |
1638 | wxSTC_CONF_DIRECTIVE = stc_c.wxSTC_CONF_DIRECTIVE | |
1639 | wxSTC_AVE_DEFAULT = stc_c.wxSTC_AVE_DEFAULT | |
1640 | wxSTC_AVE_COMMENT = stc_c.wxSTC_AVE_COMMENT | |
1641 | wxSTC_AVE_NUMBER = stc_c.wxSTC_AVE_NUMBER | |
1642 | wxSTC_AVE_WORD = stc_c.wxSTC_AVE_WORD | |
1643 | wxSTC_AVE_KEYWORD = stc_c.wxSTC_AVE_KEYWORD | |
1644 | wxSTC_AVE_STATEMENT = stc_c.wxSTC_AVE_STATEMENT | |
1645 | wxSTC_AVE_STRING = stc_c.wxSTC_AVE_STRING | |
1646 | wxSTC_AVE_ENUM = stc_c.wxSTC_AVE_ENUM | |
1647 | wxSTC_AVE_STRINGEOL = stc_c.wxSTC_AVE_STRINGEOL | |
1648 | wxSTC_AVE_IDENTIFIER = stc_c.wxSTC_AVE_IDENTIFIER | |
1649 | wxSTC_AVE_OPERATOR = stc_c.wxSTC_AVE_OPERATOR | |
1650 | wxSTC_ADA_DEFAULT = stc_c.wxSTC_ADA_DEFAULT | |
1651 | wxSTC_ADA_COMMENT = stc_c.wxSTC_ADA_COMMENT | |
1652 | wxSTC_ADA_NUMBER = stc_c.wxSTC_ADA_NUMBER | |
1653 | wxSTC_ADA_WORD = stc_c.wxSTC_ADA_WORD | |
1654 | wxSTC_ADA_STRING = stc_c.wxSTC_ADA_STRING | |
1655 | wxSTC_ADA_CHARACTER = stc_c.wxSTC_ADA_CHARACTER | |
1656 | wxSTC_ADA_OPERATOR = stc_c.wxSTC_ADA_OPERATOR | |
1657 | wxSTC_ADA_IDENTIFIER = stc_c.wxSTC_ADA_IDENTIFIER | |
1658 | wxSTC_ADA_STRINGEOL = stc_c.wxSTC_ADA_STRINGEOL | |
c3bfa1cb RD |
1659 | wxSTC_BAAN_DEFAULT = stc_c.wxSTC_BAAN_DEFAULT |
1660 | wxSTC_BAAN_COMMENT = stc_c.wxSTC_BAAN_COMMENT | |
1661 | wxSTC_BAAN_COMMENTDOC = stc_c.wxSTC_BAAN_COMMENTDOC | |
1662 | wxSTC_BAAN_NUMBER = stc_c.wxSTC_BAAN_NUMBER | |
1663 | wxSTC_BAAN_WORD = stc_c.wxSTC_BAAN_WORD | |
1664 | wxSTC_BAAN_STRING = stc_c.wxSTC_BAAN_STRING | |
1665 | wxSTC_BAAN_PREPROCESSOR = stc_c.wxSTC_BAAN_PREPROCESSOR | |
1666 | wxSTC_BAAN_OPERATOR = stc_c.wxSTC_BAAN_OPERATOR | |
1667 | wxSTC_BAAN_IDENTIFIER = stc_c.wxSTC_BAAN_IDENTIFIER | |
1668 | wxSTC_BAAN_STRINGEOL = stc_c.wxSTC_BAAN_STRINGEOL | |
1669 | wxSTC_BAAN_WORD2 = stc_c.wxSTC_BAAN_WORD2 | |
8a2fa5c8 RD |
1670 | wxSTC_LISP_DEFAULT = stc_c.wxSTC_LISP_DEFAULT |
1671 | wxSTC_LISP_COMMENT = stc_c.wxSTC_LISP_COMMENT | |
1672 | wxSTC_LISP_NUMBER = stc_c.wxSTC_LISP_NUMBER | |
1673 | wxSTC_LISP_KEYWORD = stc_c.wxSTC_LISP_KEYWORD | |
1674 | wxSTC_LISP_STRING = stc_c.wxSTC_LISP_STRING | |
1675 | wxSTC_LISP_STRINGEOL = stc_c.wxSTC_LISP_STRINGEOL | |
1676 | wxSTC_LISP_IDENTIFIER = stc_c.wxSTC_LISP_IDENTIFIER | |
1677 | wxSTC_LISP_OPERATOR = stc_c.wxSTC_LISP_OPERATOR | |
1678 | wxSTC_EIFFEL_DEFAULT = stc_c.wxSTC_EIFFEL_DEFAULT | |
1679 | wxSTC_EIFFEL_COMMENTLINE = stc_c.wxSTC_EIFFEL_COMMENTLINE | |
1680 | wxSTC_EIFFEL_NUMBER = stc_c.wxSTC_EIFFEL_NUMBER | |
1681 | wxSTC_EIFFEL_WORD = stc_c.wxSTC_EIFFEL_WORD | |
1682 | wxSTC_EIFFEL_STRING = stc_c.wxSTC_EIFFEL_STRING | |
1683 | wxSTC_EIFFEL_CHARACTER = stc_c.wxSTC_EIFFEL_CHARACTER | |
1684 | wxSTC_EIFFEL_OPERATOR = stc_c.wxSTC_EIFFEL_OPERATOR | |
1685 | wxSTC_EIFFEL_IDENTIFIER = stc_c.wxSTC_EIFFEL_IDENTIFIER | |
1686 | wxSTC_EIFFEL_STRINGEOL = stc_c.wxSTC_EIFFEL_STRINGEOL | |
1687 | wxSTC_NNCRONTAB_DEFAULT = stc_c.wxSTC_NNCRONTAB_DEFAULT | |
1688 | wxSTC_NNCRONTAB_COMMENT = stc_c.wxSTC_NNCRONTAB_COMMENT | |
1689 | wxSTC_NNCRONTAB_TASK = stc_c.wxSTC_NNCRONTAB_TASK | |
1690 | wxSTC_NNCRONTAB_SECTION = stc_c.wxSTC_NNCRONTAB_SECTION | |
1691 | wxSTC_NNCRONTAB_KEYWORD = stc_c.wxSTC_NNCRONTAB_KEYWORD | |
1692 | wxSTC_NNCRONTAB_MODIFIER = stc_c.wxSTC_NNCRONTAB_MODIFIER | |
1693 | wxSTC_NNCRONTAB_ASTERISK = stc_c.wxSTC_NNCRONTAB_ASTERISK | |
1694 | wxSTC_NNCRONTAB_NUMBER = stc_c.wxSTC_NNCRONTAB_NUMBER | |
1695 | wxSTC_NNCRONTAB_STRING = stc_c.wxSTC_NNCRONTAB_STRING | |
1696 | wxSTC_NNCRONTAB_ENVIRONMENT = stc_c.wxSTC_NNCRONTAB_ENVIRONMENT | |
1697 | wxSTC_NNCRONTAB_IDENTIFIER = stc_c.wxSTC_NNCRONTAB_IDENTIFIER | |
c3bfa1cb RD |
1698 | wxSTC_MATLAB_DEFAULT = stc_c.wxSTC_MATLAB_DEFAULT |
1699 | wxSTC_MATLAB_COMMENT = stc_c.wxSTC_MATLAB_COMMENT | |
1700 | wxSTC_MATLAB_COMMAND = stc_c.wxSTC_MATLAB_COMMAND | |
1701 | wxSTC_MATLAB_NUMBER = stc_c.wxSTC_MATLAB_NUMBER | |
1702 | wxSTC_MATLAB_KEYWORD = stc_c.wxSTC_MATLAB_KEYWORD | |
1703 | wxSTC_MATLAB_STRING = stc_c.wxSTC_MATLAB_STRING | |
1704 | wxSTC_MATLAB_OPERATOR = stc_c.wxSTC_MATLAB_OPERATOR | |
1705 | wxSTC_MATLAB_IDENTIFIER = stc_c.wxSTC_MATLAB_IDENTIFIER | |
8a2fa5c8 RD |
1706 | wxSTCNameStr = stc_c.wxSTCNameStr |
1707 | wxEVT_STC_CHANGE = stc_c.wxEVT_STC_CHANGE | |
1708 | wxEVT_STC_STYLENEEDED = stc_c.wxEVT_STC_STYLENEEDED | |
1709 | wxEVT_STC_CHARADDED = stc_c.wxEVT_STC_CHARADDED | |
1710 | wxEVT_STC_SAVEPOINTREACHED = stc_c.wxEVT_STC_SAVEPOINTREACHED | |
1711 | wxEVT_STC_SAVEPOINTLEFT = stc_c.wxEVT_STC_SAVEPOINTLEFT | |
1712 | wxEVT_STC_ROMODIFYATTEMPT = stc_c.wxEVT_STC_ROMODIFYATTEMPT | |
1713 | wxEVT_STC_KEY = stc_c.wxEVT_STC_KEY | |
1714 | wxEVT_STC_DOUBLECLICK = stc_c.wxEVT_STC_DOUBLECLICK | |
1715 | wxEVT_STC_UPDATEUI = stc_c.wxEVT_STC_UPDATEUI | |
1716 | wxEVT_STC_MODIFIED = stc_c.wxEVT_STC_MODIFIED | |
1717 | wxEVT_STC_MACRORECORD = stc_c.wxEVT_STC_MACRORECORD | |
1718 | wxEVT_STC_MARGINCLICK = stc_c.wxEVT_STC_MARGINCLICK | |
1719 | wxEVT_STC_NEEDSHOWN = stc_c.wxEVT_STC_NEEDSHOWN | |
1720 | wxEVT_STC_POSCHANGED = stc_c.wxEVT_STC_POSCHANGED | |
1721 | wxEVT_STC_PAINTED = stc_c.wxEVT_STC_PAINTED | |
1722 | wxEVT_STC_USERLISTSELECTION = stc_c.wxEVT_STC_USERLISTSELECTION | |
1723 | wxEVT_STC_URIDROPPED = stc_c.wxEVT_STC_URIDROPPED | |
1724 | wxEVT_STC_DWELLSTART = stc_c.wxEVT_STC_DWELLSTART | |
1725 | wxEVT_STC_DWELLEND = stc_c.wxEVT_STC_DWELLEND | |
6abe8375 RD |
1726 | wxEVT_STC_START_DRAG = stc_c.wxEVT_STC_START_DRAG |
1727 | wxEVT_STC_DRAG_OVER = stc_c.wxEVT_STC_DRAG_OVER | |
1728 | wxEVT_STC_DO_DROP = stc_c.wxEVT_STC_DO_DROP | |
8a2fa5c8 RD |
1729 | |
1730 | ||
1731 | #-------------- USER INCLUDE ----------------------- | |
1732 | ||
1733 | # Stuff these names into the wx namespace so wxPyConstructObject can find them | |
1734 | ||
1735 | wx.wxStyledTextEventPtr = wxStyledTextEventPtr | |
1736 | wx.wxStyledTextCtrlPtr = wxStyledTextCtrlPtr |