class
	WEL_MIN_MAX_INFO

General
	cluster: wel
	description: "Contains information about a window's maximized size and position and its minimum and maximum tracking size."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_MIN_MAX_INFO): BOOLEAN
	item: POINTER
	max_position: WEL_POINT
	max_size: WEL_POINT
	max_track_size: WEL_POINT
	min_track_size: WEL_POINT
	shared: BOOLEAN
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_MIN_MAX_INFO)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_item (an_item: POINTER)
	set_max_position (point: WEL_POINT)
	set_max_size (point: WEL_POINT)
	set_max_track_size (point: WEL_POINT)
	set_min_track_size (point: WEL_POINT)
	set_shared
	set_unshared