Home | Trees | Index | Help |
|
---|
Package wx :: Module stc :: Class StyledTextEvent |
|
object
--+ |Object
--+ |Event
--+ |CommandEvent
--+ | StyledTextEvent
Proxy of C++ StyledTextEvent class
Method Summary | |
---|---|
CommandEvent |
This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars. |
__del__(self)
| |
bool | GetAlt(self)
|
bool | GetControl(self)
|
bool | GetDragAllowMove(self)
|
int | GetDragResult(self)
|
String | GetDragText(self)
|
int | GetFoldLevelNow(self)
|
int | GetFoldLevelPrev(self)
|
int | GetKey(self)
|
int | GetLength(self)
|
int | GetLine(self)
|
int | GetLinesAdded(self)
|
int | GetListType(self)
|
int | GetLParam(self)
|
int | GetMargin(self)
|
int | GetMessage(self)
|
int | GetModificationType(self)
|
int | GetModifiers(self)
|
int | GetPosition(self)
|
bool | GetShift(self)
|
String | GetText(self)
|
int | GetWParam(self)
|
int | GetX(self)
|
int | GetY(self)
|
SetDragAllowMove(self,
val)
| |
SetDragResult(self,
val)
| |
SetDragText(self,
val)
| |
SetFoldLevelNow(self,
val)
| |
SetFoldLevelPrev(self,
val)
| |
SetKey(self,
k)
| |
SetLength(self,
len)
| |
SetLine(self,
val)
| |
SetLinesAdded(self,
num)
| |
SetListType(self,
val)
| |
SetLParam(self,
val)
| |
SetMargin(self,
val)
| |
SetMessage(self,
val)
| |
SetModificationType(self,
t)
| |
SetModifiers(self,
m)
| |
SetPosition(self,
pos)
| |
SetText(self,
t)
| |
SetWParam(self,
val)
| |
SetX(self,
val)
| |
SetY(self,
val)
|
Property Summary | |
---|---|
Alt : See GetAlt | |
Control : See GetControl | |
DragAllowMove : See GetDragAllowMove and SetDragAllowMove | |
DragResult : See GetDragResult and SetDragResult | |
DragText : See GetDragText and SetDragText | |
FoldLevelNow : See GetFoldLevelNow and SetFoldLevelNow | |
FoldLevelPrev : See GetFoldLevelPrev and SetFoldLevelPrev | |
Key : See GetKey and SetKey | |
Length : See GetLength and SetLength | |
Line : See GetLine and SetLine | |
LinesAdded : See GetLinesAdded and SetLinesAdded | |
ListType : See GetListType and SetListType | |
LParam : See GetLParam and SetLParam | |
Margin : See GetMargin and SetMargin | |
Message : See GetMessage and SetMessage | |
ModificationType : See GetModificationType and SetModificationType | |
Modifiers : See GetModifiers and SetModifiers | |
Position : See GetPosition and SetPosition | |
Shift : See GetShift | |
Text : See GetText and SetText | |
thisown : The membership flag | |
WParam : See GetWParam and SetWParam | |
X : See GetX and SetX | |
Y : See GetY and SetY |
Method Details |
---|
__init__(self,
commandType=0,
id=0)
|
Property Details |
---|
AltSee
|
ControlSee
|
DragAllowMoveSee
|
DragResultSee
|
DragTextSee
|
FoldLevelNowSee
|
FoldLevelPrevSee
|
Key |
Length |
Line |
LinesAddedSee
|
ListTypeSee
|
LParam |
Margin |
MessageSee
|
ModificationTypeSee
|
ModifiersSee
|
PositionSee
|
ShiftSee
|
Text |
thisownThe membership flag
|
WParam |
X |
Y |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:13:46 2007 | http://epydoc.sf.net |