Home
last modified time | relevance | path

Searched defs:button (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/widgets/tabview/
Dlv_tabview.c80 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/
Dmicropy.py368 def opa_anim_cb(button, value): argument
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_about.c192 lv_obj_t * button = lv_obj_create(parent); in create_button() local
Dlv_demo_high_res_app_thermostat.c249 lv_obj_t * button = lv_event_get_current_target_obj(e); in widget2_temperature_button_clicked_cb() local
/lvgl-latest/src/drivers/glfw/
Dlv_glfw_window.c344 static void mouse_button_callback(GLFWwindow * window, int button, int action, int mods) in mouse_button_callback()
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c477 uint32_t serial, uint32_t time, uint32_t button, in pointer_handle_button()