Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module editwindow :: Class EditWindow |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Control
--+ |StyledTextCtrl
--+ | EditWindow
Display
,
EditWindow
,
FillingText
,
Shell
EditWindow based on StyledTextCtrl.
Method Summary | |
---|---|
Create EditWindow instance. | |
Return True if text is selected and can be copied. | |
Return True if text is selected and can be cut. | |
Return True if editing should succeed. | |
Return True if pasting should succeed. | |
DoFindNext(self,
findData,
findDlg)
| |
GetLastPosition(self)
| |
GetRange(self,
start,
end)
| |
GetSelection(self)
| |
Check for matching braces. | |
setDisplayLineNumbers(self,
state)
| |
Configure font size, typeface and color for lexer. | |
ShowPosition(self,
pos)
|
Property Summary |
---|
Class Variable Summary | |
---|---|
str |
revision = '1.14'
|
Instance Method Details |
---|
__init__(self,
parent,
id=-1,
pos=wx.Point(-1, -1),
size=wx.Size(-1, -1),
style=138412032)
|
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)Check for matching braces. |
setStyles(self, faces)Configure font size, typeface and color for lexer. |
Class Variable Details |
---|
revision
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:09 2007 | http://epydoc.sf.net |