MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <scrollview.h>
Data Fields | |
SVITEM_INITFUNC | initItem |
SVITEM_DESTROYFUNC | destroyItem |
SVITEM_DRAWFUNC | drawItem |
Structure of item operations
Definition at line 196 of file scrollview.h.
SVITEM_DESTROYFUNC destroyItem |
Called when an item is destroied
Definition at line 201 of file scrollview.h.
SVITEM_DRAWFUNC drawItem |
Call this to draw an item
Definition at line 203 of file scrollview.h.
SVITEM_INITFUNC initItem |
Called when an scrollview item is created
Definition at line 199 of file scrollview.h.