BigW Consortium Gitlab

Commit 525a9e38 by Gabor

lv_objx_templ: updated

parent 3a4463d2
...@@ -116,7 +116,7 @@ bool lv_templ_signal(lv_obj_t * templ, lv_signal_t sign, void * param) ...@@ -116,7 +116,7 @@ bool lv_templ_signal(lv_obj_t * templ, lv_signal_t sign, void * param)
*====================*/ *====================*/
/* /*
* New object specific "set" function comes here * New object specific "set" functions come here
*/ */
...@@ -125,9 +125,16 @@ bool lv_templ_signal(lv_obj_t * templ, lv_signal_t sign, void * param) ...@@ -125,9 +125,16 @@ bool lv_templ_signal(lv_obj_t * templ, lv_signal_t sign, void * param)
*====================*/ *====================*/
/* /*
* New object specific "get" function comes here * New object specific "get" functions come here
*/ */
/*=====================
* Other functions
*====================*/
/*
* New object specific "other" functions come here
*/
/********************** /**********************
* STATIC FUNCTIONS * STATIC FUNCTIONS
......
...@@ -35,7 +35,7 @@ extern "C" { ...@@ -35,7 +35,7 @@ extern "C" {
/*Data of template*/ /*Data of template*/
typedef struct typedef struct
{ {
/*Ext. of ancestor*/ lv_ANCESTOR_ext_t ANCESTOR; /*Ext. of ancestor*/
/*New data for this type */ /*New data for this type */
}lv_templ_ext_t; }lv_templ_ext_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment