class
	WEL_DLG_TEMPLATE

General
	cluster: wel.structs
	description: "Objects that contain information about a dialog template."
	create: make_with_global_alloc, make_by_pointer, make

Ancestors
	WEL_STRUCTURE

Queries
	cdit: INTEGER
	cx: INTEGER
	cy: INTEGER
	dwextendedstyle: INTEGER
	exists: BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER
	style: INTEGER
	to_integer: INTEGER
	x: INTEGER
	y: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_cdit (a_value: INTEGER)
	set_cx (a_cx: INTEGER)
	set_cy (a_cy: INTEGER)
	set_dwextendedstyle (a_style: INTEGER)
	set_item (an_item: POINTER)
	set_shared
	set_style (a_style: INTEGER)
	set_unshared
	set_x (an_x: INTEGER)
	set_y (a_y: INTEGER)