.. 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.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__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.eventwatcher.EventLog.append`
:meth:`~wx.lib.eventwatcher.EventLog.clear`
:meth:`~wx.lib.eventwatcher.EventLog.OnGetItemAttr` OnGetItemAttr(item : int) -> ItemAttr
:meth:`~wx.lib.eventwatcher.EventLog.OnGetItemImage` OnGetItemImage(item : int) -> int
:meth:`~wx.lib.eventwatcher.EventLog.OnGetItemText` OnGetItemText(item : int, column : int) -> str
: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)
Initialize self. See help(type(self)) for accurate signature.
.. method:: append(self, evt)
.. method:: clear(self)
.. method:: OnGetItemAttr(self, item): return None
OnGetItemAttr(item : int) -> ItemAttr
This function may be overridden in the derived class for a control
with wxLC_VIRTUAL style.
.. method:: OnGetItemImage(self, item): return -1
OnGetItemImage(item : int) -> int
This function must be overridden in the derived class for a control
with wxLC_VIRTUAL style using images.
.. method:: OnGetItemText(self, item, col)
OnGetItemText(item : int, column : int) -> str
This function must be overridden in the derived class for a control
with wxLC_VIRTUAL style.
.. method:: onItemActivated(self, evt)
.. method:: onItemSelected(self, evt)