A virtual listctrl that displays information about the watched events.
Initialize self. See help(type(self)) for accurate signature. |
|
|
OnGetItemAttr(item) -> ItemAttr |
|
OnGetItemImage(item) -> int |
OnGetItemText(item, column) -> str |
|
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.