IconView control
[Standard controls]

Data Structures

Modules

Defines

Typedefs

Functions


Define Documentation

#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.


Typedef Documentation

typedef GHANDLE HIVITEM

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.


Function Documentation

DWORD iconview_get_item_adddata ( GHANDLE  hivi  ) 

Uses this to get additional data from an iconview item.

Returns:
the additional data of iconview item.
DWORD iconview_get_item_bitmap ( GHANDLE  hivi  ) 

Uses this to get bitmap handle from an iconview item.

Returns:
the bitmap handle of iconview item.
DWORD iconview_get_item_label ( GHANDLE  hivi  ) 

Uses this to get text label from an iconview item.

Returns:
the text label of iconview item.
int iconview_is_item_hilight ( HWND  hWnd,
GHANDLE  hivi 
)

Uses this to get an iconview item is hilighted or not.

Returns:
TRUE when item is hilighted, or FALSE.
Generated on Thu Apr 7 15:58:35 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3