A virtual listctrl that displays information about the watched events.
Initialize self. See help(type(self)) for accurate signature. |
|
|
OnGetItemAttr(item) -> ListItemAttr |
|
OnGetItemImage(item) -> int |
OnGetItemText(item, column) -> String |
|
A virtual listctrl that displays information about the watched events.
Initialize self. See help(type(self)) for accurate signature.
OnGetItemAttr(item) -> ListItemAttr
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 having an “image list” (see SetImageList(); if the control doesn’t have an image list, it is not necessary to override it).
OnGetItemText(item, column) -> String
This function must be overridden in the derived class for a control with wxLC_VIRTUAL style.