wxListEvent
See external documentation: wxListEvent.
See external documentation:
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
Functions
getCacheFrom(This) -> integer()
This = wxListEvent()
See
getCacheTo(This) -> integer()
This = wxListEvent()
See
getKeyCode(This) -> integer()
This = wxListEvent()
See
getIndex(This) -> integer()
This = wxListEvent()
See
getColumn(This) -> integer()
This = wxListEvent()
See
getPoint(This) -> {X::integer(), Y::integer()}
This = wxListEvent()
See
getLabel(This) -> charlist() (see module unicode)
This = wxListEvent()
See
getText(This) -> charlist() (see module unicode)
This = wxListEvent()
See
getImage(This) -> integer()
This = wxListEvent()
See
getData(This) -> integer()
This = wxListEvent()
See
getMask(This) -> integer()
This = wxListEvent()
See
getItem(This) -> wxListItem() (see module wxListItem)
This = wxListEvent()
See
isEditCancelled(This) -> boolean()
This = wxListEvent()
See