class
	WEL_WINDOW_POS

General
	cluster: wel.structs
	description: "Contains information about the size and position of a window."
	create: make_by_pointer, make

Ancestors
	WEL_HWND_CONSTANTS
	WEL_STRUCTURE
	WEL_WINDOW_MANAGER

Queries
	exists: BOOLEAN
	flags: INTEGER
	height: INTEGER
	hwindow_insert_after: POINTER
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER
	to_integer: INTEGER
	width: INTEGER
	window: WEL_WINDOW
	window_insert_after: WEL_WINDOW
	x: INTEGER
	y: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_bottom
	set_flags (a_flags: INTEGER)
	set_height (a_height: INTEGER)
	set_hwindow_insert_after (a_window: POINTER)
	set_item (an_item: POINTER)
	set_no_topmost
	set_shared
	set_top
	set_topmost
	set_unshared
	set_width (a_width: INTEGER)
	set_window (a_window: WEL_WINDOW)
	set_window_insert_after (a_window: WEL_WINDOW)
	set_x (a_x: INTEGER)
	set_y (a_y: INTEGER)