#define CTRL_ICONVIEW ("IconView") |
The class name of iconview control.
Definition at line 50 of file iconview.h.
#define IV_ERR (-1) |
Iconview return value
Definition at line 55 of file iconview.h.
#define IV_ERRSPACE (-2) |
Iconview return value
Definition at line 57 of file iconview.h.
#define IV_OKAY 0 |
Iconview return value
Definition at line 53 of file iconview.h.
#define IVFLAG_BITMAP 0x0001 |
Iconview bitmap flags, reserved
Definition at line 98 of file iconview.h.
#define IVFLAG_ICON 0x0002 |
Iconview icon flags, reserved
Definition at line 100 of file iconview.h.
Icon view item handle.
Definition at line 63 of file iconview.h.
typedef struct _IVITEMINFO IVITEMINFO |
Structure of the iconview item info, contains information about an item. This structure is used for creating or retrieving an item.
Uses this to get additional data from an iconview item.
Uses this to get bitmap handle from an iconview item.
Uses this to get text label from an iconview item.