.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.scrolledthumbnail .. highlight:: python .. _wx.lib.agw.scrolledthumbnail.ThumbnailEvent: ========================================================================================================================================== |phoenix_title| **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| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class ThumbnailEvent:
| |super_classes| Known Superclasses ================================== :class:`wx.PyCommandEvent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.scrolledthumbnail.ThumbnailEvent.__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. .. method:: __init__(self, evtType, evtId=-1, thumbs=None, keycode=None) Default class constructor. :param `evtType`: the event type; :param `evtId`: the event identifier.