class
	WEL_WND_CLASS

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

Ancestors
	WEL_STRUCTURE*

Queries
	atom: INTEGER_32
	background: WEL_BRUSH
	background_set: BOOLEAN
	class_extra: INTEGER_32
	class_name: STRING_32
	cursor: WEL_CURSOR
	cursor_set: BOOLEAN
	exists: BOOLEAN
	icon: WEL_ICON
	icon_set: BOOLEAN
	instance: WEL_INSTANCE
	instance_set: BOOLEAN
	is_equal (other: [like Current] WEL_WND_CLASS): BOOLEAN
	item: POINTER
	menu_name: STRING_32
	menu_name_set: BOOLEAN
	registered: BOOLEAN
	shared: BOOLEAN
	Structure_size: INTEGER_32
	style: INTEGER_32
	window_extra: INTEGER_32
	window_procedure: POINTER
	window_procedure_set: BOOLEAN

Commands
	copy (other: [like Current] WEL_WND_CLASS)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	register
	set_background (a_background: WEL_BRUSH)
	set_class_extra (a_class_extra: INTEGER_32)
	set_class_name (a_class_name: STRING_GENERAL)
	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_GENERAL)
	set_shared
	set_style (a_style: INTEGER_32)
	set_unshared
	set_window_extra (a_window_extra: INTEGER_32)
	set_window_procedure (a_window_procedure: POINTER)
	unregister
	unset_background
	unset_cursor
	unset_icon
	unset_menu_name
	unset_window_procedure