class
	WEL_HD_LAYOUT

General
	cluster: wel.structs
	description: "This class represents a structure that containsinformation used to set the size and position ofa WEL_HEADER_CONTROL"
	create: make_by_pointer, make

Ancestors
	WEL_BIT_OPERATIONS
	WEL_HDI_CONSTANTS
	WEL_STRUCTURE

Queries
	clear_flag (flags, mask: INTEGER): INTEGER
	exists: BOOLEAN
	flag_set (flags, mask: INTEGER): BOOLEAN
	item: POINTER
	rectangle: WEL_RECT
	set_flag (flags, mask: INTEGER): INTEGER
	shared: BOOLEAN
	Structure_size: INTEGER
	to_integer: INTEGER
	window_pos: WEL_WINDOW_POS

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_item (an_item: POINTER)
	set_rectangle (a_rect: WEL_RECT)
	set_shared
	set_unshared
	set_window_pos (value: WEL_WINDOW_POS)