wxListBox

wxListBox
Creation Parameters
Functions/Procedures
Supertopics

wxListBox

[proc]
clear_list
( atom list )

Category: wxListBox

Clears the data inside a wxListBox or wxListCtrl specified by list.


wxListBox

[proc]
delete_list_item
( atom list, object item )

Category: wxListBox

This goes to a ListBox or ListCtrl specified by list and deletes the number in the list corresponding to item. The first item is 0 and it increases as the list goes down.


wxListBox

[func]
find_list_string
( atom list, sequence string )

Category: wxListBox

Returns the item number of the item in the list with the specified string.


wxListBox

[func]
list_count
( atom list )

Category: wxListBox

Used to count the number of items in a wxListBox.


wxListBox

[proc]
list_ensure_visible
( atom list, integer item )

Category: wxListBox

Ensures this item is visible.


wxListBox

[proc]
set_first_list_item
( atom list, object item )

Category: wxListBox

Set the specified item to be the first visible item.


wxListBox

[proc]
set_list_selection
( atom list, object select )

Category: wxListBox

If select is a sequence, the list selection is set to the item with that string, otherwise, select denotes the item index.