class
	WEL_TOOL_INFO

General
	cluster: wel.structs
	description: "Contains information about a tool in a tooltip control."
	create: make

Ancestors
	WEL_STRUCTURE
	WEL_WORD_OPERATIONS

Queries
	exists: BOOLEAN
	flags: INTEGER
	id: INTEGER
	instance: WEL_INSTANCE
	item: POINTER
	rect: WEL_RECT
	shared: BOOLEAN
	Structure_size: INTEGER
	text: STRING
	text_call_back_set: BOOLEAN
	text_id: INTEGER
	text_id_set: BOOLEAN
	to_integer: INTEGER
	window: WEL_WINDOW

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_flags (a_flags: INTEGER)
	set_id (an_id: INTEGER)
	set_id_with_window (a_window: WEL_WINDOW)
	set_instance (an_instance: WEL_INSTANCE)
	set_item (an_item: POINTER)
	set_rect (a_rect: WEL_RECT)
	set_shared
	set_text (a_text: STRING)
	set_text_call_back
	set_text_id (an_id: INTEGER)
	set_unshared
	set_window (a_window: WEL_WINDOW)