Searched refs:notifications (Results 1 – 1 of 1) sorted by relevance
906 lv_obj_t * notifications = lv_obj_create(parent); in shop_create() local908 lv_obj_add_flag(notifications, LV_OBJ_FLAG_FLEX_IN_NEW_TRACK); in shop_create()909 lv_obj_set_height(notifications, LV_PCT(100)); in shop_create()911 lv_obj_set_height(notifications, LV_PCT(100)); in shop_create()912 lv_obj_set_style_max_height(notifications, 300, 0); in shop_create()915 lv_obj_set_flex_flow(notifications, LV_FLEX_FLOW_COLUMN); in shop_create()916 lv_obj_set_flex_grow(notifications, 1); in shop_create()918 title = lv_label_create(notifications); in shop_create()923 cb = lv_checkbox_create(notifications); in shop_create()926 cb = lv_checkbox_create(notifications); in shop_create()[all …]