class
	WEL_WINDOW_PLACEMENT

General
	cluster: wel.structs
	description: "Contains information about the placement of a window on the screen."
	create: make

Ancestors
	WEL_STRUCTURE

Queries
	exists: BOOLEAN
	flags: INTEGER
	item: POINTER
	maximum_position: WEL_POINT
	minimum_position: WEL_POINT
	normal_position: WEL_RECT
	shared: BOOLEAN
	show_command: INTEGER
	Structure_size: INTEGER
	to_integer: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_flags (a_flags: INTEGER)
	set_item (an_item: POINTER)
	set_maximum_position (a_point: WEL_POINT)
	set_minimum_position (a_point: WEL_POINT)
	set_normal_position (a_rect: WEL_RECT)
	set_shared
	set_show_command (a_show_command: INTEGER)
	set_unshared