AGW Logo

agw_title ThumbnailEvent

This class is used to send events when a thumbnail is hovered, selected, double-clicked or when its caption has been changed.

hierarchy Inheritance Diagram

Inheritance diagram for: ThumbnailEvent

Inheritance diagram of ThumbnailEvent


method_summary Methods Summary

__init__Default class constructor.

API Class API

class ThumbnailEvent(wx.PyCommandEvent)[source]

This class is used to send events when a thumbnail is hovered, selected, double-clicked or when its caption has been changed.



__init__(evtType, evtId=-1)[source]

Default class constructor.

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

Table Of Contents

Previous topic

ThumbnailCtrl

Next topic

thumbnailctrl functions