Table Of Contents

Previous topic

EventChooserLC

Next topic

EventWatcher

This Page

phoenix_title EventLog

A virtual listctrl that displays information about the watched events.


class_hierarchy Inheritance Diagram

Inheritance diagram for class EventLog

Inheritance diagram of EventLog


super_classes Known Superclasses

ListCtrl


method_summary Methods Summary

__init__  
append  
clear  
OnGetItemAttr  
OnGetItemImage  
OnGetItemText  
onItemActivated  
onItemSelected  

api Class API



class EventLog(ListCtrl)

A virtual listctrl that displays information about the watched events.


Methods



__init__(self, *args, **kw)


append(self, evt)


clear(self)


OnGetItemAttr(self, item): return None


OnGetItemImage(self, item): return -1


OnGetItemText(self, item, col)


onItemActivated(self, evt)


onItemSelected(self, evt)