Table Of Contents

Previous topic

ThumbnailCtrl

Next topic

toasterbox

This Page

phoenix_title 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 Inheritance Diagram

Inheritance diagram for class ThumbnailEvent

Inheritance diagram of ThumbnailEvent


super_classes Known Superclasses

PyCommandEvent


method_summary Methods Summary

__init__ Default class constructor.

api Class API



class ThumbnailEvent(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.