class
	WEL_TOOL_BAR_BITMAP

General
	cluster: wel
	description: "Contains information about the button images of the toolbar."
	create: make_from_bitmap, make_by_predefined_id, make

Ancestors
	WEL_IDB_CONSTANTS
	WEL_OBJECT_ID_MANAGER
	WEL_STRUCTURE*

Queries
	bitmap_id: INTEGER_32
	bitmap_id_as_pointer: POINTER
	exists: BOOLEAN
	instance: WEL_INSTANCE
	item: POINTER
	predefined_id: BOOLEAN
	shared: BOOLEAN
	Structure_size: INTEGER_32
	valid_tool_bar_bitmap_constant (c: INTEGER_32): BOOLEAN

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_bitmap_id (a_bitmap_id: INTEGER_32)
	set_item (an_item: POINTER)
	set_predefined_bitmap_id (a_bitmap_id: INTEGER_32)
	set_shared
	set_unshared