class WEL_HD_ITEM General cluster: wel.structs description: "Represents structure that is sent to the OS to add,modify, inspect, ... items of a WEL_HEADER_CONTROL" create: make_by_pointer, make Ancestors WEL_BIT_OPERATIONS WEL_HDI_CONSTANTS WEL_STRUCTURE Queries bitmap_handle: POINTER clear_flag (flags, mask: INTEGER): INTEGER custom_data: INTEGER exists: BOOLEAN flag_set (flags, mask: INTEGER): BOOLEAN format: INTEGER height: INTEGER item: POINTER mask: INTEGER set_flag (flags, mask: INTEGER): INTEGER shared: BOOLEAN Structure_size: INTEGER text: STRING text_count: INTEGER to_integer: INTEGER width: INTEGER Commands dispose initialize initialize_with_character (a_character: CHARACTER) memory_copy (source_pointer: POINTER; length: INTEGER) set_bitmap (a_bitmap: WEL_BITMAP) set_custom_data (value: INTEGER) set_format (value: INTEGER) set_height (value: INTEGER) set_item (an_item: POINTER) set_mask (value: INTEGER) set_shared set_text (a_text: STRING) set_unshared set_width (value: INTEGER)