|
MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <listview.h>
Data Fields | |
| int | ncol |
| int | losorted |
| HWND | hLV |
Contains information for sorting listview
Definition at line 160 of file listview.h.
| HWND hLV |
Listview handle
Definition at line 167 of file listview.h.
| int losorted |
Low sorted or high sorted
Definition at line 165 of file listview.h.
| int ncol |
Sorting column index
Definition at line 163 of file listview.h.
1.8.11