what are the get()attributes of command event in wxpython just like getid().
|
|
|||
|
|
|
|
http://docs.wxwidgets.org/stable/wx_wxcommandevent.html#wxcommandevent
And those inherited from its superclass:
|
||
|
|
|
|
if you don't have documentation available justuse python to print all Get methods
it prints ['GetClassName', 'GetClientData', 'GetClientObject', 'GetEventObject', 'GetEventType', 'GetExtraLong', 'GetId', 'GetInt', 'GetSelection', 'GetSkipped', 'GetString', 'GetTimestamp'] |
||
|
|
