.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2017 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.eventwatcher .. highlight:: python .. _wx.lib.eventwatcher.EventLog: ========================================================================================================================================== |phoenix_title| **wx.lib.eventwatcher.EventLog** ========================================================================================================================================== A virtual listctrl that displays information about the watched events. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class EventLog:

| |super_classes| Known Superclasses ================================== :class:`wx.ListCtrl` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.eventwatcher.EventLog.__init__` :meth:`~wx.lib.eventwatcher.EventLog.append` :meth:`~wx.lib.eventwatcher.EventLog.clear` :meth:`~wx.lib.eventwatcher.EventLog.OnGetItemAttr` :meth:`~wx.lib.eventwatcher.EventLog.OnGetItemImage` :meth:`~wx.lib.eventwatcher.EventLog.OnGetItemText` :meth:`~wx.lib.eventwatcher.EventLog.onItemActivated` :meth:`~wx.lib.eventwatcher.EventLog.onItemSelected` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: EventLog(wx.ListCtrl) A virtual listctrl that displays information about the watched events. .. method:: __init__(self, \*args, \*\*kw) .. method:: append(self, evt) .. method:: clear(self) .. method:: OnGetItemAttr(self, item): return None .. method:: OnGetItemImage(self, item): return -1 .. method:: OnGetItemText(self, item, col) .. method:: onItemActivated(self, evt) .. method:: onItemSelected(self, evt)