INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: Image List Constants and Macros"
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_IMAGE_LIST_CONST
feature -- Flags specifying the type of image list to create.

ILC_MASK: BIT 32

ILC_COLOR: BIT 32

ILC_COLORDDB: BIT 32

ILC_COLOR4: BIT 32

ILC_COLOR8: BIT 32

ILC_COLOR16: BIT 32

ILC_COLOR24: BIT 32

ILC_COLOR32: BIT 32

ILC_PALETTE: BIT 32
feature -- Flags specifying the drawing style

ILD_NORMAL: BIT 32

ILD_TRANSPARENT: BIT 32

ILD_MASK: BIT 32

ILD_IMAGE: BIT 32

ILD_ROP: BIT 32

ILD_BLEND25, ILD_FOCUS: BIT 32

ILD_BLEND50, ILD_BLEND, ILD_SELECTED: BIT 32

ILD_OVERLAYMASK: BIT 32
feature -- Image List macros

frozen INDEXTOOVERLAYMASK (i: INTEGER): BIT 32
-- The `INDEXTOOVERLAYMASK' macro prepares the index of an overlay
-- mask so that the `ImageList_Draw' function can use it.
feature -- Color constants

CLR_NONE: INTEGER

frozen CLR_DEFAULT, frozen CLR_HILIGHT: INTEGER
-- Default background color. The image is drawn using the background
-- color of the image list.
end -- class WAPI_IMAGE_LIST_CONST

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES