class
	WEL_REBARBANDINFO

General
	cluster: wel.structs
	description: "Contains information about a rebar control band."
	create: make_by_pointer, make_with_id, make

Ancestors
	WEL_BIT_OPERATIONS
	WEL_BIT_OPERATIONS
	WEL_RBBIM_CONSTANTS
	WEL_STRUCTURE
	WEL_WINDOW_MANAGER

Queries
	background_color: WEL_COLOR_REF
	child: WEL_WINDOW
	child_minimum_height: INTEGER
	child_minimum_width: INTEGER
	exists: BOOLEAN
	foreground_color: WEL_COLOR_REF
	id: INTEGER
	item: POINTER
	length: INTEGER
	mask: INTEGER
	shared: BOOLEAN
	Structure_size: INTEGER
	style: INTEGER
	text: STRING
	to_integer: INTEGER

Commands
	clear_mask
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_background_bitmap (bmp: WEL_BITMAP)
	set_background_color (color: WEL_COLOR_REF)
	set_child (window: WEL_WINDOW)
	set_child_minimum_height (value: INTEGER)
	set_child_minimum_width (value: INTEGER)
	set_foreground_color (color: WEL_COLOR_REF)
	set_id (value: INTEGER)
	set_item (an_item: POINTER)
	set_length (value: INTEGER)
	set_shared
	set_style (value: INTEGER)
	set_text (txt: STRING)
	set_unpositionable_child (window: WEL_WINDOW)
	set_unshared