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

#include <listbox.h>

Data Fields

char * string
 
DWORD cmFlag
 
HICON hIcon
 

Detailed Description

Structrue of the listbox item info

Definition at line 118 of file listbox.h.

Field Documentation

◆ cmFlag

DWORD cmFlag

Check mark and image flag. It can be one of the following values:

  • CMFLAG_BLANK The item is blank.
  • CMFLAG_CHECKED The item is checked.
  • CMFLAG_PARTCHECKED The item is partly checked.

If you want to significant the item which to be render, you can OR'd cmFlag with LBIS_SIGNIFICANT.

For LBS_ICON list box, if you want to display bitmap other than icon, you can OR'd cmFlag with IMGFLAG_BITMAP.

Definition at line 139 of file listbox.h.

◆ hIcon

HICON hIcon

Handle to the icon (or pointer to bitmap object) of the item

Definition at line 142 of file listbox.h.

◆ string

char* string

Item string

Definition at line 121 of file listbox.h.


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