Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module editwindow :: Class EditWindow |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Control
--+ |StyledTextCtrl
--+ | EditWindow
Display
,
EditWindow
,
FillingText
,
Shell
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. | |
Check for matching braces. | |
Configure font size, typeface and color for lexer. |
Class Variable Summary | |
---|---|
str |
revision = '1.10'
|
Instance Method Details |
---|
__init__(self,
parent,
id=-1,
pos=wx.Point(-1, -1),
size=wx.Size(-1, -1),
style=138412032)
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.
|
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.20040428.rpd on Tue Apr 26 14:24:54 2005 | http://epydoc.sf.net |