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