wx.py.editwindow.EditWindow
EditWindow based on StyledTextCtrl.
CanCopy(self)
Return True if text is selected and can be copied.
CanCut(self)
Return True if text is selected and can be cut.
CanEdit(self)
Return True if editing should succeed.
CanPaste(self)
Return True if pasting should succeed.
OnUpdateUI(self, event, styleBefore, charAfter, braceAtCaret, braceOpposite, caretPos, charBefore, styleAfter)
Check for matching braces.
[constructor]
Usage: classname(arguments)
[member '__doc__']
Documentation for this class
[member '__module__']
The module that this class belongs to
revision
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
setStyles(self, faces)
Configure font size, typeface and color for lexer.