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 179 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 199 of file coolbar.h.

Generated on Thu Apr 7 15:58:35 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3