class
	WEL_TOOL_BAR_BUTTON

General
	cluster: wel
	description: "Contains information about a button in a toolbar."
	create: make_drop_down_button, make_separator, make, make_group, make_check, make_button, make_check_group, make_by_pointer

Ancestors
	WEL_STRUCTURE*
	WEL_TB_STATE_CONSTANTS
	WEL_TB_STYLE_CONSTANTS

Queries
	bitmap_index: INTEGER_32
	command_id: INTEGER_32
	data: INTEGER_32
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_TOOL_BAR_BUTTON): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	state: INTEGER_32
	string_index: INTEGER_32
	Structure_size: INTEGER_32
	style: INTEGER_32

Commands
	copy (other: [like Current] WEL_TOOL_BAR_BUTTON)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_bitmap_index (a_bitmap_index: INTEGER_32)
	set_command_id (a_command_id: INTEGER_32)
	set_data (a_data: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_state (a_state: INTEGER_32)
	set_string_index (a_string_index: INTEGER_32)
	set_style (a_style: INTEGER_32)
	set_unshared