class
	WEL_HD_ITEM

General
	cluster: wel
	description: "Represents structure that is sent to the OS to add,modify, inspect, ... items of a WEL_HEADER_CONTROL"
	create: make_by_pointer, make

Ancestors
	WEL_BIT_OPERATIONS
	WEL_HDF_CONSTANTS
	WEL_STRUCTURE*

Queries
	bitmap_handle: POINTER
	clear_flag (flags, mask: INTEGER_32): INTEGER_32
	custom_data: INTEGER_32
	exists: BOOLEAN
	flag_set (flags, mask: INTEGER_32): BOOLEAN
	format: INTEGER_32
	hdf_bitmap: INTEGER_32
	hdf_center: INTEGER_32
	hdf_image: INTEGER_32
	hdf_justify_mask: INTEGER_32
	hdf_left: INTEGER_32
	hdf_owner_draw: INTEGER_32
	hdf_right: INTEGER_32
	hdf_rtl_reading: INTEGER_32
	hdf_string: INTEGER_32
	height: INTEGER_32
	iimage: INTEGER_32
	is_equal (other: [like Current] WEL_HD_ITEM): BOOLEAN
	item: POINTER
	mask: INTEGER_32
	set_flag (flags, mask: INTEGER_32): INTEGER_32
	shared: BOOLEAN
	Structure_size: INTEGER_32
	text: STRING_32
	text_count: INTEGER_32
	width: INTEGER_32

Commands
	copy (other: [like Current] WEL_HD_ITEM)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_bitmap (a_bitmap: WEL_BITMAP)
	set_custom_data (value: INTEGER_32)
	set_format (value: INTEGER_32)
	set_height (value: INTEGER_32)
	set_iimage (an_index: INTEGER_32)
	set_item (an_item: POINTER)
	set_mask (value: INTEGER_32)
	set_shared
	set_text (a_text: STRING_GENERAL)
	set_unshared
	set_width (value: INTEGER_32)