wx.lib.eventwatcher.EventLog¶A virtual listctrl that displays information about the watched events.
Class Hierarchy¶
Inheritance diagram for class EventLog:
Known Superclasses¶
Methods Summary¶Initialize self. See help(type(self)) for accurate signature. |
|
|
OnGetItemAttr(item) -> ItemAttr |
|
OnGetItemImage(item) -> int |
OnGetItemText(item, column) -> str |
|
Class API¶A virtual listctrl that displays information about the watched events.
Initialize self. See help(type(self)) for accurate signature.
OnGetItemAttr(item) -> ItemAttr
This function may be overridden in the derived class for a control with wxLC_VIRTUAL style.
OnGetItemImage(item) -> int
This function must be overridden in the derived class for a control with wxLC_VIRTUAL style using images.
OnGetItemText(item, column) -> str
This function must be overridden in the derived class for a control with wxLC_VIRTUAL style.