deferred class
	EV_PIXMAPABLE

General
	cluster: vision2.interface.properties
	description: "Abstraction for objects that have a pixmap property."
	keywords: "pixmap, bitmap, icon, graphic, image"

Ancestors
	EV_ANY

Queries
	data: ANY
	is_destroyed: BOOLEAN
	pixmap: EV_PIXMAP

Commands
	copy (other: [like Current] EV_PIXMAPABLE)
	destroy
	remove_pixmap
	set_data (some_data: [like data] ANY)
	set_pixmap (a_pixmap: EV_PIXMAP)