Searched refs:pop_btn (Results 1 – 1 of 1) sorted by relevance
52 lv_obj_t * pop_btn = lv_btn_create(root); in lv_example_fragment_2() local53 lv_obj_t * pop_label = lv_label_create(pop_btn); in lv_example_fragment_2()56 lv_obj_set_grid_cell(pop_btn, LV_GRID_ALIGN_END, 1, 1, LV_GRID_ALIGN_CENTER, 1, 1); in lv_example_fragment_2()66 lv_obj_add_event_cb(pop_btn, sample_pop_click, LV_EVENT_CLICKED, manager); in lv_example_fragment_2()