class
	WEL_MSG

General
	cluster: wel.structs
	description: "Contains message information about thread's message queue."
	create: make

Ancestors
	WEL_PM_CONSTANTS
	WEL_STRUCTURE
	WEL_WM_CONSTANTS

Queries
	dispatch_result: INTEGER
	exists: BOOLEAN
	hwnd: POINTER
	item: POINTER
	last_boolean_result: BOOLEAN
	lparam: INTEGER
	message: INTEGER
	quit: BOOLEAN
	shared: BOOLEAN
	Structure_size: INTEGER
	to_integer: INTEGER
	wparam: INTEGER

Commands
	dispatch
	dispose
	get_all
	initialize
	initialize_with_character (a_character: CHARACTER)
	is_dialog_message (dialog: WEL_MODELESS_DIALOG)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	peek_all
	process_dialog_message (dialog: POINTER)
	set_hwnd (a_hwnd: POINTER)
	set_item (an_item: POINTER)
	set_lparam (a_lparam: INTEGER)
	set_message (a_message: INTEGER)
	set_shared
	set_unshared
	set_wparam (a_wparam: INTEGER)
	translate
	translate_accelerator (window: WEL_WINDOW; accelerators: WEL_ACCELERATORS)
	translate_mdi_accelarator (window: WEL_WINDOW)
	wait