MiniGUI API Reference (MiniGUI-Threads)
v5.0.6
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 208 of file scrollview.h.
SVITEM_DESTROYFUNC destroyItem |
Called when an item is destroied
Definition at line 213 of file scrollview.h.
SVITEM_DRAWFUNC drawItem |
Call this to draw an item
Definition at line 215 of file scrollview.h.
SVITEM_INITFUNC initItem |
Called when an scrollview item is created
Definition at line 211 of file scrollview.h.