1 # This file was created automatically by SWIG. 
  12 from clip_dnd 
import * 
  22 from stattool 
import * 
  24 from controls 
import * 
  26 from controls2 
import * 
  28 from windows2 
import * 
  32 from windows3 
import * 
  44 def EVT_STC_CHANGE(win
, id, fn
): 
  45     win
.Connect(id, -1, wxEVT_STC_CHANGE
, fn
) 
  47 def EVT_STC_STYLENEEDED(win
, id, fn
): 
  48     win
.Connect(id, -1, wxEVT_STC_STYLENEEDED
, fn
) 
  50 def EVT_STC_CHARADDED(win
, id, fn
): 
  51     win
.Connect(id, -1, wxEVT_STC_CHARADDED
, fn
) 
  53 def EVT_STC_UPDATEUI(win
, id, fn
): 
  54     win
.Connect(id, -1, wxEVT_STC_UPDATEUI
, fn
) 
  56 def EVT_STC_SAVEPOINTREACHED(win
, id, fn
): 
  57     win
.Connect(id, -1, wxEVT_STC_SAVEPOINTREACHED
, fn
) 
  59 def EVT_STC_SAVEPOINTLEFT(win
, id, fn
): 
  60     win
.Connect(id, -1, wxEVT_STC_SAVEPOINTLEFT
, fn
) 
  62 def EVT_STC_ROMODIFYATTEMPT(win
, id, fn
): 
  63     win
.Connect(id, -1, wxEVT_STC_ROMODIFYATTEMPT
, fn
) 
  65 def EVT_STC_DOUBLECLICK(win
, id, fn
): 
  66     win
.Connect(id, -1, wxEVT_STC_DOUBLECLICK
, fn
) 
  68 def EVT_STC_MODIFIED(win
, id, fn
): 
  69     win
.Connect(id, -1, wxEVT_STC_MODIFIED
, fn
) 
  71 def EVT_STC_KEY(win
, id, fn
): 
  72     win
.Connect(id, -1, wxEVT_STC_KEY
, fn
) 
  74 def EVT_STC_MACRORECORD(win
, id, fn
): 
  75     win
.Connect(id, -1, wxEVT_STC_MACRORECORD
, fn
) 
  77 def EVT_STC_MARGINCLICK(win
, id, fn
): 
  78     win
.Connect(id, -1, wxEVT_STC_MARGINCLICK
, fn
) 
  80 def EVT_STC_NEEDSHOWN(win
, id, fn
): 
  81     win
.Connect(id, -1, wxEVT_STC_NEEDSHOWN
, fn
) 
  83 def EVT_STC_POSCHANGED(win
, id, fn
): 
  84     win
.Connect(id, -1, wxEVT_STC_POSCHANGED
, fn
) 
  88 class wxStyledTextCtrlPtr(wxControlPtr
): 
  89     def __init__(self
,this
): 
  92     def AddText(self
, *_args
, **_kwargs
): 
  93         val 
= apply(stc_c
.wxStyledTextCtrl_AddText
,(self
,) + _args
, _kwargs
) 
  95     def AddStyledText(self
, *_args
, **_kwargs
): 
  96         val 
= apply(stc_c
.wxStyledTextCtrl_AddStyledText
,(self
,) + _args
, _kwargs
) 
  98     def InsertText(self
, *_args
, **_kwargs
): 
  99         val 
= apply(stc_c
.wxStyledTextCtrl_InsertText
,(self
,) + _args
, _kwargs
) 
 101     def ClearAll(self
, *_args
, **_kwargs
): 
 102         val 
= apply(stc_c
.wxStyledTextCtrl_ClearAll
,(self
,) + _args
, _kwargs
) 
 104     def ClearDocumentStyle(self
, *_args
, **_kwargs
): 
 105         val 
= apply(stc_c
.wxStyledTextCtrl_ClearDocumentStyle
,(self
,) + _args
, _kwargs
) 
 107     def GetLength(self
, *_args
, **_kwargs
): 
 108         val 
= apply(stc_c
.wxStyledTextCtrl_GetLength
,(self
,) + _args
, _kwargs
) 
 110     def GetCharAt(self
, *_args
, **_kwargs
): 
 111         val 
= apply(stc_c
.wxStyledTextCtrl_GetCharAt
,(self
,) + _args
, _kwargs
) 
 113     def GetCurrentPos(self
, *_args
, **_kwargs
): 
 114         val 
= apply(stc_c
.wxStyledTextCtrl_GetCurrentPos
,(self
,) + _args
, _kwargs
) 
 116     def GetAnchor(self
, *_args
, **_kwargs
): 
 117         val 
= apply(stc_c
.wxStyledTextCtrl_GetAnchor
,(self
,) + _args
, _kwargs
) 
 119     def GetStyleAt(self
, *_args
, **_kwargs
): 
 120         val 
= apply(stc_c
.wxStyledTextCtrl_GetStyleAt
,(self
,) + _args
, _kwargs
) 
 122     def Redo(self
, *_args
, **_kwargs
): 
 123         val 
= apply(stc_c
.wxStyledTextCtrl_Redo
,(self
,) + _args
, _kwargs
) 
 125     def SetUndoCollection(self
, *_args
, **_kwargs
): 
 126         val 
= apply(stc_c
.wxStyledTextCtrl_SetUndoCollection
,(self
,) + _args
, _kwargs
) 
 128     def SelectAll(self
, *_args
, **_kwargs
): 
 129         val 
= apply(stc_c
.wxStyledTextCtrl_SelectAll
,(self
,) + _args
, _kwargs
) 
 131     def SetSavePoint(self
, *_args
, **_kwargs
): 
 132         val 
= apply(stc_c
.wxStyledTextCtrl_SetSavePoint
,(self
,) + _args
, _kwargs
) 
 134     def GetStyledText(self
, *_args
, **_kwargs
): 
 135         val 
= apply(stc_c
.wxStyledTextCtrl_GetStyledText
,(self
,) + _args
, _kwargs
) 
 137     def CanRedo(self
, *_args
, **_kwargs
): 
 138         val 
= apply(stc_c
.wxStyledTextCtrl_CanRedo
,(self
,) + _args
, _kwargs
) 
 140     def MarkerLineFromHandle(self
, *_args
, **_kwargs
): 
 141         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerLineFromHandle
,(self
,) + _args
, _kwargs
) 
 143     def MarkerDeleteHandle(self
, *_args
, **_kwargs
): 
 144         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerDeleteHandle
,(self
,) + _args
, _kwargs
) 
 146     def GetUndoCollection(self
, *_args
, **_kwargs
): 
 147         val 
= apply(stc_c
.wxStyledTextCtrl_GetUndoCollection
,(self
,) + _args
, _kwargs
) 
 149     def GetViewWhiteSpace(self
, *_args
, **_kwargs
): 
 150         val 
= apply(stc_c
.wxStyledTextCtrl_GetViewWhiteSpace
,(self
,) + _args
, _kwargs
) 
 152     def SetViewWhiteSpace(self
, *_args
, **_kwargs
): 
 153         val 
= apply(stc_c
.wxStyledTextCtrl_SetViewWhiteSpace
,(self
,) + _args
, _kwargs
) 
 155     def PositionFromPoint(self
, *_args
, **_kwargs
): 
 156         val 
= apply(stc_c
.wxStyledTextCtrl_PositionFromPoint
,(self
,) + _args
, _kwargs
) 
 158     def GotoLine(self
, *_args
, **_kwargs
): 
 159         val 
= apply(stc_c
.wxStyledTextCtrl_GotoLine
,(self
,) + _args
, _kwargs
) 
 161     def GotoPos(self
, *_args
, **_kwargs
): 
 162         val 
= apply(stc_c
.wxStyledTextCtrl_GotoPos
,(self
,) + _args
, _kwargs
) 
 164     def SetAnchor(self
, *_args
, **_kwargs
): 
 165         val 
= apply(stc_c
.wxStyledTextCtrl_SetAnchor
,(self
,) + _args
, _kwargs
) 
 167     def GetCurLine(self
, *_args
, **_kwargs
): 
 168         val 
= apply(stc_c
.wxStyledTextCtrl_GetCurLine
,(self
,) + _args
, _kwargs
) 
 170     def GetEndStyled(self
, *_args
, **_kwargs
): 
 171         val 
= apply(stc_c
.wxStyledTextCtrl_GetEndStyled
,(self
,) + _args
, _kwargs
) 
 173     def ConvertEOLs(self
, *_args
, **_kwargs
): 
 174         val 
= apply(stc_c
.wxStyledTextCtrl_ConvertEOLs
,(self
,) + _args
, _kwargs
) 
 176     def GetEOLMode(self
, *_args
, **_kwargs
): 
 177         val 
= apply(stc_c
.wxStyledTextCtrl_GetEOLMode
,(self
,) + _args
, _kwargs
) 
 179     def SetEOLMode(self
, *_args
, **_kwargs
): 
 180         val 
= apply(stc_c
.wxStyledTextCtrl_SetEOLMode
,(self
,) + _args
, _kwargs
) 
 182     def StartStyling(self
, *_args
, **_kwargs
): 
 183         val 
= apply(stc_c
.wxStyledTextCtrl_StartStyling
,(self
,) + _args
, _kwargs
) 
 185     def SetStyling(self
, *_args
, **_kwargs
): 
 186         val 
= apply(stc_c
.wxStyledTextCtrl_SetStyling
,(self
,) + _args
, _kwargs
) 
 188     def GetBufferedDraw(self
, *_args
, **_kwargs
): 
 189         val 
= apply(stc_c
.wxStyledTextCtrl_GetBufferedDraw
,(self
,) + _args
, _kwargs
) 
 191     def SetBufferedDraw(self
, *_args
, **_kwargs
): 
 192         val 
= apply(stc_c
.wxStyledTextCtrl_SetBufferedDraw
,(self
,) + _args
, _kwargs
) 
 194     def SetTabWidth(self
, *_args
, **_kwargs
): 
 195         val 
= apply(stc_c
.wxStyledTextCtrl_SetTabWidth
,(self
,) + _args
, _kwargs
) 
 197     def GetTabWidth(self
, *_args
, **_kwargs
): 
 198         val 
= apply(stc_c
.wxStyledTextCtrl_GetTabWidth
,(self
,) + _args
, _kwargs
) 
 200     def SetCodePage(self
, *_args
, **_kwargs
): 
 201         val 
= apply(stc_c
.wxStyledTextCtrl_SetCodePage
,(self
,) + _args
, _kwargs
) 
 203     def MarkerDefine(self
, *_args
, **_kwargs
): 
 204         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerDefine
,(self
,) + _args
, _kwargs
) 
 206     def MarkerSetForeground(self
, *_args
, **_kwargs
): 
 207         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerSetForeground
,(self
,) + _args
, _kwargs
) 
 209     def MarkerSetBackground(self
, *_args
, **_kwargs
): 
 210         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerSetBackground
,(self
,) + _args
, _kwargs
) 
 212     def MarkerAdd(self
, *_args
, **_kwargs
): 
 213         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerAdd
,(self
,) + _args
, _kwargs
) 
 215     def MarkerDelete(self
, *_args
, **_kwargs
): 
 216         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerDelete
,(self
,) + _args
, _kwargs
) 
 218     def MarkerDeleteAll(self
, *_args
, **_kwargs
): 
 219         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerDeleteAll
,(self
,) + _args
, _kwargs
) 
 221     def MarkerGet(self
, *_args
, **_kwargs
): 
 222         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerGet
,(self
,) + _args
, _kwargs
) 
 224     def MarkerNext(self
, *_args
, **_kwargs
): 
 225         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerNext
,(self
,) + _args
, _kwargs
) 
 227     def MarkerPrevious(self
, *_args
, **_kwargs
): 
 228         val 
= apply(stc_c
.wxStyledTextCtrl_MarkerPrevious
,(self
,) + _args
, _kwargs
) 
 230     def SetMarginType(self
, *_args
, **_kwargs
): 
 231         val 
= apply(stc_c
.wxStyledTextCtrl_SetMarginType
,(self
,) + _args
, _kwargs
) 
 233     def GetMarginType(self
, *_args
, **_kwargs
): 
 234         val 
= apply(stc_c
.wxStyledTextCtrl_GetMarginType
,(self
,) + _args
, _kwargs
) 
 236     def SetMarginWidth(self
, *_args
, **_kwargs
): 
 237         val 
= apply(stc_c
.wxStyledTextCtrl_SetMarginWidth
,(self
,) + _args
, _kwargs
) 
 239     def GetMarginWidth(self
, *_args
, **_kwargs
): 
 240         val 
= apply(stc_c
.wxStyledTextCtrl_GetMarginWidth
,(self
,) + _args
, _kwargs
) 
 242     def SetMarginMask(self
, *_args
, **_kwargs
): 
 243         val 
= apply(stc_c
.wxStyledTextCtrl_SetMarginMask
,(self
,) + _args
, _kwargs
) 
 245     def GetMarginMask(self
, *_args
, **_kwargs
): 
 246         val 
= apply(stc_c
.wxStyledTextCtrl_GetMarginMask
,(self
,) + _args
, _kwargs
) 
 248     def SetMarginSensitive(self
, *_args
, **_kwargs
): 
 249         val 
= apply(stc_c
.wxStyledTextCtrl_SetMarginSensitive
,(self
,) + _args
, _kwargs
) 
 251     def GetMarginSensitive(self
, *_args
, **_kwargs
): 
 252         val 
= apply(stc_c
.wxStyledTextCtrl_GetMarginSensitive
,(self
,) + _args
, _kwargs
) 
 254     def StyleClearAll(self
, *_args
, **_kwargs
): 
 255         val 
= apply(stc_c
.wxStyledTextCtrl_StyleClearAll
,(self
,) + _args
, _kwargs
) 
 257     def StyleSetForeground(self
, *_args
, **_kwargs
): 
 258         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetForeground
,(self
,) + _args
, _kwargs
) 
 260     def StyleSetBackground(self
, *_args
, **_kwargs
): 
 261         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetBackground
,(self
,) + _args
, _kwargs
) 
 263     def StyleSetBold(self
, *_args
, **_kwargs
): 
 264         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetBold
,(self
,) + _args
, _kwargs
) 
 266     def StyleSetItalic(self
, *_args
, **_kwargs
): 
 267         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetItalic
,(self
,) + _args
, _kwargs
) 
 269     def StyleSetSize(self
, *_args
, **_kwargs
): 
 270         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetSize
,(self
,) + _args
, _kwargs
) 
 272     def StyleSetFaceName(self
, *_args
, **_kwargs
): 
 273         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetFaceName
,(self
,) + _args
, _kwargs
) 
 275     def StyleSetEOLFilled(self
, *_args
, **_kwargs
): 
 276         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetEOLFilled
,(self
,) + _args
, _kwargs
) 
 278     def StyleResetDefault(self
, *_args
, **_kwargs
): 
 279         val 
= apply(stc_c
.wxStyledTextCtrl_StyleResetDefault
,(self
,) + _args
, _kwargs
) 
 281     def StyleSetUnderline(self
, *_args
, **_kwargs
): 
 282         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetUnderline
,(self
,) + _args
, _kwargs
) 
 284     def SetSelForeground(self
, *_args
, **_kwargs
): 
 285         val 
= apply(stc_c
.wxStyledTextCtrl_SetSelForeground
,(self
,) + _args
, _kwargs
) 
 287     def SetSelBackground(self
, *_args
, **_kwargs
): 
 288         val 
= apply(stc_c
.wxStyledTextCtrl_SetSelBackground
,(self
,) + _args
, _kwargs
) 
 290     def SetCaretForeground(self
, *_args
, **_kwargs
): 
 291         val 
= apply(stc_c
.wxStyledTextCtrl_SetCaretForeground
,(self
,) + _args
, _kwargs
) 
 293     def CmdKeyAssign(self
, *_args
, **_kwargs
): 
 294         val 
= apply(stc_c
.wxStyledTextCtrl_CmdKeyAssign
,(self
,) + _args
, _kwargs
) 
 296     def CmdKeyClear(self
, *_args
, **_kwargs
): 
 297         val 
= apply(stc_c
.wxStyledTextCtrl_CmdKeyClear
,(self
,) + _args
, _kwargs
) 
 299     def CmdKeyClearAll(self
, *_args
, **_kwargs
): 
 300         val 
= apply(stc_c
.wxStyledTextCtrl_CmdKeyClearAll
,(self
,) + _args
, _kwargs
) 
 302     def SetStyleBytes(self
, *_args
, **_kwargs
): 
 303         val 
= apply(stc_c
.wxStyledTextCtrl_SetStyleBytes
,(self
,) + _args
, _kwargs
) 
 305     def StyleSetVisible(self
, *_args
, **_kwargs
): 
 306         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetVisible
,(self
,) + _args
, _kwargs
) 
 308     def GetCaretPeriod(self
, *_args
, **_kwargs
): 
 309         val 
= apply(stc_c
.wxStyledTextCtrl_GetCaretPeriod
,(self
,) + _args
, _kwargs
) 
 311     def SetCaretPeriod(self
, *_args
, **_kwargs
): 
 312         val 
= apply(stc_c
.wxStyledTextCtrl_SetCaretPeriod
,(self
,) + _args
, _kwargs
) 
 314     def SetWordChars(self
, *_args
, **_kwargs
): 
 315         val 
= apply(stc_c
.wxStyledTextCtrl_SetWordChars
,(self
,) + _args
, _kwargs
) 
 317     def BeginUndoAction(self
, *_args
, **_kwargs
): 
 318         val 
= apply(stc_c
.wxStyledTextCtrl_BeginUndoAction
,(self
,) + _args
, _kwargs
) 
 320     def EndUndoAction(self
, *_args
, **_kwargs
): 
 321         val 
= apply(stc_c
.wxStyledTextCtrl_EndUndoAction
,(self
,) + _args
, _kwargs
) 
 323     def IndicatorSetStyle(self
, *_args
, **_kwargs
): 
 324         val 
= apply(stc_c
.wxStyledTextCtrl_IndicatorSetStyle
,(self
,) + _args
, _kwargs
) 
 326     def IndicatorGetStyle(self
, *_args
, **_kwargs
): 
 327         val 
= apply(stc_c
.wxStyledTextCtrl_IndicatorGetStyle
,(self
,) + _args
, _kwargs
) 
 329     def IndicatorSetForeground(self
, *_args
, **_kwargs
): 
 330         val 
= apply(stc_c
.wxStyledTextCtrl_IndicatorSetForeground
,(self
,) + _args
, _kwargs
) 
 332     def IndicatorGetForeground(self
, *_args
, **_kwargs
): 
 333         val 
= apply(stc_c
.wxStyledTextCtrl_IndicatorGetForeground
,(self
,) + _args
, _kwargs
) 
 334         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
 336     def SetStyleBits(self
, *_args
, **_kwargs
): 
 337         val 
= apply(stc_c
.wxStyledTextCtrl_SetStyleBits
,(self
,) + _args
, _kwargs
) 
 339     def GetStyleBits(self
, *_args
, **_kwargs
): 
 340         val 
= apply(stc_c
.wxStyledTextCtrl_GetStyleBits
,(self
,) + _args
, _kwargs
) 
 342     def SetLineState(self
, *_args
, **_kwargs
): 
 343         val 
= apply(stc_c
.wxStyledTextCtrl_SetLineState
,(self
,) + _args
, _kwargs
) 
 345     def GetLineState(self
, *_args
, **_kwargs
): 
 346         val 
= apply(stc_c
.wxStyledTextCtrl_GetLineState
,(self
,) + _args
, _kwargs
) 
 348     def GetMaxLineState(self
, *_args
, **_kwargs
): 
 349         val 
= apply(stc_c
.wxStyledTextCtrl_GetMaxLineState
,(self
,) + _args
, _kwargs
) 
 351     def AutoCompShow(self
, *_args
, **_kwargs
): 
 352         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompShow
,(self
,) + _args
, _kwargs
) 
 354     def AutoCompCancel(self
, *_args
, **_kwargs
): 
 355         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompCancel
,(self
,) + _args
, _kwargs
) 
 357     def AutoCompActive(self
, *_args
, **_kwargs
): 
 358         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompActive
,(self
,) + _args
, _kwargs
) 
 360     def AutoCompPosStart(self
, *_args
, **_kwargs
): 
 361         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompPosStart
,(self
,) + _args
, _kwargs
) 
 363     def AutoCompComplete(self
, *_args
, **_kwargs
): 
 364         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompComplete
,(self
,) + _args
, _kwargs
) 
 366     def AutoCompStops(self
, *_args
, **_kwargs
): 
 367         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompStops
,(self
,) + _args
, _kwargs
) 
 369     def AutoCompSetSeparator(self
, *_args
, **_kwargs
): 
 370         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompSetSeparator
,(self
,) + _args
, _kwargs
) 
 372     def AutoCompGetSeparator(self
, *_args
, **_kwargs
): 
 373         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompGetSeparator
,(self
,) + _args
, _kwargs
) 
 375     def AutoCompSelect(self
, *_args
, **_kwargs
): 
 376         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompSelect
,(self
,) + _args
, _kwargs
) 
 378     def AutoCompSetCancelAtStart(self
, *_args
, **_kwargs
): 
 379         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompSetCancelAtStart
,(self
,) + _args
, _kwargs
) 
 381     def AutoCompGetCancelAtStart(self
, *_args
, **_kwargs
): 
 382         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompGetCancelAtStart
,(self
,) + _args
, _kwargs
) 
 384     def AutoCompSetFillUps(self
, *_args
, **_kwargs
): 
 385         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompSetFillUps
,(self
,) + _args
, _kwargs
) 
 387     def AutoCompSetChooseSingle(self
, *_args
, **_kwargs
): 
 388         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompSetChooseSingle
,(self
,) + _args
, _kwargs
) 
 390     def AutoCompGetChooseSingle(self
, *_args
, **_kwargs
): 
 391         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompGetChooseSingle
,(self
,) + _args
, _kwargs
) 
 393     def AutoCompSetIgnoreCase(self
, *_args
, **_kwargs
): 
 394         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompSetIgnoreCase
,(self
,) + _args
, _kwargs
) 
 396     def AutoCompGetIgnoreCase(self
, *_args
, **_kwargs
): 
 397         val 
= apply(stc_c
.wxStyledTextCtrl_AutoCompGetIgnoreCase
,(self
,) + _args
, _kwargs
) 
 399     def SetIndent(self
, *_args
, **_kwargs
): 
 400         val 
= apply(stc_c
.wxStyledTextCtrl_SetIndent
,(self
,) + _args
, _kwargs
) 
 402     def GetIndent(self
, *_args
, **_kwargs
): 
 403         val 
= apply(stc_c
.wxStyledTextCtrl_GetIndent
,(self
,) + _args
, _kwargs
) 
 405     def SetUseTabs(self
, *_args
, **_kwargs
): 
 406         val 
= apply(stc_c
.wxStyledTextCtrl_SetUseTabs
,(self
,) + _args
, _kwargs
) 
 408     def GetUseTabs(self
, *_args
, **_kwargs
): 
 409         val 
= apply(stc_c
.wxStyledTextCtrl_GetUseTabs
,(self
,) + _args
, _kwargs
) 
 411     def SetLineIndentation(self
, *_args
, **_kwargs
): 
 412         val 
= apply(stc_c
.wxStyledTextCtrl_SetLineIndentation
,(self
,) + _args
, _kwargs
) 
 414     def GetLineIndentation(self
, *_args
, **_kwargs
): 
 415         val 
= apply(stc_c
.wxStyledTextCtrl_GetLineIndentation
,(self
,) + _args
, _kwargs
) 
 417     def GetLineIndentPosition(self
, *_args
, **_kwargs
): 
 418         val 
= apply(stc_c
.wxStyledTextCtrl_GetLineIndentPosition
,(self
,) + _args
, _kwargs
) 
 420     def GetColumn(self
, *_args
, **_kwargs
): 
 421         val 
= apply(stc_c
.wxStyledTextCtrl_GetColumn
,(self
,) + _args
, _kwargs
) 
 423     def SetUseHorizontalScrollBar(self
, *_args
, **_kwargs
): 
 424         val 
= apply(stc_c
.wxStyledTextCtrl_SetUseHorizontalScrollBar
,(self
,) + _args
, _kwargs
) 
 426     def GetUseHorizontalScrollBar(self
, *_args
, **_kwargs
): 
 427         val 
= apply(stc_c
.wxStyledTextCtrl_GetUseHorizontalScrollBar
,(self
,) + _args
, _kwargs
) 
 429     def SetIndentationGuides(self
, *_args
, **_kwargs
): 
 430         val 
= apply(stc_c
.wxStyledTextCtrl_SetIndentationGuides
,(self
,) + _args
, _kwargs
) 
 432     def GetIndentationGuides(self
, *_args
, **_kwargs
): 
 433         val 
= apply(stc_c
.wxStyledTextCtrl_GetIndentationGuides
,(self
,) + _args
, _kwargs
) 
 435     def SetHighlightGuide(self
, *_args
, **_kwargs
): 
 436         val 
= apply(stc_c
.wxStyledTextCtrl_SetHighlightGuide
,(self
,) + _args
, _kwargs
) 
 438     def GetHighlightGuide(self
, *_args
, **_kwargs
): 
 439         val 
= apply(stc_c
.wxStyledTextCtrl_GetHighlightGuide
,(self
,) + _args
, _kwargs
) 
 441     def GetLineEndPosition(self
, *_args
, **_kwargs
): 
 442         val 
= apply(stc_c
.wxStyledTextCtrl_GetLineEndPosition
,(self
,) + _args
, _kwargs
) 
 444     def GetCodePage(self
, *_args
, **_kwargs
): 
 445         val 
= apply(stc_c
.wxStyledTextCtrl_GetCodePage
,(self
,) + _args
, _kwargs
) 
 447     def GetCaretForeground(self
, *_args
, **_kwargs
): 
 448         val 
= apply(stc_c
.wxStyledTextCtrl_GetCaretForeground
,(self
,) + _args
, _kwargs
) 
 449         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
 451     def GetReadOnly(self
, *_args
, **_kwargs
): 
 452         val 
= apply(stc_c
.wxStyledTextCtrl_GetReadOnly
,(self
,) + _args
, _kwargs
) 
 454     def SetCurrentPos(self
, *_args
, **_kwargs
): 
 455         val 
= apply(stc_c
.wxStyledTextCtrl_SetCurrentPos
,(self
,) + _args
, _kwargs
) 
 457     def SetSelectionStart(self
, *_args
, **_kwargs
): 
 458         val 
= apply(stc_c
.wxStyledTextCtrl_SetSelectionStart
,(self
,) + _args
, _kwargs
) 
 460     def GetSelectionStart(self
, *_args
, **_kwargs
): 
 461         val 
= apply(stc_c
.wxStyledTextCtrl_GetSelectionStart
,(self
,) + _args
, _kwargs
) 
 463     def SetSelectionEnd(self
, *_args
, **_kwargs
): 
 464         val 
= apply(stc_c
.wxStyledTextCtrl_SetSelectionEnd
,(self
,) + _args
, _kwargs
) 
 466     def GetSelectionEnd(self
, *_args
, **_kwargs
): 
 467         val 
= apply(stc_c
.wxStyledTextCtrl_GetSelectionEnd
,(self
,) + _args
, _kwargs
) 
 469     def SetPrintMagnification(self
, *_args
, **_kwargs
): 
 470         val 
= apply(stc_c
.wxStyledTextCtrl_SetPrintMagnification
,(self
,) + _args
, _kwargs
) 
 472     def GetPrintMagnification(self
, *_args
, **_kwargs
): 
 473         val 
= apply(stc_c
.wxStyledTextCtrl_GetPrintMagnification
,(self
,) + _args
, _kwargs
) 
 475     def SetPrintColourMode(self
, *_args
, **_kwargs
): 
 476         val 
= apply(stc_c
.wxStyledTextCtrl_SetPrintColourMode
,(self
,) + _args
, _kwargs
) 
 478     def GetPrintColourMode(self
, *_args
, **_kwargs
): 
 479         val 
= apply(stc_c
.wxStyledTextCtrl_GetPrintColourMode
,(self
,) + _args
, _kwargs
) 
 481     def FindText(self
, *_args
, **_kwargs
): 
 482         val 
= apply(stc_c
.wxStyledTextCtrl_FindText
,(self
,) + _args
, _kwargs
) 
 484     def FormatRange(self
, *_args
, **_kwargs
): 
 485         val 
= apply(stc_c
.wxStyledTextCtrl_FormatRange
,(self
,) + _args
, _kwargs
) 
 487     def GetFirstVisibleLine(self
, *_args
, **_kwargs
): 
 488         val 
= apply(stc_c
.wxStyledTextCtrl_GetFirstVisibleLine
,(self
,) + _args
, _kwargs
) 
 490     def GetLine(self
, *_args
, **_kwargs
): 
 491         val 
= apply(stc_c
.wxStyledTextCtrl_GetLine
,(self
,) + _args
, _kwargs
) 
 493     def GetLineCount(self
, *_args
, **_kwargs
): 
 494         val 
= apply(stc_c
.wxStyledTextCtrl_GetLineCount
,(self
,) + _args
, _kwargs
) 
 496     def SetMarginLeft(self
, *_args
, **_kwargs
): 
 497         val 
= apply(stc_c
.wxStyledTextCtrl_SetMarginLeft
,(self
,) + _args
, _kwargs
) 
 499     def GetMarginLeft(self
, *_args
, **_kwargs
): 
 500         val 
= apply(stc_c
.wxStyledTextCtrl_GetMarginLeft
,(self
,) + _args
, _kwargs
) 
 502     def SetMarginRight(self
, *_args
, **_kwargs
): 
 503         val 
= apply(stc_c
.wxStyledTextCtrl_SetMarginRight
,(self
,) + _args
, _kwargs
) 
 505     def GetMarginRight(self
, *_args
, **_kwargs
): 
 506         val 
= apply(stc_c
.wxStyledTextCtrl_GetMarginRight
,(self
,) + _args
, _kwargs
) 
 508     def GetModify(self
, *_args
, **_kwargs
): 
 509         val 
= apply(stc_c
.wxStyledTextCtrl_GetModify
,(self
,) + _args
, _kwargs
) 
 511     def SetSelection(self
, *_args
, **_kwargs
): 
 512         val 
= apply(stc_c
.wxStyledTextCtrl_SetSelection
,(self
,) + _args
, _kwargs
) 
 514     def GetSelectedText(self
, *_args
, **_kwargs
): 
 515         val 
= apply(stc_c
.wxStyledTextCtrl_GetSelectedText
,(self
,) + _args
, _kwargs
) 
 517     def GetTextRange(self
, *_args
, **_kwargs
): 
 518         val 
= apply(stc_c
.wxStyledTextCtrl_GetTextRange
,(self
,) + _args
, _kwargs
) 
 520     def HideSelection(self
, *_args
, **_kwargs
): 
 521         val 
= apply(stc_c
.wxStyledTextCtrl_HideSelection
,(self
,) + _args
, _kwargs
) 
 523     def LineFromPosition(self
, *_args
, **_kwargs
): 
 524         val 
= apply(stc_c
.wxStyledTextCtrl_LineFromPosition
,(self
,) + _args
, _kwargs
) 
 526     def PositionFromLine(self
, *_args
, **_kwargs
): 
 527         val 
= apply(stc_c
.wxStyledTextCtrl_PositionFromLine
,(self
,) + _args
, _kwargs
) 
 529     def LineScroll(self
, *_args
, **_kwargs
): 
 530         val 
= apply(stc_c
.wxStyledTextCtrl_LineScroll
,(self
,) + _args
, _kwargs
) 
 532     def EnsureCaretVisible(self
, *_args
, **_kwargs
): 
 533         val 
= apply(stc_c
.wxStyledTextCtrl_EnsureCaretVisible
,(self
,) + _args
, _kwargs
) 
 535     def ReplaceSelection(self
, *_args
, **_kwargs
): 
 536         val 
= apply(stc_c
.wxStyledTextCtrl_ReplaceSelection
,(self
,) + _args
, _kwargs
) 
 538     def SetReadOnly(self
, *_args
, **_kwargs
): 
 539         val 
= apply(stc_c
.wxStyledTextCtrl_SetReadOnly
,(self
,) + _args
, _kwargs
) 
 541     def CanPaste(self
, *_args
, **_kwargs
): 
 542         val 
= apply(stc_c
.wxStyledTextCtrl_CanPaste
,(self
,) + _args
, _kwargs
) 
 544     def CanUndo(self
, *_args
, **_kwargs
): 
 545         val 
= apply(stc_c
.wxStyledTextCtrl_CanUndo
,(self
,) + _args
, _kwargs
) 
 547     def EmptyUndoBuffer(self
, *_args
, **_kwargs
): 
 548         val 
= apply(stc_c
.wxStyledTextCtrl_EmptyUndoBuffer
,(self
,) + _args
, _kwargs
) 
 550     def Undo(self
, *_args
, **_kwargs
): 
 551         val 
= apply(stc_c
.wxStyledTextCtrl_Undo
,(self
,) + _args
, _kwargs
) 
 553     def Cut(self
, *_args
, **_kwargs
): 
 554         val 
= apply(stc_c
.wxStyledTextCtrl_Cut
,(self
,) + _args
, _kwargs
) 
 556     def Copy(self
, *_args
, **_kwargs
): 
 557         val 
= apply(stc_c
.wxStyledTextCtrl_Copy
,(self
,) + _args
, _kwargs
) 
 559     def Paste(self
, *_args
, **_kwargs
): 
 560         val 
= apply(stc_c
.wxStyledTextCtrl_Paste
,(self
,) + _args
, _kwargs
) 
 562     def Clear(self
, *_args
, **_kwargs
): 
 563         val 
= apply(stc_c
.wxStyledTextCtrl_Clear
,(self
,) + _args
, _kwargs
) 
 565     def SetText(self
, *_args
, **_kwargs
): 
 566         val 
= apply(stc_c
.wxStyledTextCtrl_SetText
,(self
,) + _args
, _kwargs
) 
 568     def GetText(self
, *_args
, **_kwargs
): 
 569         val 
= apply(stc_c
.wxStyledTextCtrl_GetText
,(self
,) + _args
, _kwargs
) 
 571     def GetTextLength(self
, *_args
, **_kwargs
): 
 572         val 
= apply(stc_c
.wxStyledTextCtrl_GetTextLength
,(self
,) + _args
, _kwargs
) 
 574     def SetOvertype(self
, *_args
, **_kwargs
): 
 575         val 
= apply(stc_c
.wxStyledTextCtrl_SetOvertype
,(self
,) + _args
, _kwargs
) 
 577     def GetOvertype(self
, *_args
, **_kwargs
): 
 578         val 
= apply(stc_c
.wxStyledTextCtrl_GetOvertype
,(self
,) + _args
, _kwargs
) 
 580     def CallTipShow(self
, *_args
, **_kwargs
): 
 581         val 
= apply(stc_c
.wxStyledTextCtrl_CallTipShow
,(self
,) + _args
, _kwargs
) 
 583     def CallTipCancel(self
, *_args
, **_kwargs
): 
 584         val 
= apply(stc_c
.wxStyledTextCtrl_CallTipCancel
,(self
,) + _args
, _kwargs
) 
 586     def CallTipActive(self
, *_args
, **_kwargs
): 
 587         val 
= apply(stc_c
.wxStyledTextCtrl_CallTipActive
,(self
,) + _args
, _kwargs
) 
 589     def CallTipPosAtStart(self
, *_args
, **_kwargs
): 
 590         val 
= apply(stc_c
.wxStyledTextCtrl_CallTipPosAtStart
,(self
,) + _args
, _kwargs
) 
 592     def CallTipSetHighlight(self
, *_args
, **_kwargs
): 
 593         val 
= apply(stc_c
.wxStyledTextCtrl_CallTipSetHighlight
,(self
,) + _args
, _kwargs
) 
 595     def CallTipSetBackground(self
, *_args
, **_kwargs
): 
 596         val 
= apply(stc_c
.wxStyledTextCtrl_CallTipSetBackground
,(self
,) + _args
, _kwargs
) 
 598     def VisibleFromDocLine(self
, *_args
, **_kwargs
): 
 599         val 
= apply(stc_c
.wxStyledTextCtrl_VisibleFromDocLine
,(self
,) + _args
, _kwargs
) 
 601     def DocLineFromVisible(self
, *_args
, **_kwargs
): 
 602         val 
= apply(stc_c
.wxStyledTextCtrl_DocLineFromVisible
,(self
,) + _args
, _kwargs
) 
 604     def SetFoldLevel(self
, *_args
, **_kwargs
): 
 605         val 
= apply(stc_c
.wxStyledTextCtrl_SetFoldLevel
,(self
,) + _args
, _kwargs
) 
 607     def GetFoldLevel(self
, *_args
, **_kwargs
): 
 608         val 
= apply(stc_c
.wxStyledTextCtrl_GetFoldLevel
,(self
,) + _args
, _kwargs
) 
 610     def GetLastChild(self
, *_args
, **_kwargs
): 
 611         val 
= apply(stc_c
.wxStyledTextCtrl_GetLastChild
,(self
,) + _args
, _kwargs
) 
 613     def GetFoldParent(self
, *_args
, **_kwargs
): 
 614         val 
= apply(stc_c
.wxStyledTextCtrl_GetFoldParent
,(self
,) + _args
, _kwargs
) 
 616     def ShowLines(self
, *_args
, **_kwargs
): 
 617         val 
= apply(stc_c
.wxStyledTextCtrl_ShowLines
,(self
,) + _args
, _kwargs
) 
 619     def HideLines(self
, *_args
, **_kwargs
): 
 620         val 
= apply(stc_c
.wxStyledTextCtrl_HideLines
,(self
,) + _args
, _kwargs
) 
 622     def GetLineVisible(self
, *_args
, **_kwargs
): 
 623         val 
= apply(stc_c
.wxStyledTextCtrl_GetLineVisible
,(self
,) + _args
, _kwargs
) 
 625     def SetFoldExpanded(self
, *_args
, **_kwargs
): 
 626         val 
= apply(stc_c
.wxStyledTextCtrl_SetFoldExpanded
,(self
,) + _args
, _kwargs
) 
 628     def GetFoldExpanded(self
, *_args
, **_kwargs
): 
 629         val 
= apply(stc_c
.wxStyledTextCtrl_GetFoldExpanded
,(self
,) + _args
, _kwargs
) 
 631     def ToggleFold(self
, *_args
, **_kwargs
): 
 632         val 
= apply(stc_c
.wxStyledTextCtrl_ToggleFold
,(self
,) + _args
, _kwargs
) 
 634     def EnsureVisible(self
, *_args
, **_kwargs
): 
 635         val 
= apply(stc_c
.wxStyledTextCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
) 
 637     def SetFoldFlags(self
, *_args
, **_kwargs
): 
 638         val 
= apply(stc_c
.wxStyledTextCtrl_SetFoldFlags
,(self
,) + _args
, _kwargs
) 
 640     def LineLength(self
, *_args
, **_kwargs
): 
 641         val 
= apply(stc_c
.wxStyledTextCtrl_LineLength
,(self
,) + _args
, _kwargs
) 
 643     def BraceHighlight(self
, *_args
, **_kwargs
): 
 644         val 
= apply(stc_c
.wxStyledTextCtrl_BraceHighlight
,(self
,) + _args
, _kwargs
) 
 646     def BraceBadLight(self
, *_args
, **_kwargs
): 
 647         val 
= apply(stc_c
.wxStyledTextCtrl_BraceBadLight
,(self
,) + _args
, _kwargs
) 
 649     def BraceMatch(self
, *_args
, **_kwargs
): 
 650         val 
= apply(stc_c
.wxStyledTextCtrl_BraceMatch
,(self
,) + _args
, _kwargs
) 
 652     def GetViewEOL(self
, *_args
, **_kwargs
): 
 653         val 
= apply(stc_c
.wxStyledTextCtrl_GetViewEOL
,(self
,) + _args
, _kwargs
) 
 655     def SetViewEOL(self
, *_args
, **_kwargs
): 
 656         val 
= apply(stc_c
.wxStyledTextCtrl_SetViewEOL
,(self
,) + _args
, _kwargs
) 
 658     def GetDocPointer(self
, *_args
, **_kwargs
): 
 659         val 
= apply(stc_c
.wxStyledTextCtrl_GetDocPointer
,(self
,) + _args
, _kwargs
) 
 661     def SetDocPointer(self
, *_args
, **_kwargs
): 
 662         val 
= apply(stc_c
.wxStyledTextCtrl_SetDocPointer
,(self
,) + _args
, _kwargs
) 
 664     def SetModEventMask(self
, *_args
, **_kwargs
): 
 665         val 
= apply(stc_c
.wxStyledTextCtrl_SetModEventMask
,(self
,) + _args
, _kwargs
) 
 667     def GetEdgeColumn(self
, *_args
, **_kwargs
): 
 668         val 
= apply(stc_c
.wxStyledTextCtrl_GetEdgeColumn
,(self
,) + _args
, _kwargs
) 
 670     def SetEdgeColumn(self
, *_args
, **_kwargs
): 
 671         val 
= apply(stc_c
.wxStyledTextCtrl_SetEdgeColumn
,(self
,) + _args
, _kwargs
) 
 673     def GetEdgeMode(self
, *_args
, **_kwargs
): 
 674         val 
= apply(stc_c
.wxStyledTextCtrl_GetEdgeMode
,(self
,) + _args
, _kwargs
) 
 676     def SetEdgeMode(self
, *_args
, **_kwargs
): 
 677         val 
= apply(stc_c
.wxStyledTextCtrl_SetEdgeMode
,(self
,) + _args
, _kwargs
) 
 679     def GetEdgeColour(self
, *_args
, **_kwargs
): 
 680         val 
= apply(stc_c
.wxStyledTextCtrl_GetEdgeColour
,(self
,) + _args
, _kwargs
) 
 681         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
 683     def SetEdgeColour(self
, *_args
, **_kwargs
): 
 684         val 
= apply(stc_c
.wxStyledTextCtrl_SetEdgeColour
,(self
,) + _args
, _kwargs
) 
 686     def SearchAnchor(self
, *_args
, **_kwargs
): 
 687         val 
= apply(stc_c
.wxStyledTextCtrl_SearchAnchor
,(self
,) + _args
, _kwargs
) 
 689     def SearchNext(self
, *_args
, **_kwargs
): 
 690         val 
= apply(stc_c
.wxStyledTextCtrl_SearchNext
,(self
,) + _args
, _kwargs
) 
 692     def SearchPrev(self
, *_args
, **_kwargs
): 
 693         val 
= apply(stc_c
.wxStyledTextCtrl_SearchPrev
,(self
,) + _args
, _kwargs
) 
 695     def SetCaretPolicy(self
, *_args
, **_kwargs
): 
 696         val 
= apply(stc_c
.wxStyledTextCtrl_SetCaretPolicy
,(self
,) + _args
, _kwargs
) 
 698     def LinesOnScreen(self
, *_args
, **_kwargs
): 
 699         val 
= apply(stc_c
.wxStyledTextCtrl_LinesOnScreen
,(self
,) + _args
, _kwargs
) 
 701     def UsePopUp(self
, *_args
, **_kwargs
): 
 702         val 
= apply(stc_c
.wxStyledTextCtrl_UsePopUp
,(self
,) + _args
, _kwargs
) 
 704     def SelectionIsRectangle(self
, *_args
, **_kwargs
): 
 705         val 
= apply(stc_c
.wxStyledTextCtrl_SelectionIsRectangle
,(self
,) + _args
, _kwargs
) 
 707     def SetZoom(self
, *_args
, **_kwargs
): 
 708         val 
= apply(stc_c
.wxStyledTextCtrl_SetZoom
,(self
,) + _args
, _kwargs
) 
 710     def GetZoom(self
, *_args
, **_kwargs
): 
 711         val 
= apply(stc_c
.wxStyledTextCtrl_GetZoom
,(self
,) + _args
, _kwargs
) 
 713     def CreateDocument(self
, *_args
, **_kwargs
): 
 714         val 
= apply(stc_c
.wxStyledTextCtrl_CreateDocument
,(self
,) + _args
, _kwargs
) 
 716     def AddRefDocument(self
, *_args
, **_kwargs
): 
 717         val 
= apply(stc_c
.wxStyledTextCtrl_AddRefDocument
,(self
,) + _args
, _kwargs
) 
 719     def ReleaseDocument(self
, *_args
, **_kwargs
): 
 720         val 
= apply(stc_c
.wxStyledTextCtrl_ReleaseDocument
,(self
,) + _args
, _kwargs
) 
 722     def GetModEventMask(self
, *_args
, **_kwargs
): 
 723         val 
= apply(stc_c
.wxStyledTextCtrl_GetModEventMask
,(self
,) + _args
, _kwargs
) 
 725     def StartRecord(self
, *_args
, **_kwargs
): 
 726         val 
= apply(stc_c
.wxStyledTextCtrl_StartRecord
,(self
,) + _args
, _kwargs
) 
 728     def StopRecord(self
, *_args
, **_kwargs
): 
 729         val 
= apply(stc_c
.wxStyledTextCtrl_StopRecord
,(self
,) + _args
, _kwargs
) 
 731     def SetLexer(self
, *_args
, **_kwargs
): 
 732         val 
= apply(stc_c
.wxStyledTextCtrl_SetLexer
,(self
,) + _args
, _kwargs
) 
 734     def GetLexer(self
, *_args
, **_kwargs
): 
 735         val 
= apply(stc_c
.wxStyledTextCtrl_GetLexer
,(self
,) + _args
, _kwargs
) 
 737     def Colourise(self
, *_args
, **_kwargs
): 
 738         val 
= apply(stc_c
.wxStyledTextCtrl_Colourise
,(self
,) + _args
, _kwargs
) 
 740     def SetProperty(self
, *_args
, **_kwargs
): 
 741         val 
= apply(stc_c
.wxStyledTextCtrl_SetProperty
,(self
,) + _args
, _kwargs
) 
 743     def SetKeyWords(self
, *_args
, **_kwargs
): 
 744         val 
= apply(stc_c
.wxStyledTextCtrl_SetKeyWords
,(self
,) + _args
, _kwargs
) 
 746     def GetCurrentLine(self
, *_args
, **_kwargs
): 
 747         val 
= apply(stc_c
.wxStyledTextCtrl_GetCurrentLine
,(self
,) + _args
, _kwargs
) 
 749     def StyleSetSpec(self
, *_args
, **_kwargs
): 
 750         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetSpec
,(self
,) + _args
, _kwargs
) 
 752     def StyleSetFont(self
, *_args
, **_kwargs
): 
 753         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetFont
,(self
,) + _args
, _kwargs
) 
 755     def StyleSetFontAttr(self
, *_args
, **_kwargs
): 
 756         val 
= apply(stc_c
.wxStyledTextCtrl_StyleSetFontAttr
,(self
,) + _args
, _kwargs
) 
 758     def CmdKeyExecute(self
, *_args
, **_kwargs
): 
 759         val 
= apply(stc_c
.wxStyledTextCtrl_CmdKeyExecute
,(self
,) + _args
, _kwargs
) 
 761     def SetMargins(self
, *_args
, **_kwargs
): 
 762         val 
= apply(stc_c
.wxStyledTextCtrl_SetMargins
,(self
,) + _args
, _kwargs
) 
 764     def GetSelection(self
, *_args
, **_kwargs
): 
 765         val 
= apply(stc_c
.wxStyledTextCtrl_GetSelection
,(self
,) + _args
, _kwargs
) 
 767     def PointFromPosition(self
, *_args
, **_kwargs
): 
 768         val 
= apply(stc_c
.wxStyledTextCtrl_PointFromPosition
,(self
,) + _args
, _kwargs
) 
 769         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 771     def ScrollToLine(self
, *_args
, **_kwargs
): 
 772         val 
= apply(stc_c
.wxStyledTextCtrl_ScrollToLine
,(self
,) + _args
, _kwargs
) 
 774     def ScrollToColumn(self
, *_args
, **_kwargs
): 
 775         val 
= apply(stc_c
.wxStyledTextCtrl_ScrollToColumn
,(self
,) + _args
, _kwargs
) 
 778         return "<C wxStyledTextCtrl instance at %s>" % (self
.this
,) 
 779 class wxStyledTextCtrl(wxStyledTextCtrlPtr
): 
 780     def __init__(self
,*_args
,**_kwargs
): 
 781         self
.this 
= apply(stc_c
.new_wxStyledTextCtrl
,_args
,_kwargs
) 
 787 class wxStyledTextEventPtr(wxCommandEventPtr
): 
 788     def __init__(self
,this
): 
 791     def __del__(self
,stc_c
=stc_c
): 
 792         if self
.thisown 
== 1 : 
 793             stc_c
.delete_wxStyledTextEvent(self
) 
 794     def SetPosition(self
, *_args
, **_kwargs
): 
 795         val 
= apply(stc_c
.wxStyledTextEvent_SetPosition
,(self
,) + _args
, _kwargs
) 
 797     def SetKey(self
, *_args
, **_kwargs
): 
 798         val 
= apply(stc_c
.wxStyledTextEvent_SetKey
,(self
,) + _args
, _kwargs
) 
 800     def SetModifiers(self
, *_args
, **_kwargs
): 
 801         val 
= apply(stc_c
.wxStyledTextEvent_SetModifiers
,(self
,) + _args
, _kwargs
) 
 803     def SetModificationType(self
, *_args
, **_kwargs
): 
 804         val 
= apply(stc_c
.wxStyledTextEvent_SetModificationType
,(self
,) + _args
, _kwargs
) 
 806     def SetText(self
, *_args
, **_kwargs
): 
 807         val 
= apply(stc_c
.wxStyledTextEvent_SetText
,(self
,) + _args
, _kwargs
) 
 809     def SetLength(self
, *_args
, **_kwargs
): 
 810         val 
= apply(stc_c
.wxStyledTextEvent_SetLength
,(self
,) + _args
, _kwargs
) 
 812     def SetLinesAdded(self
, *_args
, **_kwargs
): 
 813         val 
= apply(stc_c
.wxStyledTextEvent_SetLinesAdded
,(self
,) + _args
, _kwargs
) 
 815     def SetLine(self
, *_args
, **_kwargs
): 
 816         val 
= apply(stc_c
.wxStyledTextEvent_SetLine
,(self
,) + _args
, _kwargs
) 
 818     def SetFoldLevelNow(self
, *_args
, **_kwargs
): 
 819         val 
= apply(stc_c
.wxStyledTextEvent_SetFoldLevelNow
,(self
,) + _args
, _kwargs
) 
 821     def SetFoldLevelPrev(self
, *_args
, **_kwargs
): 
 822         val 
= apply(stc_c
.wxStyledTextEvent_SetFoldLevelPrev
,(self
,) + _args
, _kwargs
) 
 824     def SetMargin(self
, *_args
, **_kwargs
): 
 825         val 
= apply(stc_c
.wxStyledTextEvent_SetMargin
,(self
,) + _args
, _kwargs
) 
 827     def SetMessage(self
, *_args
, **_kwargs
): 
 828         val 
= apply(stc_c
.wxStyledTextEvent_SetMessage
,(self
,) + _args
, _kwargs
) 
 830     def SetWParam(self
, *_args
, **_kwargs
): 
 831         val 
= apply(stc_c
.wxStyledTextEvent_SetWParam
,(self
,) + _args
, _kwargs
) 
 833     def SetLParam(self
, *_args
, **_kwargs
): 
 834         val 
= apply(stc_c
.wxStyledTextEvent_SetLParam
,(self
,) + _args
, _kwargs
) 
 836     def GetPosition(self
, *_args
, **_kwargs
): 
 837         val 
= apply(stc_c
.wxStyledTextEvent_GetPosition
,(self
,) + _args
, _kwargs
) 
 839     def GetKey(self
, *_args
, **_kwargs
): 
 840         val 
= apply(stc_c
.wxStyledTextEvent_GetKey
,(self
,) + _args
, _kwargs
) 
 842     def GetModifiers(self
, *_args
, **_kwargs
): 
 843         val 
= apply(stc_c
.wxStyledTextEvent_GetModifiers
,(self
,) + _args
, _kwargs
) 
 845     def GetModificationType(self
, *_args
, **_kwargs
): 
 846         val 
= apply(stc_c
.wxStyledTextEvent_GetModificationType
,(self
,) + _args
, _kwargs
) 
 848     def GetText(self
, *_args
, **_kwargs
): 
 849         val 
= apply(stc_c
.wxStyledTextEvent_GetText
,(self
,) + _args
, _kwargs
) 
 851     def GetLength(self
, *_args
, **_kwargs
): 
 852         val 
= apply(stc_c
.wxStyledTextEvent_GetLength
,(self
,) + _args
, _kwargs
) 
 854     def GetLinesAdded(self
, *_args
, **_kwargs
): 
 855         val 
= apply(stc_c
.wxStyledTextEvent_GetLinesAdded
,(self
,) + _args
, _kwargs
) 
 857     def GetLine(self
, *_args
, **_kwargs
): 
 858         val 
= apply(stc_c
.wxStyledTextEvent_GetLine
,(self
,) + _args
, _kwargs
) 
 860     def GetFoldLevelNow(self
, *_args
, **_kwargs
): 
 861         val 
= apply(stc_c
.wxStyledTextEvent_GetFoldLevelNow
,(self
,) + _args
, _kwargs
) 
 863     def GetFoldLevelPrev(self
, *_args
, **_kwargs
): 
 864         val 
= apply(stc_c
.wxStyledTextEvent_GetFoldLevelPrev
,(self
,) + _args
, _kwargs
) 
 866     def GetMargin(self
, *_args
, **_kwargs
): 
 867         val 
= apply(stc_c
.wxStyledTextEvent_GetMargin
,(self
,) + _args
, _kwargs
) 
 869     def GetMessage(self
, *_args
, **_kwargs
): 
 870         val 
= apply(stc_c
.wxStyledTextEvent_GetMessage
,(self
,) + _args
, _kwargs
) 
 872     def GetWParam(self
, *_args
, **_kwargs
): 
 873         val 
= apply(stc_c
.wxStyledTextEvent_GetWParam
,(self
,) + _args
, _kwargs
) 
 875     def GetLParam(self
, *_args
, **_kwargs
): 
 876         val 
= apply(stc_c
.wxStyledTextEvent_GetLParam
,(self
,) + _args
, _kwargs
) 
 878     def GetShift(self
, *_args
, **_kwargs
): 
 879         val 
= apply(stc_c
.wxStyledTextEvent_GetShift
,(self
,) + _args
, _kwargs
) 
 881     def GetControl(self
, *_args
, **_kwargs
): 
 882         val 
= apply(stc_c
.wxStyledTextEvent_GetControl
,(self
,) + _args
, _kwargs
) 
 884     def GetAlt(self
, *_args
, **_kwargs
): 
 885         val 
= apply(stc_c
.wxStyledTextEvent_GetAlt
,(self
,) + _args
, _kwargs
) 
 887     def CopyObject(self
, *_args
, **_kwargs
): 
 888         val 
= apply(stc_c
.wxStyledTextEvent_CopyObject
,(self
,) + _args
, _kwargs
) 
 891         return "<C wxStyledTextEvent instance at %s>" % (self
.this
,) 
 892 class wxStyledTextEvent(wxStyledTextEventPtr
): 
 893     def __init__(self
,*_args
,**_kwargs
): 
 894         self
.this 
= apply(stc_c
.new_wxStyledTextEvent
,_args
,_kwargs
) 
 902 #-------------- FUNCTION WRAPPERS ------------------ 
 906 #-------------- VARIABLE WRAPPERS ------------------ 
 908 wxSTC_INVALID_POSITION 
= stc_c
.wxSTC_INVALID_POSITION
 
 909 wxSTC_START 
= stc_c
.wxSTC_START
 
 910 wxSTC_OPTIONAL_START 
= stc_c
.wxSTC_OPTIONAL_START
 
 911 wxSTC_LEXER_START 
= stc_c
.wxSTC_LEXER_START
 
 912 wxSTC_CMD_REDO 
= stc_c
.wxSTC_CMD_REDO
 
 913 wxSTC_CMD_SELECTALL 
= stc_c
.wxSTC_CMD_SELECTALL
 
 914 wxSTC_WS_INVISIBLE 
= stc_c
.wxSTC_WS_INVISIBLE
 
 915 wxSTC_WS_VISIBLEALWAYS 
= stc_c
.wxSTC_WS_VISIBLEALWAYS
 
 916 wxSTC_WS_VISIBLEAFTERINDENT 
= stc_c
.wxSTC_WS_VISIBLEAFTERINDENT
 
 917 wxSTC_EOL_CRLF 
= stc_c
.wxSTC_EOL_CRLF
 
 918 wxSTC_EOL_CR 
= stc_c
.wxSTC_EOL_CR
 
 919 wxSTC_EOL_LF 
= stc_c
.wxSTC_EOL_LF
 
 920 wxSTC_CP_UTF8 
= stc_c
.wxSTC_CP_UTF8
 
 921 wxSTC_MARKER_MAX 
= stc_c
.wxSTC_MARKER_MAX
 
 922 wxSTC_MARK_CIRCLE 
= stc_c
.wxSTC_MARK_CIRCLE
 
 923 wxSTC_MARK_ROUNDRECT 
= stc_c
.wxSTC_MARK_ROUNDRECT
 
 924 wxSTC_MARK_ARROW 
= stc_c
.wxSTC_MARK_ARROW
 
 925 wxSTC_MARK_SMALLRECT 
= stc_c
.wxSTC_MARK_SMALLRECT
 
 926 wxSTC_MARK_SHORTARROW 
= stc_c
.wxSTC_MARK_SHORTARROW
 
 927 wxSTC_MARK_EMPTY 
= stc_c
.wxSTC_MARK_EMPTY
 
 928 wxSTC_MARK_ARROWDOWN 
= stc_c
.wxSTC_MARK_ARROWDOWN
 
 929 wxSTC_MARK_MINUS 
= stc_c
.wxSTC_MARK_MINUS
 
 930 wxSTC_MARK_PLUS 
= stc_c
.wxSTC_MARK_PLUS
 
 931 wxSTC_MARKNUM_FOLDER 
= stc_c
.wxSTC_MARKNUM_FOLDER
 
 932 wxSTC_MARKNUM_FOLDEROPEN 
= stc_c
.wxSTC_MARKNUM_FOLDEROPEN
 
 933 wxSTC_MARGIN_SYMBOL 
= stc_c
.wxSTC_MARGIN_SYMBOL
 
 934 wxSTC_MARGIN_NUMBER 
= stc_c
.wxSTC_MARGIN_NUMBER
 
 935 wxSTC_STYLE_DEFAULT 
= stc_c
.wxSTC_STYLE_DEFAULT
 
 936 wxSTC_STYLE_LINENUMBER 
= stc_c
.wxSTC_STYLE_LINENUMBER
 
 937 wxSTC_STYLE_BRACELIGHT 
= stc_c
.wxSTC_STYLE_BRACELIGHT
 
 938 wxSTC_STYLE_BRACEBAD 
= stc_c
.wxSTC_STYLE_BRACEBAD
 
 939 wxSTC_STYLE_CONTROLCHAR 
= stc_c
.wxSTC_STYLE_CONTROLCHAR
 
 940 wxSTC_STYLE_INDENTGUIDE 
= stc_c
.wxSTC_STYLE_INDENTGUIDE
 
 941 wxSTC_STYLE_MAX 
= stc_c
.wxSTC_STYLE_MAX
 
 942 wxSTC_CHARSET_ANSI 
= stc_c
.wxSTC_CHARSET_ANSI
 
 943 wxSTC_CHARSET_DEFAULT 
= stc_c
.wxSTC_CHARSET_DEFAULT
 
 944 wxSTC_CHARSET_BALTIC 
= stc_c
.wxSTC_CHARSET_BALTIC
 
 945 wxSTC_CHARSET_CHINESEBIG5 
= stc_c
.wxSTC_CHARSET_CHINESEBIG5
 
 946 wxSTC_CHARSET_EASTEUROPE 
= stc_c
.wxSTC_CHARSET_EASTEUROPE
 
 947 wxSTC_CHARSET_GB2312 
= stc_c
.wxSTC_CHARSET_GB2312
 
 948 wxSTC_CHARSET_GREEK 
= stc_c
.wxSTC_CHARSET_GREEK
 
 949 wxSTC_CHARSET_HANGUL 
= stc_c
.wxSTC_CHARSET_HANGUL
 
 950 wxSTC_CHARSET_MAC 
= stc_c
.wxSTC_CHARSET_MAC
 
 951 wxSTC_CHARSET_OEM 
= stc_c
.wxSTC_CHARSET_OEM
 
 952 wxSTC_CHARSET_RUSSIAN 
= stc_c
.wxSTC_CHARSET_RUSSIAN
 
 953 wxSTC_CHARSET_SHIFTJIS 
= stc_c
.wxSTC_CHARSET_SHIFTJIS
 
 954 wxSTC_CHARSET_SYMBOL 
= stc_c
.wxSTC_CHARSET_SYMBOL
 
 955 wxSTC_CHARSET_TURKISH 
= stc_c
.wxSTC_CHARSET_TURKISH
 
 956 wxSTC_CHARSET_JOHAB 
= stc_c
.wxSTC_CHARSET_JOHAB
 
 957 wxSTC_CHARSET_HEBREW 
= stc_c
.wxSTC_CHARSET_HEBREW
 
 958 wxSTC_CHARSET_ARABIC 
= stc_c
.wxSTC_CHARSET_ARABIC
 
 959 wxSTC_CHARSET_VIETNAMESE 
= stc_c
.wxSTC_CHARSET_VIETNAMESE
 
 960 wxSTC_CHARSET_THAI 
= stc_c
.wxSTC_CHARSET_THAI
 
 961 wxSTC_INDIC_MAX 
= stc_c
.wxSTC_INDIC_MAX
 
 962 wxSTC_INDIC_PLAIN 
= stc_c
.wxSTC_INDIC_PLAIN
 
 963 wxSTC_INDIC_SQUIGGLE 
= stc_c
.wxSTC_INDIC_SQUIGGLE
 
 964 wxSTC_INDIC_TT 
= stc_c
.wxSTC_INDIC_TT
 
 965 wxSTC_INDIC_DIAGONAL 
= stc_c
.wxSTC_INDIC_DIAGONAL
 
 966 wxSTC_INDIC_STRIKE 
= stc_c
.wxSTC_INDIC_STRIKE
 
 967 wxSTC_INDIC0_MASK 
= stc_c
.wxSTC_INDIC0_MASK
 
 968 wxSTC_INDIC1_MASK 
= stc_c
.wxSTC_INDIC1_MASK
 
 969 wxSTC_INDIC2_MASK 
= stc_c
.wxSTC_INDIC2_MASK
 
 970 wxSTC_INDICS_MASK 
= stc_c
.wxSTC_INDICS_MASK
 
 971 wxSTC_PRINT_NORMAL 
= stc_c
.wxSTC_PRINT_NORMAL
 
 972 wxSTC_PRINT_INVERTLIGHT 
= stc_c
.wxSTC_PRINT_INVERTLIGHT
 
 973 wxSTC_PRINT_BLACKONWHITE 
= stc_c
.wxSTC_PRINT_BLACKONWHITE
 
 974 wxSTC_FIND_DOWN 
= stc_c
.wxSTC_FIND_DOWN
 
 975 wxSTC_FIND_WHOLEWORD 
= stc_c
.wxSTC_FIND_WHOLEWORD
 
 976 wxSTC_FIND_MATCHCASE 
= stc_c
.wxSTC_FIND_MATCHCASE
 
 977 wxSTC_FIND_WORDSTART 
= stc_c
.wxSTC_FIND_WORDSTART
 
 978 wxSTC_FIND_REGEXP 
= stc_c
.wxSTC_FIND_REGEXP
 
 979 wxSTC_CMD_UNDO 
= stc_c
.wxSTC_CMD_UNDO
 
 980 wxSTC_CMD_CUT 
= stc_c
.wxSTC_CMD_CUT
 
 981 wxSTC_CMD_COPY 
= stc_c
.wxSTC_CMD_COPY
 
 982 wxSTC_CMD_PASTE 
= stc_c
.wxSTC_CMD_PASTE
 
 983 wxSTC_FOLDLEVELBASE 
= stc_c
.wxSTC_FOLDLEVELBASE
 
 984 wxSTC_FOLDLEVELWHITEFLAG 
= stc_c
.wxSTC_FOLDLEVELWHITEFLAG
 
 985 wxSTC_FOLDLEVELHEADERFLAG 
= stc_c
.wxSTC_FOLDLEVELHEADERFLAG
 
 986 wxSTC_FOLDLEVELNUMBERMASK 
= stc_c
.wxSTC_FOLDLEVELNUMBERMASK
 
 987 wxSTC_CMD_LINEDOWN 
= stc_c
.wxSTC_CMD_LINEDOWN
 
 988 wxSTC_CMD_LINEDOWNEXTEND 
= stc_c
.wxSTC_CMD_LINEDOWNEXTEND
 
 989 wxSTC_CMD_LINEUP 
= stc_c
.wxSTC_CMD_LINEUP
 
 990 wxSTC_CMD_LINEUPEXTEND 
= stc_c
.wxSTC_CMD_LINEUPEXTEND
 
 991 wxSTC_CMD_CHARLEFT 
= stc_c
.wxSTC_CMD_CHARLEFT
 
 992 wxSTC_CMD_CHARLEFTEXTEND 
= stc_c
.wxSTC_CMD_CHARLEFTEXTEND
 
 993 wxSTC_CMD_CHARRIGHT 
= stc_c
.wxSTC_CMD_CHARRIGHT
 
 994 wxSTC_CMD_CHARRIGHTEXTEND 
= stc_c
.wxSTC_CMD_CHARRIGHTEXTEND
 
 995 wxSTC_CMD_WORDLEFT 
= stc_c
.wxSTC_CMD_WORDLEFT
 
 996 wxSTC_CMD_WORDLEFTEXTEND 
= stc_c
.wxSTC_CMD_WORDLEFTEXTEND
 
 997 wxSTC_CMD_WORDRIGHT 
= stc_c
.wxSTC_CMD_WORDRIGHT
 
 998 wxSTC_CMD_WORDRIGHTEXTEND 
= stc_c
.wxSTC_CMD_WORDRIGHTEXTEND
 
 999 wxSTC_CMD_HOME 
= stc_c
.wxSTC_CMD_HOME
 
1000 wxSTC_CMD_HOMEEXTEND 
= stc_c
.wxSTC_CMD_HOMEEXTEND
 
1001 wxSTC_CMD_LINEEND 
= stc_c
.wxSTC_CMD_LINEEND
 
1002 wxSTC_CMD_LINEENDEXTEND 
= stc_c
.wxSTC_CMD_LINEENDEXTEND
 
1003 wxSTC_CMD_DOCUMENTSTART 
= stc_c
.wxSTC_CMD_DOCUMENTSTART
 
1004 wxSTC_CMD_DOCUMENTSTARTEXTEND 
= stc_c
.wxSTC_CMD_DOCUMENTSTARTEXTEND
 
1005 wxSTC_CMD_DOCUMENTEND 
= stc_c
.wxSTC_CMD_DOCUMENTEND
 
1006 wxSTC_CMD_DOCUMENTENDEXTEND 
= stc_c
.wxSTC_CMD_DOCUMENTENDEXTEND
 
1007 wxSTC_CMD_PAGEUP 
= stc_c
.wxSTC_CMD_PAGEUP
 
1008 wxSTC_CMD_PAGEUPEXTEND 
= stc_c
.wxSTC_CMD_PAGEUPEXTEND
 
1009 wxSTC_CMD_PAGEDOWN 
= stc_c
.wxSTC_CMD_PAGEDOWN
 
1010 wxSTC_CMD_PAGEDOWNEXTEND 
= stc_c
.wxSTC_CMD_PAGEDOWNEXTEND
 
1011 wxSTC_CMD_EDITTOGGLEOVERTYPE 
= stc_c
.wxSTC_CMD_EDITTOGGLEOVERTYPE
 
1012 wxSTC_CMD_CANCEL 
= stc_c
.wxSTC_CMD_CANCEL
 
1013 wxSTC_CMD_DELETEBACK 
= stc_c
.wxSTC_CMD_DELETEBACK
 
1014 wxSTC_CMD_TAB 
= stc_c
.wxSTC_CMD_TAB
 
1015 wxSTC_CMD_BACKTAB 
= stc_c
.wxSTC_CMD_BACKTAB
 
1016 wxSTC_CMD_NEWLINE 
= stc_c
.wxSTC_CMD_NEWLINE
 
1017 wxSTC_CMD_FORMFEED 
= stc_c
.wxSTC_CMD_FORMFEED
 
1018 wxSTC_CMD_VCHOME 
= stc_c
.wxSTC_CMD_VCHOME
 
1019 wxSTC_CMD_VCHOMEEXTEND 
= stc_c
.wxSTC_CMD_VCHOMEEXTEND
 
1020 wxSTC_CMD_ZOOMIN 
= stc_c
.wxSTC_CMD_ZOOMIN
 
1021 wxSTC_CMD_ZOOMOUT 
= stc_c
.wxSTC_CMD_ZOOMOUT
 
1022 wxSTC_CMD_DELWORDLEFT 
= stc_c
.wxSTC_CMD_DELWORDLEFT
 
1023 wxSTC_CMD_DELWORDRIGHT 
= stc_c
.wxSTC_CMD_DELWORDRIGHT
 
1024 wxSTC_CMD_LINECUT 
= stc_c
.wxSTC_CMD_LINECUT
 
1025 wxSTC_CMD_LINEDELETE 
= stc_c
.wxSTC_CMD_LINEDELETE
 
1026 wxSTC_CMD_LINETRANSPOSE 
= stc_c
.wxSTC_CMD_LINETRANSPOSE
 
1027 wxSTC_CMD_LOWERCASE 
= stc_c
.wxSTC_CMD_LOWERCASE
 
1028 wxSTC_CMD_UPPERCASE 
= stc_c
.wxSTC_CMD_UPPERCASE
 
1029 wxSTC_CMD_LINESCROLLDOWN 
= stc_c
.wxSTC_CMD_LINESCROLLDOWN
 
1030 wxSTC_CMD_LINESCROLLUP 
= stc_c
.wxSTC_CMD_LINESCROLLUP
 
1031 wxSTC_EDGE_NONE 
= stc_c
.wxSTC_EDGE_NONE
 
1032 wxSTC_EDGE_LINE 
= stc_c
.wxSTC_EDGE_LINE
 
1033 wxSTC_EDGE_BACKGROUND 
= stc_c
.wxSTC_EDGE_BACKGROUND
 
1034 wxSTC_CARET_SLOP 
= stc_c
.wxSTC_CARET_SLOP
 
1035 wxSTC_CARET_CENTER 
= stc_c
.wxSTC_CARET_CENTER
 
1036 wxSTC_CARET_STRICT 
= stc_c
.wxSTC_CARET_STRICT
 
1037 wxSTC_MOD_INSERTTEXT 
= stc_c
.wxSTC_MOD_INSERTTEXT
 
1038 wxSTC_MOD_DELETETEXT 
= stc_c
.wxSTC_MOD_DELETETEXT
 
1039 wxSTC_MOD_CHANGESTYLE 
= stc_c
.wxSTC_MOD_CHANGESTYLE
 
1040 wxSTC_MOD_CHANGEFOLD 
= stc_c
.wxSTC_MOD_CHANGEFOLD
 
1041 wxSTC_PERFORMED_USER 
= stc_c
.wxSTC_PERFORMED_USER
 
1042 wxSTC_PERFORMED_UNDO 
= stc_c
.wxSTC_PERFORMED_UNDO
 
1043 wxSTC_PERFORMED_REDO 
= stc_c
.wxSTC_PERFORMED_REDO
 
1044 wxSTC_LASTSTEPINUNDOREDO 
= stc_c
.wxSTC_LASTSTEPINUNDOREDO
 
1045 wxSTC_MOD_CHANGEMARKER 
= stc_c
.wxSTC_MOD_CHANGEMARKER
 
1046 wxSTC_MOD_BEFOREINSERT 
= stc_c
.wxSTC_MOD_BEFOREINSERT
 
1047 wxSTC_MOD_BEFOREDELETE 
= stc_c
.wxSTC_MOD_BEFOREDELETE
 
1048 wxSTC_MODEVENTMASKALL 
= stc_c
.wxSTC_MODEVENTMASKALL
 
1049 wxSTC_KEY_DOWN 
= stc_c
.wxSTC_KEY_DOWN
 
1050 wxSTC_KEY_UP 
= stc_c
.wxSTC_KEY_UP
 
1051 wxSTC_KEY_LEFT 
= stc_c
.wxSTC_KEY_LEFT
 
1052 wxSTC_KEY_RIGHT 
= stc_c
.wxSTC_KEY_RIGHT
 
1053 wxSTC_KEY_HOME 
= stc_c
.wxSTC_KEY_HOME
 
1054 wxSTC_KEY_END 
= stc_c
.wxSTC_KEY_END
 
1055 wxSTC_KEY_PRIOR 
= stc_c
.wxSTC_KEY_PRIOR
 
1056 wxSTC_KEY_NEXT 
= stc_c
.wxSTC_KEY_NEXT
 
1057 wxSTC_KEY_DELETE 
= stc_c
.wxSTC_KEY_DELETE
 
1058 wxSTC_KEY_INSERT 
= stc_c
.wxSTC_KEY_INSERT
 
1059 wxSTC_KEY_ESCAPE 
= stc_c
.wxSTC_KEY_ESCAPE
 
1060 wxSTC_KEY_BACK 
= stc_c
.wxSTC_KEY_BACK
 
1061 wxSTC_KEY_TAB 
= stc_c
.wxSTC_KEY_TAB
 
1062 wxSTC_KEY_RETURN 
= stc_c
.wxSTC_KEY_RETURN
 
1063 wxSTC_KEY_ADD 
= stc_c
.wxSTC_KEY_ADD
 
1064 wxSTC_KEY_SUBTRACT 
= stc_c
.wxSTC_KEY_SUBTRACT
 
1065 wxSTC_KEY_DIVIDE 
= stc_c
.wxSTC_KEY_DIVIDE
 
1066 wxSTC_SCMOD_SHIFT 
= stc_c
.wxSTC_SCMOD_SHIFT
 
1067 wxSTC_SCMOD_CTRL 
= stc_c
.wxSTC_SCMOD_CTRL
 
1068 wxSTC_SCMOD_ALT 
= stc_c
.wxSTC_SCMOD_ALT
 
1069 wxSTC_LEX_CONTAINER 
= stc_c
.wxSTC_LEX_CONTAINER
 
1070 wxSTC_LEX_NULL 
= stc_c
.wxSTC_LEX_NULL
 
1071 wxSTC_LEX_PYTHON 
= stc_c
.wxSTC_LEX_PYTHON
 
1072 wxSTC_LEX_CPP 
= stc_c
.wxSTC_LEX_CPP
 
1073 wxSTC_LEX_HTML 
= stc_c
.wxSTC_LEX_HTML
 
1074 wxSTC_LEX_XML 
= stc_c
.wxSTC_LEX_XML
 
1075 wxSTC_LEX_PERL 
= stc_c
.wxSTC_LEX_PERL
 
1076 wxSTC_LEX_SQL 
= stc_c
.wxSTC_LEX_SQL
 
1077 wxSTC_LEX_VB 
= stc_c
.wxSTC_LEX_VB
 
1078 wxSTC_LEX_PROPERTIES 
= stc_c
.wxSTC_LEX_PROPERTIES
 
1079 wxSTC_LEX_ERRORLIST 
= stc_c
.wxSTC_LEX_ERRORLIST
 
1080 wxSTC_LEX_MAKEFILE 
= stc_c
.wxSTC_LEX_MAKEFILE
 
1081 wxSTC_LEX_BATCH 
= stc_c
.wxSTC_LEX_BATCH
 
1082 wxSTC_LEX_XCODE 
= stc_c
.wxSTC_LEX_XCODE
 
1083 wxSTC_LEX_LATEX 
= stc_c
.wxSTC_LEX_LATEX
 
1084 wxSTC_LEX_LUA 
= stc_c
.wxSTC_LEX_LUA
 
1085 wxSTC_LEX_DIFF 
= stc_c
.wxSTC_LEX_DIFF
 
1086 wxSTC_P_DEFAULT 
= stc_c
.wxSTC_P_DEFAULT
 
1087 wxSTC_P_COMMENTLINE 
= stc_c
.wxSTC_P_COMMENTLINE
 
1088 wxSTC_P_NUMBER 
= stc_c
.wxSTC_P_NUMBER
 
1089 wxSTC_P_STRING 
= stc_c
.wxSTC_P_STRING
 
1090 wxSTC_P_CHARACTER 
= stc_c
.wxSTC_P_CHARACTER
 
1091 wxSTC_P_WORD 
= stc_c
.wxSTC_P_WORD
 
1092 wxSTC_P_TRIPLE 
= stc_c
.wxSTC_P_TRIPLE
 
1093 wxSTC_P_TRIPLEDOUBLE 
= stc_c
.wxSTC_P_TRIPLEDOUBLE
 
1094 wxSTC_P_CLASSNAME 
= stc_c
.wxSTC_P_CLASSNAME
 
1095 wxSTC_P_DEFNAME 
= stc_c
.wxSTC_P_DEFNAME
 
1096 wxSTC_P_OPERATOR 
= stc_c
.wxSTC_P_OPERATOR
 
1097 wxSTC_P_IDENTIFIER 
= stc_c
.wxSTC_P_IDENTIFIER
 
1098 wxSTC_P_COMMENTBLOCK 
= stc_c
.wxSTC_P_COMMENTBLOCK
 
1099 wxSTC_P_STRINGEOL 
= stc_c
.wxSTC_P_STRINGEOL
 
1100 wxSTC_C_DEFAULT 
= stc_c
.wxSTC_C_DEFAULT
 
1101 wxSTC_C_COMMENT 
= stc_c
.wxSTC_C_COMMENT
 
1102 wxSTC_C_COMMENTLINE 
= stc_c
.wxSTC_C_COMMENTLINE
 
1103 wxSTC_C_COMMENTDOC 
= stc_c
.wxSTC_C_COMMENTDOC
 
1104 wxSTC_C_NUMBER 
= stc_c
.wxSTC_C_NUMBER
 
1105 wxSTC_C_WORD 
= stc_c
.wxSTC_C_WORD
 
1106 wxSTC_C_STRING 
= stc_c
.wxSTC_C_STRING
 
1107 wxSTC_C_CHARACTER 
= stc_c
.wxSTC_C_CHARACTER
 
1108 wxSTC_C_UUID 
= stc_c
.wxSTC_C_UUID
 
1109 wxSTC_C_PREPROCESSOR 
= stc_c
.wxSTC_C_PREPROCESSOR
 
1110 wxSTC_C_OPERATOR 
= stc_c
.wxSTC_C_OPERATOR
 
1111 wxSTC_C_IDENTIFIER 
= stc_c
.wxSTC_C_IDENTIFIER
 
1112 wxSTC_C_STRINGEOL 
= stc_c
.wxSTC_C_STRINGEOL
 
1113 wxSTC_C_VERBATIM 
= stc_c
.wxSTC_C_VERBATIM
 
1114 wxSTC_H_DEFAULT 
= stc_c
.wxSTC_H_DEFAULT
 
1115 wxSTC_H_TAG 
= stc_c
.wxSTC_H_TAG
 
1116 wxSTC_H_TAGUNKNOWN 
= stc_c
.wxSTC_H_TAGUNKNOWN
 
1117 wxSTC_H_ATTRIBUTE 
= stc_c
.wxSTC_H_ATTRIBUTE
 
1118 wxSTC_H_ATTRIBUTEUNKNOWN 
= stc_c
.wxSTC_H_ATTRIBUTEUNKNOWN
 
1119 wxSTC_H_NUMBER 
= stc_c
.wxSTC_H_NUMBER
 
1120 wxSTC_H_DOUBLESTRING 
= stc_c
.wxSTC_H_DOUBLESTRING
 
1121 wxSTC_H_SINGLESTRING 
= stc_c
.wxSTC_H_SINGLESTRING
 
1122 wxSTC_H_OTHER 
= stc_c
.wxSTC_H_OTHER
 
1123 wxSTC_H_COMMENT 
= stc_c
.wxSTC_H_COMMENT
 
1124 wxSTC_H_ENTITY 
= stc_c
.wxSTC_H_ENTITY
 
1125 wxSTC_H_TAGEND 
= stc_c
.wxSTC_H_TAGEND
 
1126 wxSTC_H_XMLSTART 
= stc_c
.wxSTC_H_XMLSTART
 
1127 wxSTC_H_XMLEND 
= stc_c
.wxSTC_H_XMLEND
 
1128 wxSTC_H_SCRIPT 
= stc_c
.wxSTC_H_SCRIPT
 
1129 wxSTC_H_ASP 
= stc_c
.wxSTC_H_ASP
 
1130 wxSTC_H_ASPAT 
= stc_c
.wxSTC_H_ASPAT
 
1131 wxSTC_H_CDATA 
= stc_c
.wxSTC_H_CDATA
 
1132 wxSTC_H_QUESTION 
= stc_c
.wxSTC_H_QUESTION
 
1133 wxSTC_H_VALUE 
= stc_c
.wxSTC_H_VALUE
 
1134 wxSTC_HJ_START 
= stc_c
.wxSTC_HJ_START
 
1135 wxSTC_HJ_DEFAULT 
= stc_c
.wxSTC_HJ_DEFAULT
 
1136 wxSTC_HJ_COMMENT 
= stc_c
.wxSTC_HJ_COMMENT
 
1137 wxSTC_HJ_COMMENTLINE 
= stc_c
.wxSTC_HJ_COMMENTLINE
 
1138 wxSTC_HJ_COMMENTDOC 
= stc_c
.wxSTC_HJ_COMMENTDOC
 
1139 wxSTC_HJ_NUMBER 
= stc_c
.wxSTC_HJ_NUMBER
 
1140 wxSTC_HJ_WORD 
= stc_c
.wxSTC_HJ_WORD
 
1141 wxSTC_HJ_KEYWORD 
= stc_c
.wxSTC_HJ_KEYWORD
 
1142 wxSTC_HJ_DOUBLESTRING 
= stc_c
.wxSTC_HJ_DOUBLESTRING
 
1143 wxSTC_HJ_SINGLESTRING 
= stc_c
.wxSTC_HJ_SINGLESTRING
 
1144 wxSTC_HJ_SYMBOLS 
= stc_c
.wxSTC_HJ_SYMBOLS
 
1145 wxSTC_HJ_STRINGEOL 
= stc_c
.wxSTC_HJ_STRINGEOL
 
1146 wxSTC_HJA_START 
= stc_c
.wxSTC_HJA_START
 
1147 wxSTC_HJA_DEFAULT 
= stc_c
.wxSTC_HJA_DEFAULT
 
1148 wxSTC_HJA_COMMENT 
= stc_c
.wxSTC_HJA_COMMENT
 
1149 wxSTC_HJA_COMMENTLINE 
= stc_c
.wxSTC_HJA_COMMENTLINE
 
1150 wxSTC_HJA_COMMENTDOC 
= stc_c
.wxSTC_HJA_COMMENTDOC
 
1151 wxSTC_HJA_NUMBER 
= stc_c
.wxSTC_HJA_NUMBER
 
1152 wxSTC_HJA_WORD 
= stc_c
.wxSTC_HJA_WORD
 
1153 wxSTC_HJA_KEYWORD 
= stc_c
.wxSTC_HJA_KEYWORD
 
1154 wxSTC_HJA_DOUBLESTRING 
= stc_c
.wxSTC_HJA_DOUBLESTRING
 
1155 wxSTC_HJA_SINGLESTRING 
= stc_c
.wxSTC_HJA_SINGLESTRING
 
1156 wxSTC_HJA_SYMBOLS 
= stc_c
.wxSTC_HJA_SYMBOLS
 
1157 wxSTC_HJA_STRINGEOL 
= stc_c
.wxSTC_HJA_STRINGEOL
 
1158 wxSTC_HB_START 
= stc_c
.wxSTC_HB_START
 
1159 wxSTC_HB_DEFAULT 
= stc_c
.wxSTC_HB_DEFAULT
 
1160 wxSTC_HB_COMMENTLINE 
= stc_c
.wxSTC_HB_COMMENTLINE
 
1161 wxSTC_HB_NUMBER 
= stc_c
.wxSTC_HB_NUMBER
 
1162 wxSTC_HB_WORD 
= stc_c
.wxSTC_HB_WORD
 
1163 wxSTC_HB_STRING 
= stc_c
.wxSTC_HB_STRING
 
1164 wxSTC_HB_IDENTIFIER 
= stc_c
.wxSTC_HB_IDENTIFIER
 
1165 wxSTC_HB_STRINGEOL 
= stc_c
.wxSTC_HB_STRINGEOL
 
1166 wxSTC_HBA_START 
= stc_c
.wxSTC_HBA_START
 
1167 wxSTC_HBA_DEFAULT 
= stc_c
.wxSTC_HBA_DEFAULT
 
1168 wxSTC_HBA_COMMENTLINE 
= stc_c
.wxSTC_HBA_COMMENTLINE
 
1169 wxSTC_HBA_NUMBER 
= stc_c
.wxSTC_HBA_NUMBER
 
1170 wxSTC_HBA_WORD 
= stc_c
.wxSTC_HBA_WORD
 
1171 wxSTC_HBA_STRING 
= stc_c
.wxSTC_HBA_STRING
 
1172 wxSTC_HBA_IDENTIFIER 
= stc_c
.wxSTC_HBA_IDENTIFIER
 
1173 wxSTC_HBA_STRINGEOL 
= stc_c
.wxSTC_HBA_STRINGEOL
 
1174 wxSTC_HP_START 
= stc_c
.wxSTC_HP_START
 
1175 wxSTC_HP_DEFAULT 
= stc_c
.wxSTC_HP_DEFAULT
 
1176 wxSTC_HP_COMMENTLINE 
= stc_c
.wxSTC_HP_COMMENTLINE
 
1177 wxSTC_HP_NUMBER 
= stc_c
.wxSTC_HP_NUMBER
 
1178 wxSTC_HP_STRING 
= stc_c
.wxSTC_HP_STRING
 
1179 wxSTC_HP_CHARACTER 
= stc_c
.wxSTC_HP_CHARACTER
 
1180 wxSTC_HP_WORD 
= stc_c
.wxSTC_HP_WORD
 
1181 wxSTC_HP_TRIPLE 
= stc_c
.wxSTC_HP_TRIPLE
 
1182 wxSTC_HP_TRIPLEDOUBLE 
= stc_c
.wxSTC_HP_TRIPLEDOUBLE
 
1183 wxSTC_HP_CLASSNAME 
= stc_c
.wxSTC_HP_CLASSNAME
 
1184 wxSTC_HP_DEFNAME 
= stc_c
.wxSTC_HP_DEFNAME
 
1185 wxSTC_HP_OPERATOR 
= stc_c
.wxSTC_HP_OPERATOR
 
1186 wxSTC_HP_IDENTIFIER 
= stc_c
.wxSTC_HP_IDENTIFIER
 
1187 wxSTC_HPA_START 
= stc_c
.wxSTC_HPA_START
 
1188 wxSTC_HPA_DEFAULT 
= stc_c
.wxSTC_HPA_DEFAULT
 
1189 wxSTC_HPA_COMMENTLINE 
= stc_c
.wxSTC_HPA_COMMENTLINE
 
1190 wxSTC_HPA_NUMBER 
= stc_c
.wxSTC_HPA_NUMBER
 
1191 wxSTC_HPA_STRING 
= stc_c
.wxSTC_HPA_STRING
 
1192 wxSTC_HPA_CHARACTER 
= stc_c
.wxSTC_HPA_CHARACTER
 
1193 wxSTC_HPA_WORD 
= stc_c
.wxSTC_HPA_WORD
 
1194 wxSTC_HPA_TRIPLE 
= stc_c
.wxSTC_HPA_TRIPLE
 
1195 wxSTC_HPA_TRIPLEDOUBLE 
= stc_c
.wxSTC_HPA_TRIPLEDOUBLE
 
1196 wxSTC_HPA_CLASSNAME 
= stc_c
.wxSTC_HPA_CLASSNAME
 
1197 wxSTC_HPA_DEFNAME 
= stc_c
.wxSTC_HPA_DEFNAME
 
1198 wxSTC_HPA_OPERATOR 
= stc_c
.wxSTC_HPA_OPERATOR
 
1199 wxSTC_HPA_IDENTIFIER 
= stc_c
.wxSTC_HPA_IDENTIFIER
 
1200 wxSTC_HPHP_DEFAULT 
= stc_c
.wxSTC_HPHP_DEFAULT
 
1201 wxSTC_HPHP_HSTRING 
= stc_c
.wxSTC_HPHP_HSTRING
 
1202 wxSTC_HPHP_SIMPLESTRING 
= stc_c
.wxSTC_HPHP_SIMPLESTRING
 
1203 wxSTC_HPHP_WORD 
= stc_c
.wxSTC_HPHP_WORD
 
1204 wxSTC_HPHP_NUMBER 
= stc_c
.wxSTC_HPHP_NUMBER
 
1205 wxSTC_HPHP_VARIABLE 
= stc_c
.wxSTC_HPHP_VARIABLE
 
1206 wxSTC_HPHP_COMMENT 
= stc_c
.wxSTC_HPHP_COMMENT
 
1207 wxSTC_HPHP_COMMENTLINE 
= stc_c
.wxSTC_HPHP_COMMENTLINE
 
1208 wxSTC_HPHP_STRINGEOL 
= stc_c
.wxSTC_HPHP_STRINGEOL
 
1209 wxSTC_PL_DEFAULT 
= stc_c
.wxSTC_PL_DEFAULT
 
1210 wxSTC_PL_HERE 
= stc_c
.wxSTC_PL_HERE
 
1211 wxSTC_PL_COMMENTLINE 
= stc_c
.wxSTC_PL_COMMENTLINE
 
1212 wxSTC_PL_POD 
= stc_c
.wxSTC_PL_POD
 
1213 wxSTC_PL_NUMBER 
= stc_c
.wxSTC_PL_NUMBER
 
1214 wxSTC_PL_WORD 
= stc_c
.wxSTC_PL_WORD
 
1215 wxSTC_PL_STRING 
= stc_c
.wxSTC_PL_STRING
 
1216 wxSTC_PL_CHARACTER 
= stc_c
.wxSTC_PL_CHARACTER
 
1217 wxSTC_PL_PUNCTUATION 
= stc_c
.wxSTC_PL_PUNCTUATION
 
1218 wxSTC_PL_PREPROCESSOR 
= stc_c
.wxSTC_PL_PREPROCESSOR
 
1219 wxSTC_PL_OPERATOR 
= stc_c
.wxSTC_PL_OPERATOR
 
1220 wxSTC_PL_IDENTIFIER 
= stc_c
.wxSTC_PL_IDENTIFIER
 
1221 wxSTC_PL_SCALAR 
= stc_c
.wxSTC_PL_SCALAR
 
1222 wxSTC_PL_ARRAY 
= stc_c
.wxSTC_PL_ARRAY
 
1223 wxSTC_PL_HASH 
= stc_c
.wxSTC_PL_HASH
 
1224 wxSTC_PL_SYMBOLTABLE 
= stc_c
.wxSTC_PL_SYMBOLTABLE
 
1225 wxSTC_PL_REF 
= stc_c
.wxSTC_PL_REF
 
1226 wxSTC_PL_REGEX 
= stc_c
.wxSTC_PL_REGEX
 
1227 wxSTC_PL_REGSUBST 
= stc_c
.wxSTC_PL_REGSUBST
 
1228 wxSTC_PL_LONGQUOTE 
= stc_c
.wxSTC_PL_LONGQUOTE
 
1229 wxSTC_PL_BACKTICKS 
= stc_c
.wxSTC_PL_BACKTICKS
 
1230 wxSTC_PL_DATASECTION 
= stc_c
.wxSTC_PL_DATASECTION
 
1231 wxSTC_L_DEFAULT 
= stc_c
.wxSTC_L_DEFAULT
 
1232 wxSTC_L_COMMAND 
= stc_c
.wxSTC_L_COMMAND
 
1233 wxSTC_L_TAG 
= stc_c
.wxSTC_L_TAG
 
1234 wxSTC_L_MATH 
= stc_c
.wxSTC_L_MATH
 
1235 wxSTC_L_COMMENT 
= stc_c
.wxSTC_L_COMMENT
 
1236 wxSTC_LUA_DEFAULT 
= stc_c
.wxSTC_LUA_DEFAULT
 
1237 wxSTC_LUA_COMMENT 
= stc_c
.wxSTC_LUA_COMMENT
 
1238 wxSTC_LUA_COMMENTLINE 
= stc_c
.wxSTC_LUA_COMMENTLINE
 
1239 wxSTC_LUA_COMMENTDOC 
= stc_c
.wxSTC_LUA_COMMENTDOC
 
1240 wxSTC_LUA_NUMBER 
= stc_c
.wxSTC_LUA_NUMBER
 
1241 wxSTC_LUA_WORD 
= stc_c
.wxSTC_LUA_WORD
 
1242 wxSTC_LUA_STRING 
= stc_c
.wxSTC_LUA_STRING
 
1243 wxSTC_LUA_CHARACTER 
= stc_c
.wxSTC_LUA_CHARACTER
 
1244 wxSTC_LUA_LITERALSTRING 
= stc_c
.wxSTC_LUA_LITERALSTRING
 
1245 wxSTC_LUA_PREPROCESSOR 
= stc_c
.wxSTC_LUA_PREPROCESSOR
 
1246 wxSTC_LUA_OPERATOR 
= stc_c
.wxSTC_LUA_OPERATOR
 
1247 wxSTC_LUA_IDENTIFIER 
= stc_c
.wxSTC_LUA_IDENTIFIER
 
1248 wxSTC_LUA_STRINGEOL 
= stc_c
.wxSTC_LUA_STRINGEOL
 
1249 wxSTC_ERR_DEFAULT 
= stc_c
.wxSTC_ERR_DEFAULT
 
1250 wxSTC_ERR_PYTHON 
= stc_c
.wxSTC_ERR_PYTHON
 
1251 wxSTC_ERR_GCC 
= stc_c
.wxSTC_ERR_GCC
 
1252 wxSTC_ERR_MS 
= stc_c
.wxSTC_ERR_MS
 
1253 wxSTC_ERR_CMD 
= stc_c
.wxSTC_ERR_CMD
 
1254 wxSTC_ERR_BORLAND 
= stc_c
.wxSTC_ERR_BORLAND
 
1255 wxSTC_ERR_PERL 
= stc_c
.wxSTC_ERR_PERL
 
1256 wxSTC_MASK_FOLDERS 
= stc_c
.wxSTC_MASK_FOLDERS
 
1257 wxSTCNameStr 
= stc_c
.wxSTCNameStr
 
1258 wxEVT_STC_CHANGE 
= stc_c
.wxEVT_STC_CHANGE
 
1259 wxEVT_STC_STYLENEEDED 
= stc_c
.wxEVT_STC_STYLENEEDED
 
1260 wxEVT_STC_CHARADDED 
= stc_c
.wxEVT_STC_CHARADDED
 
1261 wxEVT_STC_UPDATEUI 
= stc_c
.wxEVT_STC_UPDATEUI
 
1262 wxEVT_STC_SAVEPOINTREACHED 
= stc_c
.wxEVT_STC_SAVEPOINTREACHED
 
1263 wxEVT_STC_SAVEPOINTLEFT 
= stc_c
.wxEVT_STC_SAVEPOINTLEFT
 
1264 wxEVT_STC_ROMODIFYATTEMPT 
= stc_c
.wxEVT_STC_ROMODIFYATTEMPT
 
1265 wxEVT_STC_DOUBLECLICK 
= stc_c
.wxEVT_STC_DOUBLECLICK
 
1266 wxEVT_STC_MODIFIED 
= stc_c
.wxEVT_STC_MODIFIED
 
1267 wxEVT_STC_KEY 
= stc_c
.wxEVT_STC_KEY
 
1268 wxEVT_STC_MACRORECORD 
= stc_c
.wxEVT_STC_MACRORECORD
 
1269 wxEVT_STC_MARGINCLICK 
= stc_c
.wxEVT_STC_MARGINCLICK
 
1270 wxEVT_STC_NEEDSHOWN 
= stc_c
.wxEVT_STC_NEEDSHOWN
 
1271 wxEVT_STC_POSCHANGED 
= stc_c
.wxEVT_STC_POSCHANGED
 
1274 #-------------- USER INCLUDE ----------------------- 
1276 # Stuff these names into the wx namespace so wxPyConstructObject can find them 
1278 wx
.wxStyledTextEventPtr       
= wxStyledTextEventPtr
 
1279 wx
.wxStyledTextCtrlPtr        
= wxStyledTextCtrlPtr