class
	WEL_WND_CLASS

General
	cluster: wel.structs
	description: "Contains information about the window class."
	create: make

Ancestors
	WEL_STRUCTURE

Queries
	atom: INTEGER
	background: WEL_BRUSH
	background_set: BOOLEAN
	class_extra: INTEGER
	class_name: STRING
	cursor: WEL_CURSOR
	cursor_set: BOOLEAN
	exists: BOOLEAN
	icon: WEL_ICON
	icon_set: BOOLEAN
	instance: WEL_INSTANCE
	instance_set: BOOLEAN
	item: POINTER
	menu_name: STRING
	menu_name_set: BOOLEAN
	registered: BOOLEAN
	shared: BOOLEAN
	Structure_size: INTEGER
	style: INTEGER
	to_integer: INTEGER
	window_extra: INTEGER
	window_procedure: POINTER
	window_procedure_set: BOOLEAN

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	register
	set_background (a_background: WEL_BRUSH)
	set_class_extra (a_class_extra: INTEGER)
	set_class_name (a_class_name: STRING)
	set_cursor (a_cursor: WEL_CURSOR)
	set_icon (an_icon: WEL_ICON)
	set_instance (an_instance: WEL_INSTANCE)
	set_item (an_item: POINTER)
	set_menu_name (a_menu_name: STRING)
	set_shared
	set_style (a_style: INTEGER)
	set_unshared
	set_window_extra (a_window_extra: INTEGER)
	set_window_procedure (a_window_procedure: POINTER)
	unregister
	unset_background
	unset_cursor
	unset_icon
	unset_menu_name
	unset_window_procedure