A virtual listctrl that displays information about the watched events.
Initialize self. See help(type(self)) for accurate signature. |
|
|
OnGetItemAttr(item : int) -> ItemAttr |
|
OnGetItemImage(item : int) -> int |
OnGetItemText(item : int, column : int) -> str |
|
A virtual listctrl that displays information about the watched events.
Initialize self. See help(type(self)) for accurate signature.
OnGetItemAttr(item : int) -> ItemAttr
This function may be overridden in the derived class for a control with wxLC_VIRTUAL style.
OnGetItemImage(item : int) -> int
This function must be overridden in the derived class for a control with wxLC_VIRTUAL style using images.
OnGetItemText(item : int, column : int) -> str
This function must be overridden in the derived class for a control with wxLC_VIRTUAL style.