class
	WEL_TOOL_INFO

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

Ancestors
	WEL_STRUCTURE*
	WEL_WINDOWS_ROUTINES
	WEL_WORD_OPERATIONS

Queries
	exists: BOOLEAN
	flags: INTEGER_32
	id: POINTER
	instance: WEL_INSTANCE
	is_equal (other: [like Current] WEL_TOOL_INFO): BOOLEAN
	item: POINTER
	rect: WEL_RECT
	shared: BOOLEAN
	Structure_size: INTEGER_32
	text: STRING_32
	text_call_back_set: BOOLEAN
	text_id: INTEGER_32
	text_id_set: BOOLEAN
	window: WEL_WINDOW

Commands
	copy (other: [like Current] WEL_TOOL_INFO)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_flags (a_flags: INTEGER_32)
	set_id (an_id: POINTER)
	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_GENERAL)
	set_text_call_back
	set_text_id (an_id: INTEGER_32)
	set_unshared
	set_window (a_window: WEL_WINDOW)