 
       wx.py.editwindow.EditWindow¶
  wx.py.editwindow.EditWindow¶EditWindow based on StyledTextCtrl.
 Known Subclasses¶
 Known Subclasses¶wx.py.crust.Display, wx.py.editor.EditWindow, wx.py.filling.FillingText, wx.py.shell.Shell, wx.py.sliceshell.SlicesShell
 Methods Summary¶
 Methods Summary¶| __init__ | Create EditWindow instance. | 
| CanCopy | Return Trueif text is selected and can be copied. | 
| CanCut | Return Trueif text is selected and can be cut. | 
| CanEdit | Return Trueif editing should succeed. | 
| CanPaste | Return Trueif pasting should succeed. | 
| DoFindNext | |
| GetLastPosition | |
| GetRange | |
| GetSelection | |
| OnUpdateUI | Check for matching braces. | 
| setDisplayLineNumbers | |
| setStyles | Configure font size, typeface and color for lexer. | 
| ShowPosition | 
 Class API¶
 Class API¶EditWindow(stc.StyledTextCtrl)¶EditWindow based on StyledTextCtrl.
__init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.CLIP_CHILDREN | wx.SUNKEN_BORDER)¶Create EditWindow instance.
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.
DoFindNext(self, findData, findDlg=None)¶GetLastPosition(self)¶GetRange(self, start, end)¶GetSelection(self)¶OnUpdateUI(self, event)¶Check for matching braces.
setDisplayLineNumbers(self, state)¶setStyles(self, faces)¶Configure font size, typeface and color for lexer.
ShowPosition(self, pos)¶