| Method Summary |
| CommandEvent |
__init__(self,
commandType,
winid)
This event class contains information about command events, which
originate from a variety of simple controls, as well as menus and
toolbars. |
| |
__del__(self)
|
| |
__repr__(self)
|
| Event |
Clone(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)
|