wx.adv.TaskBarIconEvent¶
The event class used by wx.adv.TaskBarIcon.
For a list of the event macros meant to be used with wx.adv.TaskBarIconEvent, please look at wx.adv.TaskBarIcon description.
Class Hierarchy¶
Methods Summary¶
Constructor. |
Class API¶
- class wx.adv.TaskBarIconEvent(Event)¶
Possible constructors:
TaskBarIconEvent(evtType, tbIcon) -> None
The event class used by TaskBarIcon.
Methods¶
- __init__(self, evtType, tbIcon)¶
Constructor.
- Parameters:
evtType (wx.EventType)
tbIcon (wx.adv.TaskBarIcon)
- Return type:
None