phoenix_title wx.lib.eventwatcher.EventLog

A virtual listctrl that displays information about the watched events.


class_hierarchy Class Hierarchy

Inheritance diagram for class EventLog:

super_classes Known Superclasses

wx.ListCtrl


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

append

clear

OnGetItemAttr

OnGetItemAttr(item) -> ItemAttr

OnGetItemImage

OnGetItemImage(item) -> int

OnGetItemText

OnGetItemText(item, column) -> String

onItemActivated

onItemSelected


api Class API

class EventLog(wx.ListCtrl)

A virtual listctrl that displays information about the watched events.


Methods

__init__(self, *args, **kw)

Initialize self. See help(type(self)) for accurate signature.



append(self, evt)


clear(self)


OnGetItemAttr(self, item): return None

OnGetItemAttr(item) -> ItemAttr

This function may be overridden in the derived class for a control with wxLC_VIRTUAL style.



OnGetItemImage(self, item): return -1

OnGetItemImage(item) -> int

This function must be overridden in the derived class for a control with wxLC_VIRTUAL style using images.



OnGetItemText(self, item, col)

OnGetItemText(item, column) -> String

This function must be overridden in the derived class for a control with wxLC_VIRTUAL style.



onItemActivated(self, evt)


onItemSelected(self, evt)