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