Phoenix Logo

phoenix_title wx.lib.agw.thumbnailctrl.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 Class Hierarchy

Inheritance diagram for class ThumbnailEvent:

super_classes Known Superclasses

wx.PyCommandEvent


method_summary Methods Summary

__init__ Default class constructor.

api 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)

Default class constructor.

Parameters:
  • evtType – the event type;
  • evtId – the event identifier.