wxListEvent
generated from ../src/mod_gui/event/listevt.cppThis object is passed to a function that is set to a wxListCtrl event property.
Constants
Properties
| Name | Type | Description |
|---|---|---|
cacheFrom ![]() |
Integer | The first item which the list control advises us to cache. |
cacheTo ![]() |
Integer | The lasst item which the list control advises us to cache. |
column ![]() |
Integer | The column index. For the column dragging events, it is the column to the left of the divider being dragged, for the column click events it may be -1 if the user clicked in the list control header outside any column. |
data ![]() |
Integer | The associated data of the item. |
image ![]() |
Integer | The image index of the item. |
index ![]() |
Integer | The item index. |
item ![]() |
wxListItem | The item. |
keyCode ![]() |
Integer | Keycode when the event is a keypress event. See wxKeyCode |
label ![]() |
String | The label. |
mask ![]() |
Integer | The mask. |
point ![]() |
wxPoint | The position of the mouse pointer when the event is a drag event. |
text ![]() |
String | The text. |

© 2002 - 2007 Franky Braem.