Searched refs:lv_obj_set_scroll_dir (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.c | 80 lv_obj_set_scroll_dir(tv, dir); in lv_tileview_add_tile() 94 lv_obj_set_scroll_dir(obj, tile->dir); in lv_tileview_set_tile() 188 lv_obj_set_scroll_dir(obj, dir); in tileview_event_cb()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_6.c | 60 lv_obj_set_scroll_dir(cont, LV_DIR_VER); in lv_example_scroll_6()
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.h | 66 void lv_obj_set_scroll_dir(lv_obj_t * obj, lv_dir_t dir);
|
D | lv_obj_scroll.c | 69 void lv_obj_set_scroll_dir(lv_obj_t * obj, lv_dir_t dir) in lv_obj_set_scroll_dir() function
|
D | lv_obj.c | 115 .setter = lv_obj_set_scroll_dir,
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.c | 325 lv_obj_set_scroll_dir(message_panel, LV_DIR_VER); in create_screen_notifications() 367 lv_obj_set_scroll_dir(message_list, LV_DIR_VER); in create_screen_notifications()
|
D | lv_demo_smartwatch_qr.c | 176 lv_obj_set_scroll_dir(qr_panel, LV_DIR_HOR); in qr_screen_create()
|
D | lv_demo_smartwatch_weather.c | 320 lv_obj_set_scroll_dir(weather_forecast_daily, LV_DIR_VER); in create_screen_weather() 348 lv_obj_set_scroll_dir(weather_forecast_hourly, LV_DIR_HOR); in create_screen_weather()
|
D | lv_demo_smartwatch_list.c | 256 lv_obj_set_scroll_dir(app_list, LV_DIR_VER); in create_screen_list()
|
D | lv_demo_smartwatch_settings.c | 479 lv_obj_set_scroll_dir(settings_list, LV_DIR_VER); in create_screen_settings()
|
D | lv_demo_smartwatch.c | 405 lv_obj_set_scroll_dir(dialog_window, LV_DIR_VER); in create_dialog_window()
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_4.c | 40 lv_obj_set_scroll_dir(cont, LV_DIR_VER); in lv_example_observer_4()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 335 lv_obj_set_scroll_dir(explorer->file_table, LV_DIR_TOP | LV_DIR_BOTTOM); in lv_file_explorer_constructor()
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 131 :cpp:expr:`lv_obj_set_scroll_dir(widget, LV_DIR_...)`.
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 413 lv_obj_set_scroll_dir(player, LV_DIR_VER); in create_cont()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 595 lv_obj_set_scroll_dir(wrapper, LV_DIR_HOR); in create_chart_with_scales()
|