SourceForge.net wxListCtrl

wxListCtrl

wxListCtrl
Creation Parameters
Functions/Procedures
Supertopics

wxListCtrl

[func]
get_list_event_column
( atom event )

Category: wxListCtrl

The column position: it is only used with COL events. 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.


wxListCtrl

[func]
insert_listctrl_item
( atom list, atom index, sequence text, integer image )

Category: wxListCtrl


wxListCtrl

[func]
insert_list_column
( atom list, atom col, sequence text, integer format, integer width )

Category: wxListCtrl


wxListCtrl

[proc]
list_imagelist
( atom list, atom il, integer which )

Category: wxListCtrl


wxListCtrl

[proc]
set_column_label
( atom list, integer column, sequence text )

Category: wxListCtrl

Changes the label of the specified column (0-based).


wxListCtrl

[proc]
set_list_item_back_color
( atom list, atom item, atom color )

Category: wxListCtrl

Sets the background color of a wxListCtrl item.


wxListCtrl

[proc]
set_list_item_image
( atom list, integer item, integer image )

Category: wxListCtrl

Changes the image displayed for the item. You must have previously assigned a wxImageList to the list using list_imagelist().