Home
last modified time | relevance | path

Searched refs:notifications (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c930 lv_obj_t * notifications = lv_obj_create(parent); in shop_create() local
932 lv_obj_add_flag(notifications, LV_OBJ_FLAG_FLEX_IN_NEW_TRACK); in shop_create()
933 lv_obj_set_height(notifications, LV_PCT(100)); in shop_create()
936 lv_obj_set_height(notifications, LV_PCT(100)); in shop_create()
937 lv_obj_set_style_max_height(notifications, 300, 0); in shop_create()
940 lv_obj_set_flex_flow(notifications, LV_FLEX_FLOW_COLUMN); in shop_create()
941 lv_obj_set_flex_grow(notifications, 1); in shop_create()
943 title = lv_label_create(notifications); in shop_create()
948 cb = lv_checkbox_create(notifications); in shop_create()
951 cb = lv_checkbox_create(notifications); in shop_create()
[all …]