wxBitmapComboBox

wxBitmapComboBox
A combobox that displays bitmap in front of the list items. It currently only allows using bitmaps of one size, and resizes itself so that a bitmap can be shown next to the text field.

Creation Parameters

See wxComboBox for additional functions that are available.

Functions/Procedures
Supertopics

wxBitmapComboBox

[func]
get_combo_bitmap_size
( atom combo )

Category: wxBitmapComboBox

Returns size of bitmaps used in the list.


wxBitmapComboBox

[func]
get_combo_item_bitmap
( atom combo, atom index )

Category: wxBitmapComboBox

Returns the bitmap of the item with the given index.


wxBitmapComboBox

[proc]
set_combo_item_bitmap
( atom combo, atom index, atom bitmap )

Category: wxBitmapComboBox

Sets the bitmap for the given item.