wx.lib.eventwatcher.EventLog¶A virtual listctrl that displays information about the watched events.
 Methods Summary¶Initialize self. See help(type(self)) for accurate signature.  | 
|
  | 
OnGetItemAttr(item) -> ListItemAttr  | 
  | 
OnGetItemImage(item) -> int  | 
OnGetItemText(item, column) -> String  | 
|
 Class API¶EventLog(wx.ListCtrl)¶A virtual listctrl that displays information about the watched events.
__init__(self, *args, **kw)¶Initialize self. See help(type(self)) for accurate signature.
append(self, evt)¶clear(self)¶OnGetItemAttr(self, item):  return NoneOnGetItemAttr(item) -> ListItemAttr
This function may be overridden in the derived class for a control with wxLC_VIRTUAL style.
OnGetItemImage(self, item): return -1OnGetItemImage(item) -> int
This function must be overridden in the derived class for a control with wxLC_VIRTUAL style having an “image list” (see SetImageList(); if the control doesn’t have an image list, it is not necessary to override it).
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)¶