class
	EV_GDI_BRUSH

General
	cluster: implementation_mswin
	description: "EiffelVision implentation for retrieving a WEL_BRUSH"
	create: make_with_values, default_create

Ancestors
	EV_GDI_OBJECT*

Queries
	age: INTEGER_32
	color_blue: INTEGER_32
	color_green: INTEGER_32
	color_red: INTEGER_32
	computed_hash_code: INTEGER_32
	hash_code: INTEGER_32
	is_equal (other: [like Current] EV_GDI_BRUSH): BOOLEAN
	is_hashable: BOOLEAN
	item: WEL_BRUSH
	pattern: WEL_BITMAP
	value: INTEGER_32
	weight: INTEGER_32

Commands
	delete
	make_with_values (a_pattern: WEL_BITMAP; a_color: WEL_COLOR_REF)
	set_item (an_item: [like item] WEL_BRUSH)
	set_values (a_pattern: WEL_BITMAP; a_color: WEL_COLOR_REF)
	set_weight (a_weight: INTEGER_32)
	update (new_age: INTEGER_32)