class
	WEL_TOOLTIP_TEXT

General
	cluster: wel
	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_32
	hdr: WEL_NMHDR
	instance: WEL_INSTANCE
	is_equal (other: [like Current] WEL_TOOLTIP_TEXT): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER_32
	text: STRING_32
	text_id: INTEGER_32
	text_id_set: BOOLEAN

Commands
	copy (other: [like Current] WEL_TOOLTIP_TEXT)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_flags (a_flags: INTEGER_32)
	set_instance (an_instance: WEL_INSTANCE)
	set_item (an_item: POINTER)
	set_shared
	set_text (a_text: STRING_GENERAL)
	set_text_id (an_id: INTEGER_32)
	set_unshared