MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_COOLBARITEMINFO Struct Reference

#include <coolbar.h>

Data Fields

int insPos
 
int id
 
int ItemType
 
PBITMAP Bmp
 
const char * ItemHint
 
const char * Caption
 
DWORD dwAddData
 

Detailed Description

Structure of the coolbar item info

Definition at line 91 of file coolbar.h.

Field Documentation

◆ Bmp

PBITMAP Bmp

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

Definition at line 117 of file coolbar.h.

◆ Caption

const char* Caption

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

Definition at line 127 of file coolbar.h.

◆ dwAddData

DWORD dwAddData

Additional data of the item

Definition at line 130 of file coolbar.h.

◆ id

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

◆ insPos

int insPos

Reserved, do not use.

Definition at line 94 of file coolbar.h.

◆ ItemHint

const char* ItemHint

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

Definition at line 122 of file coolbar.h.

◆ ItemType

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


The documentation for this struct was generated from the following file: