MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <listbox.h>
Data Fields | |
char * | string |
DWORD | cmFlag |
HICON | hIcon |
DWORD cmFlag |
Check mark and image flag. It can be one of the following values:
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.
HICON hIcon |