wxListEvent
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxListEvent.
- Use wxEvtHandler:connect/3 with EventType:
command_list_begin_drag, command_list_begin_rdrag, command_list_begin_label_edit, command_list_end_label_edit, command_list_delete_item, command_list_delete_all_items, command_list_key_down, command_list_insert_item, command_list_col_click, command_list_col_right_click, command_list_col_begin_drag, command_list_col_dragging, command_list_col_end_drag, command_list_item_selected, command_list_item_deselected, command_list_item_right_click, command_list_item_middle_click, command_list_item_activated, command_list_item_focused, command_list_cache_hint
See also the message variant #wxList{} event record type.
This class is derived (and can use functions) from:
wxNotifyEvent
wxCommandEvent
wxEvent
DATA TYPES
EXPORTS
getCacheFrom(This::wxListEvent()) -> integer()
getCacheTo(This::wxListEvent()) -> integer()
getKeyCode(This::wxListEvent()) -> integer()
getIndex(This::wxListEvent()) -> integer()
getColumn(This::wxListEvent()) -> integer()
getPoint(This::wxListEvent()) -> {X::integer(), Y::integer()}
getLabel(This::wxListEvent()) -> string()
getText(This::wxListEvent()) -> string()
getImage(This::wxListEvent()) -> integer()
getData(This::wxListEvent()) -> integer()
getMask(This::wxListEvent()) -> integer()
getItem(This::wxListEvent()) -> wxListItem() (see module wxListItem)