Searched defs:button (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 80 lv_obj_t * button = lv_button_create(tab_bar); in lv_tabview_add_tab() local 105 lv_obj_t * button = lv_obj_get_child_by_type(tab_bar, idx, &lv_button_class); in lv_tabview_rename_tab() local 146 lv_obj_t * button = lv_obj_get_child_by_type(tab_bar, i, &lv_button_class); in lv_tabview_set_active() local 304 lv_obj_t * button = lv_event_get_current_target(e); in button_clicked_event_cb() local
|
/lvgl-latest/tests/micropy_test/ |
D | micropy.py | 368 def opa_anim_cb(button, value): argument
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_about.c | 192 lv_obj_t * button = lv_obj_create(parent); in create_button() local
|
D | lv_demo_high_res_app_thermostat.c | 249 lv_obj_t * button = lv_event_get_current_target_obj(e); in widget2_temperature_button_clicked_cb() local
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_glfw_window.c | 344 static void mouse_button_callback(GLFWwindow * window, int button, int action, int mods) in mouse_button_callback()
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 477 uint32_t serial, uint32_t time, uint32_t button, in pointer_handle_button()
|