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

Messages of coolbar control
[CoolBar control]

Defines


Define Documentation

#define CBM_ADDITEM   0xFE00
 

Adds a new item in a coolbar control.

 CBM_ADDITEM
 COOLBARITEMINFO *newIteminfo;

 wParam = 0;
 lParam = (LPARAM)newIteminfo;

Parameters:
newIteminfo Pointer to the item info structure of the new item to be added.
Returns:
Zero when success, otherwise less than 0;

Definition at line 183 of file coolbar.h.

#define CBM_ENABLE   0xFE01
 

Sets an item to be enabled or disabled.

 CBM_ENABLE
 int id;
 BOOL enabled;

 wParam = (WPARAM)id;
 lParam = (LPARAM)enabled;

Parameters:
id The identifier of the item to change.
enabled TRUE to enable the item, FALSE to disable the item.
Returns:
Zero when success, otherwise less than 0.

Definition at line 203 of file coolbar.h.


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