refactor(scroll) rename lv_set/get_snap_.. to lv_obj_set/get_scroll_snap_...

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-23 09:45:13 +01:00
parent e9613526f8
commit 54cfc37c5c
10 changed files with 249 additions and 150 deletions

View File

@@ -10,6 +10,7 @@ static void column_gap_anim(void * obj, int32_t v)
{
lv_obj_set_style_pad_column(obj, LV_PART_MAIN, LV_STATE_DEFAULT, v);
}
/**
* Demonstrate column and row gap
*/

View File

@@ -1,10 +1,10 @@
/**
* @file lv_example_widgets.h
* @file lv_example_style.h
*
*/
#ifndef LV_EX_STYLE_H
#define LV_EX_STYLE_H
#ifndef LV_EXAMPLE_STYLE_H
#define LV_EXAMPLE_STYLE_H
#ifdef __cplusplus
extern "C" {
@@ -45,4 +45,4 @@ void lv_example_style_11(void);
} /* extern "C" */
#endif
#endif /*LV_EX_STYLE_H*/
#endif /*LV_EXAMPLE_STYLE_H*/