class
	WEL_NOTIFY_ICON_DATA

General
	cluster: wel
	description: "Objects that ..."
	create: make

Ancestors
	WEL_STRUCTURE*

Queries
	callback_message: INTEGER_32
	exists: BOOLEAN
	icon: WEL_ICON
	is_equal (other: [like Current] WEL_NOTIFY_ICON_DATA): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	structure_size: INTEGER_32
	tooltip_text: STRING_32
	tooltip_text_size: INTEGER_32
	uflags: INTEGER_32
	window: WEL_WINDOW

Commands
	copy (other: [like Current] WEL_NOTIFY_ICON_DATA)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_callback_message (a_id: INTEGER_32)
	set_icon (a_icon: WEL_ICON)
	set_item (an_item: POINTER)
	set_shared
	set_tooltip_text (a_str: STRING_GENERAL)
	set_uflags (a_uflags: INTEGER_32)
	set_unshared
	set_window (a_window: WEL_WINDOW)