| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module richtext :: Class RichTextEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ |NotifyEvent--+ | RichTextEvent
Proxy of C++ RichTextEvent class
| Method Summary | |
|---|---|
| NotifyEvent |
An instance of this class (or one of its derived classes) is sent from a control when the control's state is being changed and the control allows that change to be prevented from happening. |
| wxChar | GetCharacter(self)
|
| int | GetFlags(self)
|
| wxRichTextStyleSheet | GetNewStyleSheet(self)
|
| wxRichTextStyleSheet | GetOldStyleSheet(self)
|
| int | GetPosition(self)
|
| RichTextRange | GetRange(self)
|
SetCharacter(self,
ch)
| |
SetFlags(self,
flags)
| |
SetNewStyleSheet(self,
sheet)
| |
SetOldStyleSheet(self,
sheet)
| |
SetPosition(self,
n)
| |
SetRange(self,
range)
| |
| Property Summary | |
|---|---|
Character: GetCharacter(self) -> wxChar | |
Flags: GetFlags(self) -> int | |
Index: GetPosition(self) -> int | |
NewStyleSheet: GetNewStyleSheet(self) -> wxRichTextStyleSheet | |
OldStyleSheet: GetOldStyleSheet(self) -> wxRichTextStyleSheet | |
Range: GetRange(self) -> RichTextRange | |
thisown: The membership flag | |
| Method Details |
|---|
__init__(self,
commandType=wxEVT_NULL,
winid=0)
|
| Property Details |
|---|
CharacterGetCharacter(self) -> wxChar
|
FlagsGetFlags(self) -> int |
IndexGetPosition(self) -> int
|
NewStyleSheetGetNewStyleSheet(self) -> wxRichTextStyleSheet
|
OldStyleSheetGetOldStyleSheet(self) -> wxRichTextStyleSheet
|
RangeGetRange(self) -> RichTextRange |
thisownThe membership flag
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Wed Nov 28 16:12:33 2007 | http://epydoc.sf.net |