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

#include <scrollview.h>

Data Fields

SVITEM_INITFUNC initItem
 
SVITEM_DESTROYFUNC destroyItem
 
SVITEM_DRAWFUNC drawItem
 

Detailed Description

Structure of item operations

Definition at line 208 of file scrollview.h.

Field Documentation

◆ destroyItem

SVITEM_DESTROYFUNC destroyItem

Called when an item is destroied

Definition at line 213 of file scrollview.h.

◆ drawItem

SVITEM_DRAWFUNC drawItem

Call this to draw an item

Definition at line 215 of file scrollview.h.

◆ initItem

SVITEM_INITFUNC initItem

Called when an scrollview item is created

Definition at line 211 of file scrollview.h.


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