#include <newtoolbar.h>
Structure of the new toolbar item info
Definition at line 146 of file newtoolbar.h.
Additional data of the item
Definition at line 200 of file newtoolbar.h.
int bmp_cell |
Index of bitmap cell.
Definition at line 191 of file newtoolbar.h.
Flags of the item. It can be OR'd with the following values:
Definition at line 172 of file newtoolbar.h.
Hotpot-clicked callback procedure for menubutton.
Definition at line 194 of file newtoolbar.h.
int id |
Identifier of the item. When the user clicked the item, this control will send a notification message to the parent window with the notification code to be equal to this identifier.
Definition at line 179 of file newtoolbar.h.
Rectangle region of hotspot in the cell.
Definition at line 197 of file newtoolbar.h.
char* text |
Text of the item. This text will be displayed under the bitmap if the control have NTBS_WITHTEXT style.
Definition at line 185 of file newtoolbar.h.
char* tip |
Tooltip of the item, not used, reserved.
Definition at line 188 of file newtoolbar.h.
Which fields are valid when sets/retrives the item information (ignored when add item). It can be OR'd with the following values:
Definition at line 160 of file newtoolbar.h.