lv_objx_templ: updated

This commit is contained in:
Gabor
2017-08-21 14:41:50 +02:00
parent 3a4463d2e4
commit 525a9e381f
2 changed files with 10 additions and 3 deletions

View File

@@ -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)
*====================*/ *====================*/
/* /*
* 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

View File

@@ -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;