class
	WEL_POINT

General
	cluster: wel.structs
	description: "Defines the x and y coordinates of a point."
	create: make_by_pointer, make_by_cursor_position, make

Ancestors
	WEL_STRUCTURE
	WEL_WINDOW_MANAGER

Queries
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_POINT): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER
	to_integer: INTEGER
	window_at: WEL_WINDOW
	x: INTEGER
	y: INTEGER

Commands
	client_to_screen (window: WEL_WINDOW)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	screen_to_client (window: WEL_WINDOW)
	set_cursor_position
	set_item (an_item: POINTER)
	set_shared
	set_unshared
	set_x (a_x: INTEGER)
	set_x_y (a_x, a_y: INTEGER)
	set_y (a_y: INTEGER)