class
	WEL_CLIENT_CREATE_STRUCT

General
	cluster: wel
	description: "Contains information about the menu of a MDI application."
	create: make

Ancestors
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	first_child: INTEGER_32
	is_equal (other: [like Current] WEL_CLIENT_CREATE_STRUCT): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER_32
	window_menu: WEL_MENU

Commands
	copy (other: [like Current] WEL_CLIENT_CREATE_STRUCT)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_first_child (a_first_child: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_unshared
	set_window_menu (a_window_menu: WEL_MENU)