Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_IMAGE_LIST General cluster: wel description: "Object that holds a list of images (Bitmaps or Icons). Note: The common controls dll (WEL_COMMON_CONTROLS_DLL) needs to be loaded to use this control." create: make, make_by_pointer Ancestors WEL_ANY* WEL_ILC_CONSTANTS Queries bitmaps_height: INTEGER_32 bitmaps_width: INTEGER_32 count: INTEGER_32 exists: BOOLEAN get_background_color: WEL_COLOR_REF get_icon (index, flags: INTEGER_32): WEL_ICON Ilc_color: INTEGER_32 Ilc_color16: INTEGER_32 Ilc_color24: INTEGER_32 Ilc_color32: INTEGER_32 Ilc_color4: INTEGER_32 Ilc_color8: INTEGER_32 Ilc_colorddb: INTEGER_32 Ilc_mask: INTEGER_32 Ild_normal: INTEGER_32 item: POINTER last_position: INTEGER_32 shared: BOOLEAN use_masked_bitmap: BOOLEAN Commands add_bitmap (bitmap_to_add: WEL_BITMAP) add_color_masked_bitmap (bitmap_to_add: WEL_BITMAP; mask_color: WEL_COLOR_REF) add_icon (icon_to_add: WEL_GRAPHICAL_RESOURCE) add_masked_bitmap (bitmap_to_add, bitmap_mask: WEL_BITMAP) destroy dispose draw_to_dc (index: INTEGER_32; a_dc: WEL_DC; a_x, a_y: INTEGER_32; a_style: NATURAL_32) make (given_width, given_height, color_depth: INTEGER_32; masked_bitmap: BOOLEAN) remove_all_images (index: INTEGER_32) remove_image (index: INTEGER_32) replace_bitmap (bitmap_to_add: WEL_BITMAP; index: INTEGER_32) replace_icon (icon_to_add: WEL_GRAPHICAL_RESOURCE; index: INTEGER_32) replace_masked_bitmap (bitmap_to_add, bitmap_mask: WEL_BITMAP; index: INTEGER_32) set_background_color (new_color: WEL_COLOR_REF) set_item (an_item: POINTER) set_shared set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org