Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

IconView control
[Controls defined in libmgext]

Modules

Data Structures

Defines

Typedefs

Functions


Define Documentation

#define CTRL_ICONVIEW   ("IconView")
 

The class name of iconview control.

Definition at line 54 of file iconview.h.

#define IV_ERR   (-1)
 

Iconview return value

Definition at line 59 of file iconview.h.

#define IV_ERRSPACE   (-2)
 

Iconview return value

Definition at line 61 of file iconview.h.

#define IV_OKAY   0
 

Iconview return value

Definition at line 57 of file iconview.h.

#define IVFLAG_BITMAP   0x0001
 

Iconview bitmap flags, reserved

Definition at line 102 of file iconview.h.

#define IVFLAG_ICON   0x0002
 

Iconview icon flags, reserved

Definition at line 104 of file iconview.h.


Typedef Documentation

typedef GHANDLE HIVITEM
 

Icon view item handle.

Definition at line 67 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  ) 
 

Use this to get additional data from an iconview item.

DWORD iconview_get_item_bitmap GHANDLE  hivi  ) 
 

Use this to get bitmap handle from an iconview item.

DWORD iconview_get_item_label GHANDLE  hivi  ) 
 

Use this to get text label from an iconview item.

int iconview_is_item_hilight HWND  hWnd,
GHANDLE  hivi
 

Use this to whether an iconview item is hilighted.


Generated on Mon Jun 26 13:54:33 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2