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

#include <listview.h>

Data Fields

PFN_LVHDR_BKDRAWFUNC pfnDrawHdrBk
 
PFN_LVHDR_ITEMDRAWFUNC pfnDrawHdrItem
 

Detailed Description

Contains function pointers for customized drawing

Definition at line 198 of file listview.h.

Field Documentation

◆ pfnDrawHdrBk

PFN_LVHDR_BKDRAWFUNC pfnDrawHdrBk

Colunm header background drawing function

Definition at line 201 of file listview.h.

◆ pfnDrawHdrItem

PFN_LVHDR_ITEMDRAWFUNC pfnDrawHdrItem

Colunm header item drawing function

Definition at line 203 of file listview.h.


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