wx.lib.agw.scrolledthumbnail.ThumbnailEvent¶
This class is used to send events when a thumbnail is hovered, selected, double-clicked or when its caption has been changed.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
Class API¶
- class ThumbnailEvent(wx.PyCommandEvent)¶
This class is used to send events when a thumbnail is hovered, selected, double-clicked or when its caption has been changed.
Methods¶
- __init__(self, evtType, evtId=-1, thumbs=None, keycode=None)¶
Default class constructor.
- Parameters:
evtType – the event type;
evtId – the event identifier.