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) -> integer()
Types:
Types:
Types:
Types:
Types:
getPoint(This) -> {X::integer(), Y::integer()}
Types:
getLabel(This) -> charlist() (see module unicode)
Types:
getText(This) -> charlist() (see module unicode)
Types:
Types:
Types:
Types:
getItem(This) -> wxListItem() (see module wxListItem)
Types:
isEditCancelled(This) -> boolean()
Types: