lv_objx_templ.h
API reference for lv_objx_templ.h
Summary
Functions
lv_templ_create
Create a templ object
lv_obj_t * lv_templ_create(lv_obj_t *parent)| Name | Type | Description |
|---|---|---|
parent | lv_obj_t * | pointer to a parent widget May be NULL.. When NULL, the widget is created as a screen on the default display. |
Returns: lv_obj_t * — pointer to the created bar
Structs
struct
lv_templ_t
TODO Remove these instructions Search and replace: templ -> object short name with lower case(e.g. btn, label etc) TEMPL -> object short name with upper case (e.g. BTN, LABEL etc.)
| Member | Type | Description |
|---|---|---|
ancestor | lv_ANCESTOR_t |
Variables
lv_templ_class
const lv_obj_class_t lv_templ_classDependencies
lvgl_public.h
Last updated on