1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
20 from stattool
import *
22 from controls
import *
24 from controls2
import *
26 from windows2
import *
30 from windows3
import *
38 def EVT_STC_CHANGE(win
, id, fn
):
39 win
.Connect(id, -1, wxEVT_STC_CHANGE
, fn
)
41 def EVT_STC_STYLENEEDED(win
, id, fn
):
42 win
.Connect(id, -1, wxEVT_STC_STYLENEEDED
, fn
)
44 def EVT_STC_CHARADDED(win
, id, fn
):
45 win
.Connect(id, -1, wxEVT_STC_CHARADDED
, fn
)
47 def EVT_STC_UPDATEUI(win
, id, fn
):
48 win
.Connect(id, -1, wxEVT_STC_UPDATEUI
, fn
)
50 def EVT_STC_SAVEPOINTREACHED(win
, id, fn
):
51 win
.Connect(id, -1, wxEVT_STC_SAVEPOINTREACHED
, fn
)
53 def EVT_STC_SAVEPOINTLEFT(win
, id, fn
):
54 win
.Connect(id, -1, wxEVT_STC_SAVEPOINTLEFT
, fn
)
56 def EVT_STC_ROMODIFYATTEMPT(win
, id, fn
):
57 win
.Connect(id, -1, wxEVT_STC_ROMODIFYATTEMPT
, fn
)
59 def EVT_STC_DOUBLECLICK(win
, id, fn
):
60 win
.Connect(id, -1, wxEVT_STC_DOUBLECLICK
, fn
)
62 def EVT_STC_MODIFIED(win
, id, fn
):
63 win
.Connect(id, -1, wxEVT_STC_MODIFIED
, fn
)
65 def EVT_STC_KEY(win
, id, fn
):
66 win
.Connect(id, -1, wxEVT_STC_KEY
, fn
)
68 def EVT_STC_MACRORECORD(win
, id, fn
):
69 win
.Connect(id, -1, wxEVT_STC_MACRORECORD
, fn
)
71 def EVT_STC_MARGINCLICK(win
, id, fn
):
72 win
.Connect(id, -1, wxEVT_STC_MARGINCLICK
, fn
)
74 def EVT_STC_NEEDSHOWN(win
, id, fn
):
75 win
.Connect(id, -1, wxEVT_STC_NEEDSHOWN
, fn
)
79 class wxStyledTextCtrlPtr(wxControlPtr
):
80 def __init__(self
,this
):
83 def GetText(self
, *_args
, **_kwargs
):
84 val
= apply(stc_c
.wxStyledTextCtrl_GetText
,(self
,) + _args
, _kwargs
)
86 def SetText(self
, *_args
, **_kwargs
):
87 val
= apply(stc_c
.wxStyledTextCtrl_SetText
,(self
,) + _args
, _kwargs
)
89 def GetLine(self
, *_args
, **_kwargs
):
90 val
= apply(stc_c
.wxStyledTextCtrl_GetLine
,(self
,) + _args
, _kwargs
)
92 def ReplaceSelection(self
, *_args
, **_kwargs
):
93 val
= apply(stc_c
.wxStyledTextCtrl_ReplaceSelection
,(self
,) + _args
, _kwargs
)
95 def SetReadOnly(self
, *_args
, **_kwargs
):
96 val
= apply(stc_c
.wxStyledTextCtrl_SetReadOnly
,(self
,) + _args
, _kwargs
)
98 def GetReadOnly(self
, *_args
, **_kwargs
):
99 val
= apply(stc_c
.wxStyledTextCtrl_GetReadOnly
,(self
,) + _args
, _kwargs
)
101 def GetTextRange(self
, *_args
, **_kwargs
):
102 val
= apply(stc_c
.wxStyledTextCtrl_GetTextRange
,(self
,) + _args
, _kwargs
)
104 def GetStyledTextRange(self
, *_args
, **_kwargs
):
105 val
= apply(stc_c
.wxStyledTextCtrl_GetStyledTextRange
,(self
,) + _args
, _kwargs
)
107 def AddText(self
, *_args
, **_kwargs
):
108 val
= apply(stc_c
.wxStyledTextCtrl_AddText
,(self
,) + _args
, _kwargs
)
110 def AddStyledText(self
, *_args
, **_kwargs
):
111 val
= apply(stc_c
.wxStyledTextCtrl_AddStyledText
,(self
,) + _args
, _kwargs
)
113 def InsertText(self
, *_args
, **_kwargs
):
114 val
= apply(stc_c
.wxStyledTextCtrl_InsertText
,(self
,) + _args
, _kwargs
)
116 def ClearAll(self
, *_args
, **_kwargs
):
117 val
= apply(stc_c
.wxStyledTextCtrl_ClearAll
,(self
,) + _args
, _kwargs
)
119 def GetCharAt(self
, *_args
, **_kwargs
):
120 val
= apply(stc_c
.wxStyledTextCtrl_GetCharAt
,(self
,) + _args
, _kwargs
)
122 def GetStyleAt(self
, *_args
, **_kwargs
):
123 val
= apply(stc_c
.wxStyledTextCtrl_GetStyleAt
,(self
,) + _args
, _kwargs
)
125 def SetStyleBits(self
, *_args
, **_kwargs
):
126 val
= apply(stc_c
.wxStyledTextCtrl_SetStyleBits
,(self
,) + _args
, _kwargs
)
128 def GetStyleBits(self
, *_args
, **_kwargs
):
129 val
= apply(stc_c
.wxStyledTextCtrl_GetStyleBits
,(self
,) + _args
, _kwargs
)
131 def Cut(self
, *_args
, **_kwargs
):
132 val
= apply(stc_c
.wxStyledTextCtrl_Cut
,(self
,) + _args
, _kwargs
)
134 def Copy(self
, *_args
, **_kwargs
):
135 val
= apply(stc_c
.wxStyledTextCtrl_Copy
,(self
,) + _args
, _kwargs
)
137 def Paste(self
, *_args
, **_kwargs
):
138 val
= apply(stc_c
.wxStyledTextCtrl_Paste
,(self
,) + _args
, _kwargs
)
140 def CanPaste(self
, *_args
, **_kwargs
):
141 val
= apply(stc_c
.wxStyledTextCtrl_CanPaste
,(self
,) + _args
, _kwargs
)
143 def ClearClipbrd(self
, *_args
, **_kwargs
):
144 val
= apply(stc_c
.wxStyledTextCtrl_ClearClipbrd
,(self
,) + _args
, _kwargs
)
146 def Undo(self
, *_args
, **_kwargs
):
147 val
= apply(stc_c
.wxStyledTextCtrl_Undo
,(self
,) + _args
, _kwargs
)
149 def CanUndo(self
, *_args
, **_kwargs
):
150 val
= apply(stc_c
.wxStyledTextCtrl_CanUndo
,(self
,) + _args
, _kwargs
)
152 def EmptyUndoBuffer(self
, *_args
, **_kwargs
):
153 val
= apply(stc_c
.wxStyledTextCtrl_EmptyUndoBuffer
,(self
,) + _args
, _kwargs
)
155 def Redo(self
, *_args
, **_kwargs
):
156 val
= apply(stc_c
.wxStyledTextCtrl_Redo
,(self
,) + _args
, _kwargs
)
158 def CanRedo(self
, *_args
, **_kwargs
):
159 val
= apply(stc_c
.wxStyledTextCtrl_CanRedo
,(self
,) + _args
, _kwargs
)
161 def SetUndoCollection(self
, *_args
, **_kwargs
):
162 val
= apply(stc_c
.wxStyledTextCtrl_SetUndoCollection
,(self
,) + _args
, _kwargs
)
164 def GetUndoCollection(self
, *_args
, **_kwargs
):
165 val
= apply(stc_c
.wxStyledTextCtrl_GetUndoCollection
,(self
,) + _args
, _kwargs
)
167 def BeginUndoAction(self
, *_args
, **_kwargs
):
168 val
= apply(stc_c
.wxStyledTextCtrl_BeginUndoAction
,(self
,) + _args
, _kwargs
)
170 def EndUndoAction(self
, *_args
, **_kwargs
):
171 val
= apply(stc_c
.wxStyledTextCtrl_EndUndoAction
,(self
,) + _args
, _kwargs
)
173 def GetSelection(self
, *_args
, **_kwargs
):
174 val
= apply(stc_c
.wxStyledTextCtrl_GetSelection
,(self
,) + _args
, _kwargs
)
176 def SetSelection(self
, *_args
, **_kwargs
):
177 val
= apply(stc_c
.wxStyledTextCtrl_SetSelection
,(self
,) + _args
, _kwargs
)
179 def GetSelectedText(self
, *_args
, **_kwargs
):
180 val
= apply(stc_c
.wxStyledTextCtrl_GetSelectedText
,(self
,) + _args
, _kwargs
)
182 def HideSelection(self
, *_args
, **_kwargs
):
183 val
= apply(stc_c
.wxStyledTextCtrl_HideSelection
,(self
,) + _args
, _kwargs
)
185 def GetHideSelection(self
, *_args
, **_kwargs
):
186 val
= apply(stc_c
.wxStyledTextCtrl_GetHideSelection
,(self
,) + _args
, _kwargs
)
188 def GetTextLength(self
, *_args
, **_kwargs
):
189 val
= apply(stc_c
.wxStyledTextCtrl_GetTextLength
,(self
,) + _args
, _kwargs
)
191 def GetFirstVisibleLine(self
, *_args
, **_kwargs
):
192 val
= apply(stc_c
.wxStyledTextCtrl_GetFirstVisibleLine
,(self
,) + _args
, _kwargs
)
194 def GetModified(self
, *_args
, **_kwargs
):
195 val
= apply(stc_c
.wxStyledTextCtrl_GetModified
,(self
,) + _args
, _kwargs
)
197 def GetLineCount(self
, *_args
, **_kwargs
):
198 val
= apply(stc_c
.wxStyledTextCtrl_GetLineCount
,(self
,) + _args
, _kwargs
)
200 def GetRect(self
, *_args
, **_kwargs
):
201 val
= apply(stc_c
.wxStyledTextCtrl_GetRect
,(self
,) + _args
, _kwargs
)
202 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
204 def GetLineFromPos(self
, *_args
, **_kwargs
):
205 val
= apply(stc_c
.wxStyledTextCtrl_GetLineFromPos
,(self
,) + _args
, _kwargs
)
207 def GetLineStartPos(self
, *_args
, **_kwargs
):
208 val
= apply(stc_c
.wxStyledTextCtrl_GetLineStartPos
,(self
,) + _args
, _kwargs
)
210 def GetLineLengthAtPos(self
, *_args
, **_kwargs
):
211 val
= apply(stc_c
.wxStyledTextCtrl_GetLineLengthAtPos
,(self
,) + _args
, _kwargs
)
213 def GetLineLength(self
, *_args
, **_kwargs
):
214 val
= apply(stc_c
.wxStyledTextCtrl_GetLineLength
,(self
,) + _args
, _kwargs
)
216 def GetCurrentLineText(self
, *_args
, **_kwargs
):
217 val
= apply(stc_c
.wxStyledTextCtrl_GetCurrentLineText
,(self
,) + _args
, _kwargs
)
219 def GetCurrentLine(self
, *_args
, **_kwargs
):
220 val
= apply(stc_c
.wxStyledTextCtrl_GetCurrentLine
,(self
,) + _args
, _kwargs
)
222 def PositionFromPoint(self
, *_args
, **_kwargs
):
223 val
= apply(stc_c
.wxStyledTextCtrl_PositionFromPoint
,(self
,) + _args
, _kwargs
)
225 def LineFromPoint(self
, *_args
, **_kwargs
):
226 val
= apply(stc_c
.wxStyledTextCtrl_LineFromPoint
,(self
,) + _args
, _kwargs
)
228 def PointFromPosition(self
, *_args
, **_kwargs
):
229 val
= apply(stc_c
.wxStyledTextCtrl_PointFromPosition
,(self
,) + _args
, _kwargs
)
230 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
232 def GetCurrentPos(self
, *_args
, **_kwargs
):
233 val
= apply(stc_c
.wxStyledTextCtrl_GetCurrentPos
,(self
,) + _args
, _kwargs
)
235 def GetAnchor(self
, *_args
, **_kwargs
):
236 val
= apply(stc_c
.wxStyledTextCtrl_GetAnchor
,(self
,) + _args
, _kwargs
)
238 def SelectAll(self
, *_args
, **_kwargs
):
239 val
= apply(stc_c
.wxStyledTextCtrl_SelectAll
,(self
,) + _args
, _kwargs
)
241 def SetCurrentPosition(self
, *_args
, **_kwargs
):
242 val
= apply(stc_c
.wxStyledTextCtrl_SetCurrentPosition
,(self
,) + _args
, _kwargs
)
244 def SetAnchor(self
, *_args
, **_kwargs
):
245 val
= apply(stc_c
.wxStyledTextCtrl_SetAnchor
,(self
,) + _args
, _kwargs
)
247 def GotoPos(self
, *_args
, **_kwargs
):
248 val
= apply(stc_c
.wxStyledTextCtrl_GotoPos
,(self
,) + _args
, _kwargs
)
250 def GotoLine(self
, *_args
, **_kwargs
):
251 val
= apply(stc_c
.wxStyledTextCtrl_GotoLine
,(self
,) + _args
, _kwargs
)
253 def ChangePosition(self
, *_args
, **_kwargs
):
254 val
= apply(stc_c
.wxStyledTextCtrl_ChangePosition
,(self
,) + _args
, _kwargs
)
256 def PageMove(self
, *_args
, **_kwargs
):
257 val
= apply(stc_c
.wxStyledTextCtrl_PageMove
,(self
,) + _args
, _kwargs
)
259 def ScrollBy(self
, *_args
, **_kwargs
):
260 val
= apply(stc_c
.wxStyledTextCtrl_ScrollBy
,(self
,) + _args
, _kwargs
)
262 def ScrollToLine(self
, *_args
, **_kwargs
):
263 val
= apply(stc_c
.wxStyledTextCtrl_ScrollToLine
,(self
,) + _args
, _kwargs
)
265 def ScrollToColumn(self
, *_args
, **_kwargs
):
266 val
= apply(stc_c
.wxStyledTextCtrl_ScrollToColumn
,(self
,) + _args
, _kwargs
)
268 def EnsureCaretVisible(self
, *_args
, **_kwargs
):
269 val
= apply(stc_c
.wxStyledTextCtrl_EnsureCaretVisible
,(self
,) + _args
, _kwargs
)
271 def SetCaretPolicy(self
, *_args
, **_kwargs
):
272 val
= apply(stc_c
.wxStyledTextCtrl_SetCaretPolicy
,(self
,) + _args
, _kwargs
)
274 def GetSelectionType(self
, *_args
, **_kwargs
):
275 val
= apply(stc_c
.wxStyledTextCtrl_GetSelectionType
,(self
,) + _args
, _kwargs
)
277 def GetLinesOnScreen(self
, *_args
, **_kwargs
):
278 val
= apply(stc_c
.wxStyledTextCtrl_GetLinesOnScreen
,(self
,) + _args
, _kwargs
)
280 def IsSelectionRectangle(self
, *_args
, **_kwargs
):
281 val
= apply(stc_c
.wxStyledTextCtrl_IsSelectionRectangle
,(self
,) + _args
, _kwargs
)
283 def SetUseHorizontalScrollBar(self
, *_args
, **_kwargs
):
284 val
= apply(stc_c
.wxStyledTextCtrl_SetUseHorizontalScrollBar
,(self
,) + _args
, _kwargs
)
286 def GetUseHorizontalScrollBar(self
, *_args
, **_kwargs
):
287 val
= apply(stc_c
.wxStyledTextCtrl_GetUseHorizontalScrollBar
,(self
,) + _args
, _kwargs
)
289 def FindText(self
, *_args
, **_kwargs
):
290 val
= apply(stc_c
.wxStyledTextCtrl_FindText
,(self
,) + _args
, _kwargs
)
292 def SearchAnchor(self
, *_args
, **_kwargs
):
293 val
= apply(stc_c
.wxStyledTextCtrl_SearchAnchor
,(self
,) + _args
, _kwargs
)
295 def SearchNext(self
, *_args
, **_kwargs
):
296 val
= apply(stc_c
.wxStyledTextCtrl_SearchNext
,(self
,) + _args
, _kwargs
)
298 def SearchPrev(self
, *_args
, **_kwargs
):
299 val
= apply(stc_c
.wxStyledTextCtrl_SearchPrev
,(self
,) + _args
, _kwargs
)
301 def GetViewWhitespace(self
, *_args
, **_kwargs
):
302 val
= apply(stc_c
.wxStyledTextCtrl_GetViewWhitespace
,(self
,) + _args
, _kwargs
)
304 def SetViewWhitespace(self
, *_args
, **_kwargs
):
305 val
= apply(stc_c
.wxStyledTextCtrl_SetViewWhitespace
,(self
,) + _args
, _kwargs
)
307 def GetEOLMode(self
, *_args
, **_kwargs
):
308 val
= apply(stc_c
.wxStyledTextCtrl_GetEOLMode
,(self
,) + _args
, _kwargs
)
310 def SetEOLMode(self
, *_args
, **_kwargs
):
311 val
= apply(stc_c
.wxStyledTextCtrl_SetEOLMode
,(self
,) + _args
, _kwargs
)
313 def GetViewEOL(self
, *_args
, **_kwargs
):
314 val
= apply(stc_c
.wxStyledTextCtrl_GetViewEOL
,(self
,) + _args
, _kwargs
)
316 def SetViewEOL(self
, *_args
, **_kwargs
):
317 val
= apply(stc_c
.wxStyledTextCtrl_SetViewEOL
,(self
,) + _args
, _kwargs
)
319 def ConvertEOL(self
, *_args
, **_kwargs
):
320 val
= apply(stc_c
.wxStyledTextCtrl_ConvertEOL
,(self
,) + _args
, _kwargs
)
322 def GetEndStyled(self
, *_args
, **_kwargs
):
323 val
= apply(stc_c
.wxStyledTextCtrl_GetEndStyled
,(self
,) + _args
, _kwargs
)
325 def StartStyling(self
, *_args
, **_kwargs
):
326 val
= apply(stc_c
.wxStyledTextCtrl_StartStyling
,(self
,) + _args
, _kwargs
)
328 def SetStyleFor(self
, *_args
, **_kwargs
):
329 val
= apply(stc_c
.wxStyledTextCtrl_SetStyleFor
,(self
,) + _args
, _kwargs
)
331 def SetStyleBytes(self
, *_args
, **_kwargs
):
332 val
= apply(stc_c
.wxStyledTextCtrl_SetStyleBytes
,(self
,) + _args
, _kwargs
)
334 def SetLineState(self
, *_args
, **_kwargs
):
335 val
= apply(stc_c
.wxStyledTextCtrl_SetLineState
,(self
,) + _args
, _kwargs
)
337 def GetLineState(self
, *_args
, **_kwargs
):
338 val
= apply(stc_c
.wxStyledTextCtrl_GetLineState
,(self
,) + _args
, _kwargs
)
340 def StyleClearAll(self
, *_args
, **_kwargs
):
341 val
= apply(stc_c
.wxStyledTextCtrl_StyleClearAll
,(self
,) + _args
, _kwargs
)
343 def StyleResetDefault(self
, *_args
, **_kwargs
):
344 val
= apply(stc_c
.wxStyledTextCtrl_StyleResetDefault
,(self
,) + _args
, _kwargs
)
346 def StyleSetSpec(self
, *_args
, **_kwargs
):
347 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetSpec
,(self
,) + _args
, _kwargs
)
349 def StyleSetForeground(self
, *_args
, **_kwargs
):
350 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetForeground
,(self
,) + _args
, _kwargs
)
352 def StyleSetBackground(self
, *_args
, **_kwargs
):
353 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetBackground
,(self
,) + _args
, _kwargs
)
355 def StyleSetFont(self
, *_args
, **_kwargs
):
356 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetFont
,(self
,) + _args
, _kwargs
)
358 def StyleSetFontAttr(self
, *_args
, **_kwargs
):
359 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetFontAttr
,(self
,) + _args
, _kwargs
)
361 def StyleSetBold(self
, *_args
, **_kwargs
):
362 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetBold
,(self
,) + _args
, _kwargs
)
364 def StyleSetItalic(self
, *_args
, **_kwargs
):
365 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetItalic
,(self
,) + _args
, _kwargs
)
367 def StyleSetFaceName(self
, *_args
, **_kwargs
):
368 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetFaceName
,(self
,) + _args
, _kwargs
)
370 def StyleSetSize(self
, *_args
, **_kwargs
):
371 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetSize
,(self
,) + _args
, _kwargs
)
373 def StyleSetEOLFilled(self
, *_args
, **_kwargs
):
374 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetEOLFilled
,(self
,) + _args
, _kwargs
)
376 def StyleSetUnderline(self
, *_args
, **_kwargs
):
377 val
= apply(stc_c
.wxStyledTextCtrl_StyleSetUnderline
,(self
,) + _args
, _kwargs
)
379 def GetLeftMargin(self
, *_args
, **_kwargs
):
380 val
= apply(stc_c
.wxStyledTextCtrl_GetLeftMargin
,(self
,) + _args
, _kwargs
)
382 def GetRightMargin(self
, *_args
, **_kwargs
):
383 val
= apply(stc_c
.wxStyledTextCtrl_GetRightMargin
,(self
,) + _args
, _kwargs
)
385 def SetMargins(self
, *_args
, **_kwargs
):
386 val
= apply(stc_c
.wxStyledTextCtrl_SetMargins
,(self
,) + _args
, _kwargs
)
388 def SetMarginType(self
, *_args
, **_kwargs
):
389 val
= apply(stc_c
.wxStyledTextCtrl_SetMarginType
,(self
,) + _args
, _kwargs
)
391 def GetMarginType(self
, *_args
, **_kwargs
):
392 val
= apply(stc_c
.wxStyledTextCtrl_GetMarginType
,(self
,) + _args
, _kwargs
)
394 def SetMarginWidth(self
, *_args
, **_kwargs
):
395 val
= apply(stc_c
.wxStyledTextCtrl_SetMarginWidth
,(self
,) + _args
, _kwargs
)
397 def GetMarginWidth(self
, *_args
, **_kwargs
):
398 val
= apply(stc_c
.wxStyledTextCtrl_GetMarginWidth
,(self
,) + _args
, _kwargs
)
400 def SetMarginMask(self
, *_args
, **_kwargs
):
401 val
= apply(stc_c
.wxStyledTextCtrl_SetMarginMask
,(self
,) + _args
, _kwargs
)
403 def GetMarginMask(self
, *_args
, **_kwargs
):
404 val
= apply(stc_c
.wxStyledTextCtrl_GetMarginMask
,(self
,) + _args
, _kwargs
)
406 def SetMarginSensitive(self
, *_args
, **_kwargs
):
407 val
= apply(stc_c
.wxStyledTextCtrl_SetMarginSensitive
,(self
,) + _args
, _kwargs
)
409 def GetMarginSensitive(self
, *_args
, **_kwargs
):
410 val
= apply(stc_c
.wxStyledTextCtrl_GetMarginSensitive
,(self
,) + _args
, _kwargs
)
412 def SetSelectionForeground(self
, *_args
, **_kwargs
):
413 val
= apply(stc_c
.wxStyledTextCtrl_SetSelectionForeground
,(self
,) + _args
, _kwargs
)
415 def SetSelectionBackground(self
, *_args
, **_kwargs
):
416 val
= apply(stc_c
.wxStyledTextCtrl_SetSelectionBackground
,(self
,) + _args
, _kwargs
)
418 def SetCaretForeground(self
, *_args
, **_kwargs
):
419 val
= apply(stc_c
.wxStyledTextCtrl_SetCaretForeground
,(self
,) + _args
, _kwargs
)
421 def GetCaretPeriod(self
, *_args
, **_kwargs
):
422 val
= apply(stc_c
.wxStyledTextCtrl_GetCaretPeriod
,(self
,) + _args
, _kwargs
)
424 def SetCaretPeriod(self
, *_args
, **_kwargs
):
425 val
= apply(stc_c
.wxStyledTextCtrl_SetCaretPeriod
,(self
,) + _args
, _kwargs
)
427 def SetBufferedDraw(self
, *_args
, **_kwargs
):
428 val
= apply(stc_c
.wxStyledTextCtrl_SetBufferedDraw
,(self
,) + _args
, _kwargs
)
430 def SetTabWidth(self
, *_args
, **_kwargs
):
431 val
= apply(stc_c
.wxStyledTextCtrl_SetTabWidth
,(self
,) + _args
, _kwargs
)
433 def SetIndent(self
, *_args
, **_kwargs
):
434 val
= apply(stc_c
.wxStyledTextCtrl_SetIndent
,(self
,) + _args
, _kwargs
)
436 def SetUseTabs(self
, *_args
, **_kwargs
):
437 val
= apply(stc_c
.wxStyledTextCtrl_SetUseTabs
,(self
,) + _args
, _kwargs
)
439 def SetLineIndentation(self
, *_args
, **_kwargs
):
440 val
= apply(stc_c
.wxStyledTextCtrl_SetLineIndentation
,(self
,) + _args
, _kwargs
)
442 def GetLineIndentation(self
, *_args
, **_kwargs
):
443 val
= apply(stc_c
.wxStyledTextCtrl_GetLineIndentation
,(self
,) + _args
, _kwargs
)
445 def GetLineIndentationPos(self
, *_args
, **_kwargs
):
446 val
= apply(stc_c
.wxStyledTextCtrl_GetLineIndentationPos
,(self
,) + _args
, _kwargs
)
448 def SetWordChars(self
, *_args
, **_kwargs
):
449 val
= apply(stc_c
.wxStyledTextCtrl_SetWordChars
,(self
,) + _args
, _kwargs
)
451 def SetUsePop(self
, *_args
, **_kwargs
):
452 val
= apply(stc_c
.wxStyledTextCtrl_SetUsePop
,(self
,) + _args
, _kwargs
)
454 def BraceHighlight(self
, *_args
, **_kwargs
):
455 val
= apply(stc_c
.wxStyledTextCtrl_BraceHighlight
,(self
,) + _args
, _kwargs
)
457 def BraceBadlight(self
, *_args
, **_kwargs
):
458 val
= apply(stc_c
.wxStyledTextCtrl_BraceBadlight
,(self
,) + _args
, _kwargs
)
460 def BraceMatch(self
, *_args
, **_kwargs
):
461 val
= apply(stc_c
.wxStyledTextCtrl_BraceMatch
,(self
,) + _args
, _kwargs
)
463 def MarkerDefine(self
, *_args
, **_kwargs
):
464 val
= apply(stc_c
.wxStyledTextCtrl_MarkerDefine
,(self
,) + _args
, _kwargs
)
466 def MarkerSetType(self
, *_args
, **_kwargs
):
467 val
= apply(stc_c
.wxStyledTextCtrl_MarkerSetType
,(self
,) + _args
, _kwargs
)
469 def MarkerSetForeground(self
, *_args
, **_kwargs
):
470 val
= apply(stc_c
.wxStyledTextCtrl_MarkerSetForeground
,(self
,) + _args
, _kwargs
)
472 def MarkerSetBackground(self
, *_args
, **_kwargs
):
473 val
= apply(stc_c
.wxStyledTextCtrl_MarkerSetBackground
,(self
,) + _args
, _kwargs
)
475 def MarkerAdd(self
, *_args
, **_kwargs
):
476 val
= apply(stc_c
.wxStyledTextCtrl_MarkerAdd
,(self
,) + _args
, _kwargs
)
478 def MarkerDelete(self
, *_args
, **_kwargs
):
479 val
= apply(stc_c
.wxStyledTextCtrl_MarkerDelete
,(self
,) + _args
, _kwargs
)
481 def MarkerDeleteAll(self
, *_args
, **_kwargs
):
482 val
= apply(stc_c
.wxStyledTextCtrl_MarkerDeleteAll
,(self
,) + _args
, _kwargs
)
484 def MarkerGet(self
, *_args
, **_kwargs
):
485 val
= apply(stc_c
.wxStyledTextCtrl_MarkerGet
,(self
,) + _args
, _kwargs
)
487 def MarkerGetNextLine(self
, *_args
, **_kwargs
):
488 val
= apply(stc_c
.wxStyledTextCtrl_MarkerGetNextLine
,(self
,) + _args
, _kwargs
)
490 def MarkerGetPrevLine(self
, *_args
, **_kwargs
):
491 val
= apply(stc_c
.wxStyledTextCtrl_MarkerGetPrevLine
,(self
,) + _args
, _kwargs
)
493 def MarkerLineFromHandle(self
, *_args
, **_kwargs
):
494 val
= apply(stc_c
.wxStyledTextCtrl_MarkerLineFromHandle
,(self
,) + _args
, _kwargs
)
496 def MarkerDeleteHandle(self
, *_args
, **_kwargs
):
497 val
= apply(stc_c
.wxStyledTextCtrl_MarkerDeleteHandle
,(self
,) + _args
, _kwargs
)
499 def IndicatorSetStyle(self
, *_args
, **_kwargs
):
500 val
= apply(stc_c
.wxStyledTextCtrl_IndicatorSetStyle
,(self
,) + _args
, _kwargs
)
502 def IndicatorGetStyle(self
, *_args
, **_kwargs
):
503 val
= apply(stc_c
.wxStyledTextCtrl_IndicatorGetStyle
,(self
,) + _args
, _kwargs
)
505 def IndicatorSetColour(self
, *_args
, **_kwargs
):
506 val
= apply(stc_c
.wxStyledTextCtrl_IndicatorSetColour
,(self
,) + _args
, _kwargs
)
508 def AutoCompShow(self
, *_args
, **_kwargs
):
509 val
= apply(stc_c
.wxStyledTextCtrl_AutoCompShow
,(self
,) + _args
, _kwargs
)
511 def AutoCompCancel(self
, *_args
, **_kwargs
):
512 val
= apply(stc_c
.wxStyledTextCtrl_AutoCompCancel
,(self
,) + _args
, _kwargs
)
514 def AutoCompActive(self
, *_args
, **_kwargs
):
515 val
= apply(stc_c
.wxStyledTextCtrl_AutoCompActive
,(self
,) + _args
, _kwargs
)
517 def AutoCompPosAtStart(self
, *_args
, **_kwargs
):
518 val
= apply(stc_c
.wxStyledTextCtrl_AutoCompPosAtStart
,(self
,) + _args
, _kwargs
)
520 def AutoCompComplete(self
, *_args
, **_kwargs
):
521 val
= apply(stc_c
.wxStyledTextCtrl_AutoCompComplete
,(self
,) + _args
, _kwargs
)
523 def AutoCompStopChars(self
, *_args
, **_kwargs
):
524 val
= apply(stc_c
.wxStyledTextCtrl_AutoCompStopChars
,(self
,) + _args
, _kwargs
)
526 def AutoCompSetSeparator(self
, *_args
, **_kwargs
):
527 val
= apply(stc_c
.wxStyledTextCtrl_AutoCompSetSeparator
,(self
,) + _args
, _kwargs
)
529 def AutoCompGetSeparator(self
, *_args
, **_kwargs
):
530 val
= apply(stc_c
.wxStyledTextCtrl_AutoCompGetSeparator
,(self
,) + _args
, _kwargs
)
532 def AutoCompSelect(self
, *_args
, **_kwargs
):
533 val
= apply(stc_c
.wxStyledTextCtrl_AutoCompSelect
,(self
,) + _args
, _kwargs
)
535 def CallTipShow(self
, *_args
, **_kwargs
):
536 val
= apply(stc_c
.wxStyledTextCtrl_CallTipShow
,(self
,) + _args
, _kwargs
)
538 def CallTipCancel(self
, *_args
, **_kwargs
):
539 val
= apply(stc_c
.wxStyledTextCtrl_CallTipCancel
,(self
,) + _args
, _kwargs
)
541 def CallTipActive(self
, *_args
, **_kwargs
):
542 val
= apply(stc_c
.wxStyledTextCtrl_CallTipActive
,(self
,) + _args
, _kwargs
)
544 def CallTipPosAtStart(self
, *_args
, **_kwargs
):
545 val
= apply(stc_c
.wxStyledTextCtrl_CallTipPosAtStart
,(self
,) + _args
, _kwargs
)
547 def CallTipSetHighlight(self
, *_args
, **_kwargs
):
548 val
= apply(stc_c
.wxStyledTextCtrl_CallTipSetHighlight
,(self
,) + _args
, _kwargs
)
550 def CallTipSetBackground(self
, *_args
, **_kwargs
):
551 val
= apply(stc_c
.wxStyledTextCtrl_CallTipSetBackground
,(self
,) + _args
, _kwargs
)
553 def CmdKeyAssign(self
, *_args
, **_kwargs
):
554 val
= apply(stc_c
.wxStyledTextCtrl_CmdKeyAssign
,(self
,) + _args
, _kwargs
)
556 def CmdKeyClear(self
, *_args
, **_kwargs
):
557 val
= apply(stc_c
.wxStyledTextCtrl_CmdKeyClear
,(self
,) + _args
, _kwargs
)
559 def CmdKeyClearAll(self
, *_args
, **_kwargs
):
560 val
= apply(stc_c
.wxStyledTextCtrl_CmdKeyClearAll
,(self
,) + _args
, _kwargs
)
562 def CmdKeyExecute(self
, *_args
, **_kwargs
):
563 val
= apply(stc_c
.wxStyledTextCtrl_CmdKeyExecute
,(self
,) + _args
, _kwargs
)
565 def FormatRange(self
, *_args
, **_kwargs
):
566 val
= apply(stc_c
.wxStyledTextCtrl_FormatRange
,(self
,) + _args
, _kwargs
)
568 def GetDocument(self
, *_args
, **_kwargs
):
569 val
= apply(stc_c
.wxStyledTextCtrl_GetDocument
,(self
,) + _args
, _kwargs
)
571 def SetDocument(self
, *_args
, **_kwargs
):
572 val
= apply(stc_c
.wxStyledTextCtrl_SetDocument
,(self
,) + _args
, _kwargs
)
574 def VisibleFromDocLine(self
, *_args
, **_kwargs
):
575 val
= apply(stc_c
.wxStyledTextCtrl_VisibleFromDocLine
,(self
,) + _args
, _kwargs
)
577 def DocLineFromVisible(self
, *_args
, **_kwargs
):
578 val
= apply(stc_c
.wxStyledTextCtrl_DocLineFromVisible
,(self
,) + _args
, _kwargs
)
580 def SetFoldLevel(self
, *_args
, **_kwargs
):
581 val
= apply(stc_c
.wxStyledTextCtrl_SetFoldLevel
,(self
,) + _args
, _kwargs
)
583 def GetFoldLevel(self
, *_args
, **_kwargs
):
584 val
= apply(stc_c
.wxStyledTextCtrl_GetFoldLevel
,(self
,) + _args
, _kwargs
)
586 def GetLastChild(self
, *_args
, **_kwargs
):
587 val
= apply(stc_c
.wxStyledTextCtrl_GetLastChild
,(self
,) + _args
, _kwargs
)
589 def GetFoldParent(self
, *_args
, **_kwargs
):
590 val
= apply(stc_c
.wxStyledTextCtrl_GetFoldParent
,(self
,) + _args
, _kwargs
)
592 def ShowLines(self
, *_args
, **_kwargs
):
593 val
= apply(stc_c
.wxStyledTextCtrl_ShowLines
,(self
,) + _args
, _kwargs
)
595 def HideLines(self
, *_args
, **_kwargs
):
596 val
= apply(stc_c
.wxStyledTextCtrl_HideLines
,(self
,) + _args
, _kwargs
)
598 def GetLineVisible(self
, *_args
, **_kwargs
):
599 val
= apply(stc_c
.wxStyledTextCtrl_GetLineVisible
,(self
,) + _args
, _kwargs
)
601 def SetFoldExpanded(self
, *_args
, **_kwargs
):
602 val
= apply(stc_c
.wxStyledTextCtrl_SetFoldExpanded
,(self
,) + _args
, _kwargs
)
604 def GetFoldExpanded(self
, *_args
, **_kwargs
):
605 val
= apply(stc_c
.wxStyledTextCtrl_GetFoldExpanded
,(self
,) + _args
, _kwargs
)
607 def ToggleFold(self
, *_args
, **_kwargs
):
608 val
= apply(stc_c
.wxStyledTextCtrl_ToggleFold
,(self
,) + _args
, _kwargs
)
610 def EnsureVisible(self
, *_args
, **_kwargs
):
611 val
= apply(stc_c
.wxStyledTextCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
)
613 def SetFoldFlags(self
, *_args
, **_kwargs
):
614 val
= apply(stc_c
.wxStyledTextCtrl_SetFoldFlags
,(self
,) + _args
, _kwargs
)
616 def ZoomIn(self
, *_args
, **_kwargs
):
617 val
= apply(stc_c
.wxStyledTextCtrl_ZoomIn
,(self
,) + _args
, _kwargs
)
619 def ZoomOut(self
, *_args
, **_kwargs
):
620 val
= apply(stc_c
.wxStyledTextCtrl_ZoomOut
,(self
,) + _args
, _kwargs
)
622 def SetZoom(self
, *_args
, **_kwargs
):
623 val
= apply(stc_c
.wxStyledTextCtrl_SetZoom
,(self
,) + _args
, _kwargs
)
625 def GetZoom(self
, *_args
, **_kwargs
):
626 val
= apply(stc_c
.wxStyledTextCtrl_GetZoom
,(self
,) + _args
, _kwargs
)
628 def GetEdgeColumn(self
, *_args
, **_kwargs
):
629 val
= apply(stc_c
.wxStyledTextCtrl_GetEdgeColumn
,(self
,) + _args
, _kwargs
)
631 def SetEdgeColumn(self
, *_args
, **_kwargs
):
632 val
= apply(stc_c
.wxStyledTextCtrl_SetEdgeColumn
,(self
,) + _args
, _kwargs
)
634 def GetEdgeMode(self
, *_args
, **_kwargs
):
635 val
= apply(stc_c
.wxStyledTextCtrl_GetEdgeMode
,(self
,) + _args
, _kwargs
)
637 def SetEdgeMode(self
, *_args
, **_kwargs
):
638 val
= apply(stc_c
.wxStyledTextCtrl_SetEdgeMode
,(self
,) + _args
, _kwargs
)
640 def GetEdgeColour(self
, *_args
, **_kwargs
):
641 val
= apply(stc_c
.wxStyledTextCtrl_GetEdgeColour
,(self
,) + _args
, _kwargs
)
642 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
644 def SetEdgeColour(self
, *_args
, **_kwargs
):
645 val
= apply(stc_c
.wxStyledTextCtrl_SetEdgeColour
,(self
,) + _args
, _kwargs
)
647 def SetLexer(self
, *_args
, **_kwargs
):
648 val
= apply(stc_c
.wxStyledTextCtrl_SetLexer
,(self
,) + _args
, _kwargs
)
650 def GetLexer(self
, *_args
, **_kwargs
):
651 val
= apply(stc_c
.wxStyledTextCtrl_GetLexer
,(self
,) + _args
, _kwargs
)
653 def Colourise(self
, *_args
, **_kwargs
):
654 val
= apply(stc_c
.wxStyledTextCtrl_Colourise
,(self
,) + _args
, _kwargs
)
656 def SetProperty(self
, *_args
, **_kwargs
):
657 val
= apply(stc_c
.wxStyledTextCtrl_SetProperty
,(self
,) + _args
, _kwargs
)
659 def SetKeywords(self
, *_args
, **_kwargs
):
660 val
= apply(stc_c
.wxStyledTextCtrl_SetKeywords
,(self
,) + _args
, _kwargs
)
662 def SetModEventMask(self
, *_args
, **_kwargs
):
663 val
= apply(stc_c
.wxStyledTextCtrl_SetModEventMask
,(self
,) + _args
, _kwargs
)
666 return "<C wxStyledTextCtrl instance at %s>" % (self
.this
,)
667 class wxStyledTextCtrl(wxStyledTextCtrlPtr
):
668 def __init__(self
,*_args
,**_kwargs
):
669 self
.this
= apply(stc_c
.new_wxStyledTextCtrl
,_args
,_kwargs
)
675 class wxStyledTextEventPtr(wxCommandEventPtr
):
676 def __init__(self
,this
):
679 def __del__(self
,stc_c
=stc_c
):
680 if self
.thisown
== 1 :
681 stc_c
.delete_wxStyledTextEvent(self
)
682 def SetPosition(self
, *_args
, **_kwargs
):
683 val
= apply(stc_c
.wxStyledTextEvent_SetPosition
,(self
,) + _args
, _kwargs
)
685 def SetKey(self
, *_args
, **_kwargs
):
686 val
= apply(stc_c
.wxStyledTextEvent_SetKey
,(self
,) + _args
, _kwargs
)
688 def SetModifiers(self
, *_args
, **_kwargs
):
689 val
= apply(stc_c
.wxStyledTextEvent_SetModifiers
,(self
,) + _args
, _kwargs
)
691 def SetModificationType(self
, *_args
, **_kwargs
):
692 val
= apply(stc_c
.wxStyledTextEvent_SetModificationType
,(self
,) + _args
, _kwargs
)
694 def SetText(self
, *_args
, **_kwargs
):
695 val
= apply(stc_c
.wxStyledTextEvent_SetText
,(self
,) + _args
, _kwargs
)
697 def SetLength(self
, *_args
, **_kwargs
):
698 val
= apply(stc_c
.wxStyledTextEvent_SetLength
,(self
,) + _args
, _kwargs
)
700 def SetLinesAdded(self
, *_args
, **_kwargs
):
701 val
= apply(stc_c
.wxStyledTextEvent_SetLinesAdded
,(self
,) + _args
, _kwargs
)
703 def SetLine(self
, *_args
, **_kwargs
):
704 val
= apply(stc_c
.wxStyledTextEvent_SetLine
,(self
,) + _args
, _kwargs
)
706 def SetFoldLevelNow(self
, *_args
, **_kwargs
):
707 val
= apply(stc_c
.wxStyledTextEvent_SetFoldLevelNow
,(self
,) + _args
, _kwargs
)
709 def SetFoldLevelPrev(self
, *_args
, **_kwargs
):
710 val
= apply(stc_c
.wxStyledTextEvent_SetFoldLevelPrev
,(self
,) + _args
, _kwargs
)
712 def SetMargin(self
, *_args
, **_kwargs
):
713 val
= apply(stc_c
.wxStyledTextEvent_SetMargin
,(self
,) + _args
, _kwargs
)
715 def SetMessage(self
, *_args
, **_kwargs
):
716 val
= apply(stc_c
.wxStyledTextEvent_SetMessage
,(self
,) + _args
, _kwargs
)
718 def SetWParam(self
, *_args
, **_kwargs
):
719 val
= apply(stc_c
.wxStyledTextEvent_SetWParam
,(self
,) + _args
, _kwargs
)
721 def SetLParam(self
, *_args
, **_kwargs
):
722 val
= apply(stc_c
.wxStyledTextEvent_SetLParam
,(self
,) + _args
, _kwargs
)
724 def GetPosition(self
, *_args
, **_kwargs
):
725 val
= apply(stc_c
.wxStyledTextEvent_GetPosition
,(self
,) + _args
, _kwargs
)
727 def GetKey(self
, *_args
, **_kwargs
):
728 val
= apply(stc_c
.wxStyledTextEvent_GetKey
,(self
,) + _args
, _kwargs
)
730 def GetModifiers(self
, *_args
, **_kwargs
):
731 val
= apply(stc_c
.wxStyledTextEvent_GetModifiers
,(self
,) + _args
, _kwargs
)
733 def GetModificationType(self
, *_args
, **_kwargs
):
734 val
= apply(stc_c
.wxStyledTextEvent_GetModificationType
,(self
,) + _args
, _kwargs
)
736 def GetText(self
, *_args
, **_kwargs
):
737 val
= apply(stc_c
.wxStyledTextEvent_GetText
,(self
,) + _args
, _kwargs
)
739 def GetLength(self
, *_args
, **_kwargs
):
740 val
= apply(stc_c
.wxStyledTextEvent_GetLength
,(self
,) + _args
, _kwargs
)
742 def GetLinesAdded(self
, *_args
, **_kwargs
):
743 val
= apply(stc_c
.wxStyledTextEvent_GetLinesAdded
,(self
,) + _args
, _kwargs
)
745 def GetLine(self
, *_args
, **_kwargs
):
746 val
= apply(stc_c
.wxStyledTextEvent_GetLine
,(self
,) + _args
, _kwargs
)
748 def GetFoldLevelNow(self
, *_args
, **_kwargs
):
749 val
= apply(stc_c
.wxStyledTextEvent_GetFoldLevelNow
,(self
,) + _args
, _kwargs
)
751 def GetFoldLevelPrev(self
, *_args
, **_kwargs
):
752 val
= apply(stc_c
.wxStyledTextEvent_GetFoldLevelPrev
,(self
,) + _args
, _kwargs
)
754 def GetMargin(self
, *_args
, **_kwargs
):
755 val
= apply(stc_c
.wxStyledTextEvent_GetMargin
,(self
,) + _args
, _kwargs
)
757 def GetMessage(self
, *_args
, **_kwargs
):
758 val
= apply(stc_c
.wxStyledTextEvent_GetMessage
,(self
,) + _args
, _kwargs
)
760 def GetWParam(self
, *_args
, **_kwargs
):
761 val
= apply(stc_c
.wxStyledTextEvent_GetWParam
,(self
,) + _args
, _kwargs
)
763 def GetLParam(self
, *_args
, **_kwargs
):
764 val
= apply(stc_c
.wxStyledTextEvent_GetLParam
,(self
,) + _args
, _kwargs
)
766 def GetShift(self
, *_args
, **_kwargs
):
767 val
= apply(stc_c
.wxStyledTextEvent_GetShift
,(self
,) + _args
, _kwargs
)
769 def GetControl(self
, *_args
, **_kwargs
):
770 val
= apply(stc_c
.wxStyledTextEvent_GetControl
,(self
,) + _args
, _kwargs
)
772 def GetAlt(self
, *_args
, **_kwargs
):
773 val
= apply(stc_c
.wxStyledTextEvent_GetAlt
,(self
,) + _args
, _kwargs
)
775 def CopyObject(self
, *_args
, **_kwargs
):
776 val
= apply(stc_c
.wxStyledTextEvent_CopyObject
,(self
,) + _args
, _kwargs
)
779 return "<C wxStyledTextEvent instance at %s>" % (self
.this
,)
780 class wxStyledTextEvent(wxStyledTextEventPtr
):
781 def __init__(self
,*_args
,**_kwargs
):
782 self
.this
= apply(stc_c
.new_wxStyledTextEvent
,_args
,_kwargs
)
790 #-------------- FUNCTION WRAPPERS ------------------
794 #-------------- VARIABLE WRAPPERS ------------------
796 wxSTC_UndoCollectNone
= stc_c
.wxSTC_UndoCollectNone
797 wxSTC_UndoCollectAutoStart
= stc_c
.wxSTC_UndoCollectAutoStart
798 wxSTC_EOL_CRLF
= stc_c
.wxSTC_EOL_CRLF
799 wxSTC_EOL_CR
= stc_c
.wxSTC_EOL_CR
800 wxSTC_EOL_LF
= stc_c
.wxSTC_EOL_LF
801 wxSTC_EDGE_NONE
= stc_c
.wxSTC_EDGE_NONE
802 wxSTC_EDGE_LINE
= stc_c
.wxSTC_EDGE_LINE
803 wxSTC_EDGE_BACKGROUND
= stc_c
.wxSTC_EDGE_BACKGROUND
804 wxSTC_LEX_STYLE_MAX
= stc_c
.wxSTC_LEX_STYLE_MAX
805 wxSTC_STYLE_DEFAULT
= stc_c
.wxSTC_STYLE_DEFAULT
806 wxSTC_STYLE_LINENUMBER
= stc_c
.wxSTC_STYLE_LINENUMBER
807 wxSTC_STYLE_BRACELIGHT
= stc_c
.wxSTC_STYLE_BRACELIGHT
808 wxSTC_STYLE_BRACEBAD
= stc_c
.wxSTC_STYLE_BRACEBAD
809 wxSTC_STYLE_CONTROLCHAR
= stc_c
.wxSTC_STYLE_CONTROLCHAR
810 wxSTC_STYLE_MAX
= stc_c
.wxSTC_STYLE_MAX
811 wxSTC_STYLE_MASK
= stc_c
.wxSTC_STYLE_MASK
812 wxSTC_MARKER_MAX
= stc_c
.wxSTC_MARKER_MAX
813 wxSTC_MARK_CIRCLE
= stc_c
.wxSTC_MARK_CIRCLE
814 wxSTC_MARK_ROUNDRECT
= stc_c
.wxSTC_MARK_ROUNDRECT
815 wxSTC_MARK_ARROW
= stc_c
.wxSTC_MARK_ARROW
816 wxSTC_MARK_SMALLRECT
= stc_c
.wxSTC_MARK_SMALLRECT
817 wxSTC_MARK_SHORTARROW
= stc_c
.wxSTC_MARK_SHORTARROW
818 wxSTC_MARK_EMPTY
= stc_c
.wxSTC_MARK_EMPTY
819 wxSTC_MARK_ARROWDOWN
= stc_c
.wxSTC_MARK_ARROWDOWN
820 wxSTC_MARK_MINUS
= stc_c
.wxSTC_MARK_MINUS
821 wxSTC_MARK_PLUS
= stc_c
.wxSTC_MARK_PLUS
822 wxSTC_MARKNUM_FOLDER
= stc_c
.wxSTC_MARKNUM_FOLDER
823 wxSTC_MARKNUM_FOLDEROPEN
= stc_c
.wxSTC_MARKNUM_FOLDEROPEN
824 wxSTC_MASK_FOLDERS
= stc_c
.wxSTC_MASK_FOLDERS
825 wxSTC_INDIC_MAX
= stc_c
.wxSTC_INDIC_MAX
826 wxSTC_INDIC_PLAIN
= stc_c
.wxSTC_INDIC_PLAIN
827 wxSTC_INDIC_SQUIGGLE
= stc_c
.wxSTC_INDIC_SQUIGGLE
828 wxSTC_INDIC_TT
= stc_c
.wxSTC_INDIC_TT
829 wxSTC_INDIC_DIAGONAL
= stc_c
.wxSTC_INDIC_DIAGONAL
830 wxSTC_INDIC_STRIKE
= stc_c
.wxSTC_INDIC_STRIKE
831 wxSTC_INDIC0_MASK
= stc_c
.wxSTC_INDIC0_MASK
832 wxSTC_INDIC1_MASK
= stc_c
.wxSTC_INDIC1_MASK
833 wxSTC_INDIC2_MASK
= stc_c
.wxSTC_INDIC2_MASK
834 wxSTC_INDICS_MASK
= stc_c
.wxSTC_INDICS_MASK
835 wxSTC_FOLDLEVELBASE
= stc_c
.wxSTC_FOLDLEVELBASE
836 wxSTC_FOLDLEVELWHITEFLAG
= stc_c
.wxSTC_FOLDLEVELWHITEFLAG
837 wxSTC_FOLDLEVELHEADERFLAG
= stc_c
.wxSTC_FOLDLEVELHEADERFLAG
838 wxSTC_FOLDLEVELNUMBERMASK
= stc_c
.wxSTC_FOLDLEVELNUMBERMASK
839 wxSTC_CMD_LINEDOWN
= stc_c
.wxSTC_CMD_LINEDOWN
840 wxSTC_CMD_LINEDOWNEXTEND
= stc_c
.wxSTC_CMD_LINEDOWNEXTEND
841 wxSTC_CMD_LINEUP
= stc_c
.wxSTC_CMD_LINEUP
842 wxSTC_CMD_LINEUPEXTEND
= stc_c
.wxSTC_CMD_LINEUPEXTEND
843 wxSTC_CMD_CHARLEFT
= stc_c
.wxSTC_CMD_CHARLEFT
844 wxSTC_CMD_CHARLEFTEXTEND
= stc_c
.wxSTC_CMD_CHARLEFTEXTEND
845 wxSTC_CMD_CHARRIGHT
= stc_c
.wxSTC_CMD_CHARRIGHT
846 wxSTC_CMD_CHARRIGHTEXTEND
= stc_c
.wxSTC_CMD_CHARRIGHTEXTEND
847 wxSTC_CMD_WORDLEFT
= stc_c
.wxSTC_CMD_WORDLEFT
848 wxSTC_CMD_WORDLEFTEXTEND
= stc_c
.wxSTC_CMD_WORDLEFTEXTEND
849 wxSTC_CMD_WORDRIGHT
= stc_c
.wxSTC_CMD_WORDRIGHT
850 wxSTC_CMD_WORDRIGHTEXTEND
= stc_c
.wxSTC_CMD_WORDRIGHTEXTEND
851 wxSTC_CMD_HOME
= stc_c
.wxSTC_CMD_HOME
852 wxSTC_CMD_HOMEEXTEND
= stc_c
.wxSTC_CMD_HOMEEXTEND
853 wxSTC_CMD_LINEEND
= stc_c
.wxSTC_CMD_LINEEND
854 wxSTC_CMD_LINEENDEXTEND
= stc_c
.wxSTC_CMD_LINEENDEXTEND
855 wxSTC_CMD_DOCUMENTSTART
= stc_c
.wxSTC_CMD_DOCUMENTSTART
856 wxSTC_CMD_DOCUMENTSTARTEXTEND
= stc_c
.wxSTC_CMD_DOCUMENTSTARTEXTEND
857 wxSTC_CMD_DOCUMENTEND
= stc_c
.wxSTC_CMD_DOCUMENTEND
858 wxSTC_CMD_DOCUMENTENDEXTEND
= stc_c
.wxSTC_CMD_DOCUMENTENDEXTEND
859 wxSTC_CMD_PAGEUP
= stc_c
.wxSTC_CMD_PAGEUP
860 wxSTC_CMD_PAGEUPEXTEND
= stc_c
.wxSTC_CMD_PAGEUPEXTEND
861 wxSTC_CMD_PAGEDOWN
= stc_c
.wxSTC_CMD_PAGEDOWN
862 wxSTC_CMD_PAGEDOWNEXTEND
= stc_c
.wxSTC_CMD_PAGEDOWNEXTEND
863 wxSTC_CMD_EDITTOGGLEOVERTYPE
= stc_c
.wxSTC_CMD_EDITTOGGLEOVERTYPE
864 wxSTC_CMD_CANCEL
= stc_c
.wxSTC_CMD_CANCEL
865 wxSTC_CMD_DELETEBACK
= stc_c
.wxSTC_CMD_DELETEBACK
866 wxSTC_CMD_TAB
= stc_c
.wxSTC_CMD_TAB
867 wxSTC_CMD_BACKTAB
= stc_c
.wxSTC_CMD_BACKTAB
868 wxSTC_CMD_NEWLINE
= stc_c
.wxSTC_CMD_NEWLINE
869 wxSTC_CMD_FORMFEED
= stc_c
.wxSTC_CMD_FORMFEED
870 wxSTC_CMD_VCHOME
= stc_c
.wxSTC_CMD_VCHOME
871 wxSTC_CMD_VCHOMEEXTEND
= stc_c
.wxSTC_CMD_VCHOMEEXTEND
872 wxSTC_CMD_ZOOMIN
= stc_c
.wxSTC_CMD_ZOOMIN
873 wxSTC_CMD_ZOOMOUT
= stc_c
.wxSTC_CMD_ZOOMOUT
874 wxSTC_CMD_DELWORDLEFT
= stc_c
.wxSTC_CMD_DELWORDLEFT
875 wxSTC_CMD_DELWORDRIGHT
= stc_c
.wxSTC_CMD_DELWORDRIGHT
876 wxSTC_CMD_LINECUT
= stc_c
.wxSTC_CMD_LINECUT
877 wxSTC_CMD_LINEDELETE
= stc_c
.wxSTC_CMD_LINEDELETE
878 wxSTC_CMD_LINETRANSPOSE
= stc_c
.wxSTC_CMD_LINETRANSPOSE
879 wxSTC_CMD_LOWERCASE
= stc_c
.wxSTC_CMD_LOWERCASE
880 wxSTC_CMD_UPPERCASE
= stc_c
.wxSTC_CMD_UPPERCASE
881 wxSTC_CMD_LINESCROLLDOWN
= stc_c
.wxSTC_CMD_LINESCROLLDOWN
882 wxSTC_CMD_LINESCROLLUP
= stc_c
.wxSTC_CMD_LINESCROLLUP
883 wxSTC_LEX_CONTAINER
= stc_c
.wxSTC_LEX_CONTAINER
884 wxSTC_LEX_NULL
= stc_c
.wxSTC_LEX_NULL
885 wxSTC_LEX_PYTHON
= stc_c
.wxSTC_LEX_PYTHON
886 wxSTC_LEX_CPP
= stc_c
.wxSTC_LEX_CPP
887 wxSTC_LEX_HTML
= stc_c
.wxSTC_LEX_HTML
888 wxSTC_LEX_XML
= stc_c
.wxSTC_LEX_XML
889 wxSTC_LEX_PERL
= stc_c
.wxSTC_LEX_PERL
890 wxSTC_LEX_SQL
= stc_c
.wxSTC_LEX_SQL
891 wxSTC_LEX_VB
= stc_c
.wxSTC_LEX_VB
892 wxSTC_LEX_PROPERTIES
= stc_c
.wxSTC_LEX_PROPERTIES
893 wxSTC_LEX_ERRORLIST
= stc_c
.wxSTC_LEX_ERRORLIST
894 wxSTC_LEX_MAKEFILE
= stc_c
.wxSTC_LEX_MAKEFILE
895 wxSTC_LEX_BATCH
= stc_c
.wxSTC_LEX_BATCH
896 wxSTC_LEX_XCODE
= stc_c
.wxSTC_LEX_XCODE
897 wxSTC_LEX_LATEX
= stc_c
.wxSTC_LEX_LATEX
898 wxSTC_CARET_SLOP
= stc_c
.wxSTC_CARET_SLOP
899 WXSTC_CARET_CENTER
= stc_c
.WXSTC_CARET_CENTER
900 wxSTC_CARET_STRICT
= stc_c
.wxSTC_CARET_STRICT
901 wxSTC_MARGIN_SYMBOL
= stc_c
.wxSTC_MARGIN_SYMBOL
902 wxSTC_MARGIN_NUMBER
= stc_c
.wxSTC_MARGIN_NUMBER
903 wxSTCNameStr
= stc_c
.wxSTCNameStr
904 wxEVT_STC_CHANGE
= stc_c
.wxEVT_STC_CHANGE
905 wxEVT_STC_STYLENEEDED
= stc_c
.wxEVT_STC_STYLENEEDED
906 wxEVT_STC_CHARADDED
= stc_c
.wxEVT_STC_CHARADDED
907 wxEVT_STC_UPDATEUI
= stc_c
.wxEVT_STC_UPDATEUI
908 wxEVT_STC_SAVEPOINTREACHED
= stc_c
.wxEVT_STC_SAVEPOINTREACHED
909 wxEVT_STC_SAVEPOINTLEFT
= stc_c
.wxEVT_STC_SAVEPOINTLEFT
910 wxEVT_STC_ROMODIFYATTEMPT
= stc_c
.wxEVT_STC_ROMODIFYATTEMPT
911 wxEVT_STC_DOUBLECLICK
= stc_c
.wxEVT_STC_DOUBLECLICK
912 wxEVT_STC_MODIFIED
= stc_c
.wxEVT_STC_MODIFIED
913 wxEVT_STC_KEY
= stc_c
.wxEVT_STC_KEY
914 wxEVT_STC_MACRORECORD
= stc_c
.wxEVT_STC_MACRORECORD
915 wxEVT_STC_MARGINCLICK
= stc_c
.wxEVT_STC_MARGINCLICK
916 wxEVT_STC_NEEDSHOWN
= stc_c
.wxEVT_STC_NEEDSHOWN
917 wxSTC_MOD_INSERTTEXT
= stc_c
.wxSTC_MOD_INSERTTEXT
918 wxSTC_MOD_DELETETEXT
= stc_c
.wxSTC_MOD_DELETETEXT
919 wxSTC_MOD_CHANGESTYLE
= stc_c
.wxSTC_MOD_CHANGESTYLE
920 wxSTC_MOD_CHANGEFOLD
= stc_c
.wxSTC_MOD_CHANGEFOLD
921 wxSTC_PERFORMED_USER
= stc_c
.wxSTC_PERFORMED_USER
922 wxSTC_PERFORMED_UNDO
= stc_c
.wxSTC_PERFORMED_UNDO
923 wxSTC_PERFORMED_REDO
= stc_c
.wxSTC_PERFORMED_REDO
924 wxSTC_LASTSTEPINUNDOREDO
= stc_c
.wxSTC_LASTSTEPINUNDOREDO
925 wxSTC_MOD_CHANGEMARKER
= stc_c
.wxSTC_MOD_CHANGEMARKER
926 wxSTC_MOD_BEFOREINSERT
= stc_c
.wxSTC_MOD_BEFOREINSERT
927 wxSTC_MOD_BEFOREDELETE
= stc_c
.wxSTC_MOD_BEFOREDELETE
928 SCLEX_CONTAINER
= stc_c
.SCLEX_CONTAINER
929 SCLEX_NULL
= stc_c
.SCLEX_NULL
930 SCLEX_PYTHON
= stc_c
.SCLEX_PYTHON
931 SCLEX_CPP
= stc_c
.SCLEX_CPP
932 SCLEX_HTML
= stc_c
.SCLEX_HTML
933 SCLEX_XML
= stc_c
.SCLEX_XML
934 SCLEX_PERL
= stc_c
.SCLEX_PERL
935 SCLEX_SQL
= stc_c
.SCLEX_SQL
936 SCLEX_VB
= stc_c
.SCLEX_VB
937 SCLEX_PROPERTIES
= stc_c
.SCLEX_PROPERTIES
938 SCLEX_ERRORLIST
= stc_c
.SCLEX_ERRORLIST
939 SCLEX_MAKEFILE
= stc_c
.SCLEX_MAKEFILE
940 SCLEX_BATCH
= stc_c
.SCLEX_BATCH
941 SCLEX_XCODE
= stc_c
.SCLEX_XCODE
942 SCLEX_LATEX
= stc_c
.SCLEX_LATEX
943 SCE_P_DEFAULT
= stc_c
.SCE_P_DEFAULT
944 SCE_P_COMMENTLINE
= stc_c
.SCE_P_COMMENTLINE
945 SCE_P_NUMBER
= stc_c
.SCE_P_NUMBER
946 SCE_P_STRING
= stc_c
.SCE_P_STRING
947 SCE_P_CHARACTER
= stc_c
.SCE_P_CHARACTER
948 SCE_P_WORD
= stc_c
.SCE_P_WORD
949 SCE_P_TRIPLE
= stc_c
.SCE_P_TRIPLE
950 SCE_P_TRIPLEDOUBLE
= stc_c
.SCE_P_TRIPLEDOUBLE
951 SCE_P_CLASSNAME
= stc_c
.SCE_P_CLASSNAME
952 SCE_P_DEFNAME
= stc_c
.SCE_P_DEFNAME
953 SCE_P_OPERATOR
= stc_c
.SCE_P_OPERATOR
954 SCE_P_IDENTIFIER
= stc_c
.SCE_P_IDENTIFIER
955 SCE_P_COMMENTBLOCK
= stc_c
.SCE_P_COMMENTBLOCK
956 SCE_P_STRINGEOL
= stc_c
.SCE_P_STRINGEOL
957 SCE_C_DEFAULT
= stc_c
.SCE_C_DEFAULT
958 SCE_C_COMMENT
= stc_c
.SCE_C_COMMENT
959 SCE_C_COMMENTLINE
= stc_c
.SCE_C_COMMENTLINE
960 SCE_C_COMMENTDOC
= stc_c
.SCE_C_COMMENTDOC
961 SCE_C_NUMBER
= stc_c
.SCE_C_NUMBER
962 SCE_C_WORD
= stc_c
.SCE_C_WORD
963 SCE_C_STRING
= stc_c
.SCE_C_STRING
964 SCE_C_CHARACTER
= stc_c
.SCE_C_CHARACTER
965 SCE_C_UUID
= stc_c
.SCE_C_UUID
966 SCE_C_PREPROCESSOR
= stc_c
.SCE_C_PREPROCESSOR
967 SCE_C_OPERATOR
= stc_c
.SCE_C_OPERATOR
968 SCE_C_IDENTIFIER
= stc_c
.SCE_C_IDENTIFIER
969 SCE_C_STRINGEOL
= stc_c
.SCE_C_STRINGEOL
970 SCE_H_DEFAULT
= stc_c
.SCE_H_DEFAULT
971 SCE_H_TAG
= stc_c
.SCE_H_TAG
972 SCE_H_TAGUNKNOWN
= stc_c
.SCE_H_TAGUNKNOWN
973 SCE_H_ATTRIBUTE
= stc_c
.SCE_H_ATTRIBUTE
974 SCE_H_ATTRIBUTEUNKNOWN
= stc_c
.SCE_H_ATTRIBUTEUNKNOWN
975 SCE_H_NUMBER
= stc_c
.SCE_H_NUMBER
976 SCE_H_DOUBLESTRING
= stc_c
.SCE_H_DOUBLESTRING
977 SCE_H_SINGLESTRING
= stc_c
.SCE_H_SINGLESTRING
978 SCE_H_OTHER
= stc_c
.SCE_H_OTHER
979 SCE_H_COMMENT
= stc_c
.SCE_H_COMMENT
980 SCE_H_ENTITY
= stc_c
.SCE_H_ENTITY
981 SCE_H_TAGEND
= stc_c
.SCE_H_TAGEND
982 SCE_H_XMLSTART
= stc_c
.SCE_H_XMLSTART
983 SCE_H_XMLEND
= stc_c
.SCE_H_XMLEND
984 SCE_H_SCRIPT
= stc_c
.SCE_H_SCRIPT
985 SCE_H_ASP
= stc_c
.SCE_H_ASP
986 SCE_H_ASPAT
= stc_c
.SCE_H_ASPAT
987 SCE_HJ_START
= stc_c
.SCE_HJ_START
988 SCE_HJ_DEFAULT
= stc_c
.SCE_HJ_DEFAULT
989 SCE_HJ_COMMENT
= stc_c
.SCE_HJ_COMMENT
990 SCE_HJ_COMMENTLINE
= stc_c
.SCE_HJ_COMMENTLINE
991 SCE_HJ_COMMENTDOC
= stc_c
.SCE_HJ_COMMENTDOC
992 SCE_HJ_NUMBER
= stc_c
.SCE_HJ_NUMBER
993 SCE_HJ_WORD
= stc_c
.SCE_HJ_WORD
994 SCE_HJ_KEYWORD
= stc_c
.SCE_HJ_KEYWORD
995 SCE_HJ_DOUBLESTRING
= stc_c
.SCE_HJ_DOUBLESTRING
996 SCE_HJ_SINGLESTRING
= stc_c
.SCE_HJ_SINGLESTRING
997 SCE_HJ_SYMBOLS
= stc_c
.SCE_HJ_SYMBOLS
998 SCE_HJ_STRINGEOL
= stc_c
.SCE_HJ_STRINGEOL
999 SCE_HJA_START
= stc_c
.SCE_HJA_START
1000 SCE_HJA_DEFAULT
= stc_c
.SCE_HJA_DEFAULT
1001 SCE_HJA_COMMENT
= stc_c
.SCE_HJA_COMMENT
1002 SCE_HJA_COMMENTLINE
= stc_c
.SCE_HJA_COMMENTLINE
1003 SCE_HJA_COMMENTDOC
= stc_c
.SCE_HJA_COMMENTDOC
1004 SCE_HJA_NUMBER
= stc_c
.SCE_HJA_NUMBER
1005 SCE_HJA_WORD
= stc_c
.SCE_HJA_WORD
1006 SCE_HJA_KEYWORD
= stc_c
.SCE_HJA_KEYWORD
1007 SCE_HJA_DOUBLESTRING
= stc_c
.SCE_HJA_DOUBLESTRING
1008 SCE_HJA_SINGLESTRING
= stc_c
.SCE_HJA_SINGLESTRING
1009 SCE_HJA_SYMBOLS
= stc_c
.SCE_HJA_SYMBOLS
1010 SCE_HJA_STRINGEOL
= stc_c
.SCE_HJA_STRINGEOL
1011 SCE_HB_START
= stc_c
.SCE_HB_START
1012 SCE_HB_DEFAULT
= stc_c
.SCE_HB_DEFAULT
1013 SCE_HB_COMMENTLINE
= stc_c
.SCE_HB_COMMENTLINE
1014 SCE_HB_NUMBER
= stc_c
.SCE_HB_NUMBER
1015 SCE_HB_WORD
= stc_c
.SCE_HB_WORD
1016 SCE_HB_STRING
= stc_c
.SCE_HB_STRING
1017 SCE_HB_IDENTIFIER
= stc_c
.SCE_HB_IDENTIFIER
1018 SCE_HB_STRINGEOL
= stc_c
.SCE_HB_STRINGEOL
1019 SCE_HBA_START
= stc_c
.SCE_HBA_START
1020 SCE_HBA_DEFAULT
= stc_c
.SCE_HBA_DEFAULT
1021 SCE_HBA_COMMENTLINE
= stc_c
.SCE_HBA_COMMENTLINE
1022 SCE_HBA_NUMBER
= stc_c
.SCE_HBA_NUMBER
1023 SCE_HBA_WORD
= stc_c
.SCE_HBA_WORD
1024 SCE_HBA_STRING
= stc_c
.SCE_HBA_STRING
1025 SCE_HBA_IDENTIFIER
= stc_c
.SCE_HBA_IDENTIFIER
1026 SCE_HBA_STRINGEOL
= stc_c
.SCE_HBA_STRINGEOL
1027 SCE_HP_START
= stc_c
.SCE_HP_START
1028 SCE_HP_DEFAULT
= stc_c
.SCE_HP_DEFAULT
1029 SCE_HP_COMMENTLINE
= stc_c
.SCE_HP_COMMENTLINE
1030 SCE_HP_NUMBER
= stc_c
.SCE_HP_NUMBER
1031 SCE_HP_STRING
= stc_c
.SCE_HP_STRING
1032 SCE_HP_CHARACTER
= stc_c
.SCE_HP_CHARACTER
1033 SCE_HP_WORD
= stc_c
.SCE_HP_WORD
1034 SCE_HP_TRIPLE
= stc_c
.SCE_HP_TRIPLE
1035 SCE_HP_TRIPLEDOUBLE
= stc_c
.SCE_HP_TRIPLEDOUBLE
1036 SCE_HP_CLASSNAME
= stc_c
.SCE_HP_CLASSNAME
1037 SCE_HP_DEFNAME
= stc_c
.SCE_HP_DEFNAME
1038 SCE_HP_OPERATOR
= stc_c
.SCE_HP_OPERATOR
1039 SCE_HP_IDENTIFIER
= stc_c
.SCE_HP_IDENTIFIER
1040 SCE_HPA_START
= stc_c
.SCE_HPA_START
1041 SCE_HPA_DEFAULT
= stc_c
.SCE_HPA_DEFAULT
1042 SCE_HPA_COMMENTLINE
= stc_c
.SCE_HPA_COMMENTLINE
1043 SCE_HPA_NUMBER
= stc_c
.SCE_HPA_NUMBER
1044 SCE_HPA_STRING
= stc_c
.SCE_HPA_STRING
1045 SCE_HPA_CHARACTER
= stc_c
.SCE_HPA_CHARACTER
1046 SCE_HPA_WORD
= stc_c
.SCE_HPA_WORD
1047 SCE_HPA_TRIPLE
= stc_c
.SCE_HPA_TRIPLE
1048 SCE_HPA_TRIPLEDOUBLE
= stc_c
.SCE_HPA_TRIPLEDOUBLE
1049 SCE_HPA_CLASSNAME
= stc_c
.SCE_HPA_CLASSNAME
1050 SCE_HPA_DEFNAME
= stc_c
.SCE_HPA_DEFNAME
1051 SCE_HPA_OPERATOR
= stc_c
.SCE_HPA_OPERATOR
1052 SCE_HPA_IDENTIFIER
= stc_c
.SCE_HPA_IDENTIFIER
1053 SCE_PL_DEFAULT
= stc_c
.SCE_PL_DEFAULT
1054 SCE_PL_HERE
= stc_c
.SCE_PL_HERE
1055 SCE_PL_COMMENTLINE
= stc_c
.SCE_PL_COMMENTLINE
1056 SCE_PL_POD
= stc_c
.SCE_PL_POD
1057 SCE_PL_NUMBER
= stc_c
.SCE_PL_NUMBER
1058 SCE_PL_WORD
= stc_c
.SCE_PL_WORD
1059 SCE_PL_STRING
= stc_c
.SCE_PL_STRING
1060 SCE_PL_CHARACTER
= stc_c
.SCE_PL_CHARACTER
1061 SCE_PL_PUNCTUATION
= stc_c
.SCE_PL_PUNCTUATION
1062 SCE_PL_PREPROCESSOR
= stc_c
.SCE_PL_PREPROCESSOR
1063 SCE_PL_OPERATOR
= stc_c
.SCE_PL_OPERATOR
1064 SCE_PL_IDENTIFIER
= stc_c
.SCE_PL_IDENTIFIER
1065 SCE_PL_SCALAR
= stc_c
.SCE_PL_SCALAR
1066 SCE_PL_ARRAY
= stc_c
.SCE_PL_ARRAY
1067 SCE_PL_HASH
= stc_c
.SCE_PL_HASH
1068 SCE_PL_SYMBOLTABLE
= stc_c
.SCE_PL_SYMBOLTABLE
1069 SCE_PL_REF
= stc_c
.SCE_PL_REF
1070 SCE_PL_REGEX
= stc_c
.SCE_PL_REGEX
1071 SCE_PL_REGSUBST
= stc_c
.SCE_PL_REGSUBST
1072 SCE_PL_LONGQUOTE
= stc_c
.SCE_PL_LONGQUOTE
1073 SCE_PL_BACKTICKS
= stc_c
.SCE_PL_BACKTICKS
1074 SCE_PL_DATASECTION
= stc_c
.SCE_PL_DATASECTION
1075 SCE_L_DEFAULT
= stc_c
.SCE_L_DEFAULT
1076 SCE_L_COMMAND
= stc_c
.SCE_L_COMMAND
1077 SCE_L_TAG
= stc_c
.SCE_L_TAG
1078 SCE_L_MATH
= stc_c
.SCE_L_MATH
1079 SCE_L_COMMENT
= stc_c
.SCE_L_COMMENT
1082 #-------------- USER INCLUDE -----------------------
1084 # Stuff these names into the wx namespace so wxPyConstructObject can find them
1086 wx
.wxStyledTextEventPtr
= wxStyledTextEventPtr