class
	WEL_TOOLTIP_TEXT

General
	cluster: wel.structs
	description: "This structure identifies a tool for which text is to be displayed and receives the text for the tool. This structure is used with the Ttn_needtext notification message."
	create: make_by_nmhdr, make_by_pointer, make

Ancestors
	WEL_STRUCTURE
	WEL_WORD_OPERATIONS

Queries
	exists: BOOLEAN
	flags: INTEGER
	hdr: WEL_NMHDR
	instance: WEL_INSTANCE
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER
	text: STRING
	text_id: INTEGER
	text_id_set: BOOLEAN
	to_integer: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_flags (a_flags: INTEGER)
	set_instance (an_instance: WEL_INSTANCE)
	set_item (an_item: POINTER)
	set_shared
	set_text (a_text: STRING)
	set_text_id (an_id: INTEGER)
	set_unshared