.TH wxListEvent 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxListEvent \- See external documentation: wxListEvent. .SH DESCRIPTION .LP See external documentation: wxListEvent\&. .RS 2 .TP 2 .B Use wxEvtHandler:connect/3 with EventType:: \fIcommand_list_begin_drag\fR\&, \fIcommand_list_begin_rdrag\fR\&, \fIcommand_list_begin_label_edit\fR\&, \fIcommand_list_end_label_edit\fR\&, \fIcommand_list_delete_item\fR\&, \fIcommand_list_delete_all_items\fR\&, \fIcommand_list_key_down\fR\&, \fIcommand_list_insert_item\fR\&, \fIcommand_list_col_click\fR\&, \fIcommand_list_col_right_click\fR\&, \fIcommand_list_col_begin_drag\fR\&, \fIcommand_list_col_dragging\fR\&, \fIcommand_list_col_end_drag\fR\&, \fIcommand_list_item_selected\fR\&, \fIcommand_list_item_deselected\fR\&, \fIcommand_list_item_right_click\fR\&, \fIcommand_list_item_middle_click\fR\&, \fIcommand_list_item_activated\fR\&, \fIcommand_list_item_focused\fR\&, \fIcommand_list_cache_hint\fR\& .RE .LP See also the message variant #wxList{} event record type\&. .LP This class is derived (and can use functions) from: .br wxNotifyEvent .br wxCommandEvent .br wxEvent .SH "DATA TYPES" .RS 2 .TP 2 .B wxListEvent(): .RS 2 .LP An object reference, The representation is internal and can be changed without notice\&. It can\&'t be used for comparsion stored on disc or distributed for use on other nodes\&. .RE .RE .SH EXPORTS .LP .B getCacheFrom(This) -> integer() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCacheTo(This) -> integer() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getKeyCode(This) -> integer() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getIndex(This) -> integer() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getColumn(This) -> integer() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPoint(This) -> {X::integer(), Y::integer()} .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getLabel(This) -> unicode:charlist() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getText(This) -> unicode:charlist() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getImage(This) -> integer() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getData(This) -> integer() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMask(This) -> integer() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getItem(This) -> wxListItem:wxListItem() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isEditCancelled(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxListEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .SH AUTHORS .LP .I <>