class
	WEL_COMBO_BOX_EX_ITEM

General
	cluster: wel
	description: "Combo-box item. An item that handle a text and a bitmap."
	create: make_with_index, make_by_pointer, make

Ancestors
	WEL_BIT_OPERATIONS
	WEL_COMBO_BOX_CONSTANTS
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	image: INTEGER_32
	indent: INTEGER_32
	index: INTEGER_32
	is_equal (other: [like Current] WEL_COMBO_BOX_EX_ITEM): BOOLEAN
	item: POINTER
	mask: INTEGER_32
	overlay: INTEGER_32
	selected_image: INTEGER_32
	shared: BOOLEAN
	Structure_size: INTEGER_32
	text: STRING_32

Commands
	clear_mask
	copy (other: [like Current] WEL_COMBO_BOX_EX_ITEM)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_image (value: INTEGER_32)
	set_indent (value: INTEGER_32)
	set_index (value: INTEGER_32)
	set_item (an_item: POINTER)
	set_overlay (value: INTEGER_32)
	set_selected_image (value: INTEGER_32)
	set_shared
	set_text (txt: STRING_GENERAL)
	set_unshared