class
	WEL_TAB_CONTROL_ITEM

General
	cluster: wel
	description: 
		"Contains information about a tab control item.
		
		Note: There are two creation procedure. If you want to create
		the item with make, you will then have to add a wel
		window by yourself. This window must be create with
		the tab control as parent and it must be added to the
		item before the item is added to the tab_control.
		If you use `make_with_window', you still can set another
		window, but you will have to do this before to add the
		item to the tab_control."
	create: make_by_pointer, make_with_window, make

Ancestors
	WEL_STRUCTURE*
	WEL_TCIF_CONSTANTS
	WEL_WINDOWS_ROUTINES

Queries
	exists: BOOLEAN
	iimage: INTEGER_32
	is_equal (other: [like Current] WEL_TAB_CONTROL_ITEM): BOOLEAN
	item: POINTER
	mask: INTEGER_32
	shared: BOOLEAN
	Structure_size: INTEGER_32
	text: STRING_32
	window: WEL_WINDOW

Commands
	copy (other: [like Current] WEL_TAB_CONTROL_ITEM)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_iimage (image_index: INTEGER_32)
	set_item (an_item: POINTER)
	set_mask (a_mask: INTEGER_32)
	set_shared
	set_text (a_text: STRING_GENERAL)
	set_unshared
	set_window (a_window: WEL_WINDOW)