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

ToolBar control
[Standard controls]

Modules

Data Structures

Defines

Typedefs


Detailed Description

Note:
The argument dwAddData of CreateWindowEx function should specify the height and the width of item on toolbar.

This control is reserved only for compatibility, new applications should use the new tool bar control instead (NewToolBar).

 int item_height = 16;
 int item_width = 16;

 CreateWindowEx (CTRL_TOOLBAR, ..., MAKELONG (item_height, item_width));

See also:
NewToolBar control

Define Documentation

#define CTRL_TOOLBAR   ("toolbar")
 

The class name of toolbar control.

Definition at line 63 of file toolbar.h.


Typedef Documentation

typedef TOOLBARITEMINFO * PTOOLBARITEMINFO
 

Data type of the pointer to a TOOLBARITEMINFO.

Definition at line 92 of file toolbar.h.

typedef struct _TOOLBARITEMINFO TOOLBARITEMINFO
 

Structure of the toolbar item info


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