class WEL_REBARBANDINFO General cluster: wel 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_WINDOWS_ROUTINES Queries background_color: WEL_COLOR_REF child: WEL_WINDOW child_minimum_height: INTEGER_32 child_minimum_width: INTEGER_32 exists: BOOLEAN foreground_color: WEL_COLOR_REF id: INTEGER_32 is_equal (other: [like Current] WEL_REBARBANDINFO): BOOLEAN item: POINTER length: INTEGER_32 mask: INTEGER_32 shared: BOOLEAN Structure_size: INTEGER_32 style: INTEGER_32 text: STRING_32 Commands clear_mask copy (other: [like Current] WEL_REBARBANDINFO) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_background_bitmap (bmp: WEL_BITMAP) set_background_color (color: WEL_COLOR_REF) set_child (window: WEL_WINDOW) set_child_minimum_height (value: INTEGER_32) set_child_minimum_width (value: INTEGER_32) set_foreground_color (color: WEL_COLOR_REF) set_id (value: INTEGER_32) set_item (an_item: POINTER) set_length (value: INTEGER_32) set_shared set_style (value: INTEGER_32) set_text (txt: STRING_GENERAL) set_unpositionable_child (window: WEL_WINDOW) set_unshared