class
	WEL_PAINT_STRUCT

General
	cluster: wel
	description: "Contains information about the Wm_paint message."
	create: make

Ancestors
	WEL_STRUCTURE*

Queries
	erase: BOOLEAN
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_PAINT_STRUCT): BOOLEAN
	item: POINTER
	rect_paint: WEL_RECT
	shared: BOOLEAN
	Structure_size: INTEGER_32

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