class
	WEL_DLG_TEMPLATE

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

Ancestors
	WEL_STRUCTURE*

Queries
	cdit: INTEGER_32
	cx: INTEGER_32
	cy: INTEGER_32
	dwextendedstyle: INTEGER_32
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_DLG_TEMPLATE): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER_32
	style: INTEGER_32
	x: INTEGER_32
	y: INTEGER_32

Commands
	copy (other: [like Current] WEL_DLG_TEMPLATE)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_cdit (a_value: INTEGER_32)
	set_cx (a_cx: INTEGER_32)
	set_cy (a_cy: INTEGER_32)
	set_dwextendedstyle (a_style: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_style (a_style: INTEGER_32)
	set_unshared
	set_x (an_x: INTEGER_32)
	set_y (a_y: INTEGER_32)