MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
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 196 of file scrollview.h.

Field Documentation

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.


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