class
	WEL_DRAW_ITEM_STRUCT

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

Ancestors
	WEL_STRUCTURE*
	WEL_WINDOWS_ROUTINES

Queries
	ctl_id: INTEGER_32
	ctl_type: INTEGER_32
	dc: WEL_CLIENT_DC
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_DRAW_ITEM_STRUCT): BOOLEAN
	item: POINTER
	item_action: INTEGER_32
	item_data: POINTER
	item_id: INTEGER_32
	item_state: INTEGER_32
	menu_item: WEL_MENU
	rect_item: WEL_RECT
	shared: BOOLEAN
	Structure_size: INTEGER_32
	window_item: WEL_CONTROL

Commands
	copy (other: [like Current] WEL_DRAW_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_shared
	set_unshared

Constraints
	dc exists