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

_COOLBARITEMINFO Struct Reference
[CoolBar control]

#include <coolbar.h>

Data Fields


Detailed Description

Structure of the coolbar item info

Definition at line 64 of file coolbar.h.


Field Documentation

PBITMAP Bmp
 

Pointer to the bitmap of the item, valid when the type is TYPE_BMPITEM.

Definition at line 90 of file coolbar.h.

const char* Caption
 

Caption of the item, valid when the type is TPYE_TEXTITEM.

Definition at line 100 of file coolbar.h.

DWORD dwAddData
 

Additional data of the item

Definition at line 103 of file coolbar.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 74 of file coolbar.h.

int insPos
 

Reserved, do not use.

Definition at line 67 of file coolbar.h.

const char* ItemHint
 

Hint text of the item, will be displayed in the tooltip window.

Definition at line 95 of file coolbar.h.

int ItemType
 

Type of the item, can be one of the following values:

  • TYPE_BARITEM The item is a separator (a vertical line).
  • TYPE_BMPITEM The item is a bitmap.
  • TYPE_TEXTITEM The item is text.

Definition at line 85 of file coolbar.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2