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. |
|
__repr__(self)
|
bool |
CanUpdate(win)
(Static method)
|
|
Check(self,
check)
|
|
Enable(self,
enable)
|
bool |
GetChecked(self)
|
bool |
GetEnabled(self)
|
int |
GetMode()
(Static method)
|
bool |
GetSetChecked(self)
|
bool |
GetSetEnabled(self)
|
bool |
GetSetText(self)
|
String |
GetText(self)
|
long |
GetUpdateInterval()
(Static method)
|
|
ResetUpdateTime()
(Static method)
|
|
SetMode(mode)
(Static method)
|
|
SetText(self,
text)
|
|
SetUpdateInterval(updateInterval)
(Static method)
|