class
	WEL_MEASURE_ITEM_STRUCT

General
	cluster: wel
	description: "Contains information about the Wm_measureitem message."
	create: make_by_pointer

Ancestors
	WEL_STRUCTURE*

Queries
	ctl_id: INTEGER_32
	ctl_type: INTEGER_32
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_MEASURE_ITEM_STRUCT): BOOLEAN
	item: POINTER
	item_data: INTEGER_32
	item_height: INTEGER_32
	item_id: INTEGER_32
	item_width: INTEGER_32
	shared: BOOLEAN
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_MEASURE_ITEM_STRUCT)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_item (an_item: POINTER)
	set_item_height (a_height: INTEGER_32)
	set_item_width (a_width: INTEGER_32)
	set_shared
	set_unshared