class WEL_ICON_INFO General cluster: wel description: "Information about an icon or a cursor." create: make Ancestors WEL_OBJECT_ID_MANAGER WEL_STRUCTURE* Queries color_bitmap: WEL_BITMAP exists: BOOLEAN has_color_bitmap: BOOLEAN height: INTEGER_32 is_equal (other: [like Current] WEL_ICON_INFO): BOOLEAN is_icon: BOOLEAN is_initialized: BOOLEAN item: POINTER mask_bitmap: WEL_BITMAP shared: BOOLEAN Structure_size: INTEGER_32 width: INTEGER_32 x_hotspot: INTEGER_32 y_hotspot: INTEGER_32 Commands copy (other: [like Current] WEL_ICON_INFO) delete dispose enable_reference_tracking_on_bitmaps initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_color_bitmap (a_color_bitmap: WEL_BITMAP) set_is_icon (a_is_icon: BOOLEAN) set_item (an_item: POINTER) set_mask_bitmap (a_mask_bitmap: WEL_BITMAP) set_shared set_unshared set_x_hotspot (xvalue: INTEGER_32) set_y_hotspot (yvalue: INTEGER_32)