/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.c | 239 lv_obj_set_scrollbar_mode(notification_screen, lv_demo_smartwatch_get_scrollbar_mode()); in notification_screen_events_cb() 240 lv_obj_set_scrollbar_mode(message_panel, lv_demo_smartwatch_get_scrollbar_mode()); in notification_screen_events_cb() 241 lv_obj_set_scrollbar_mode(message_list, lv_demo_smartwatch_get_scrollbar_mode()); in notification_screen_events_cb() 324 lv_obj_set_scrollbar_mode(message_panel, LV_SCROLLBAR_MODE_OFF); in create_screen_notifications() 366 lv_obj_set_scrollbar_mode(message_list, LV_SCROLLBAR_MODE_OFF); in create_screen_notifications()
|
D | lv_demo_smartwatch_weather.c | 256 lv_obj_set_scrollbar_mode(weather_screen, LV_SCROLLBAR_MODE_AUTO); in create_screen_weather() 319 lv_obj_set_scrollbar_mode(weather_forecast_daily, LV_SCROLLBAR_MODE_OFF); in create_screen_weather() 347 lv_obj_set_scrollbar_mode(weather_forecast_hourly, LV_SCROLLBAR_MODE_OFF); in create_screen_weather() 381 lv_obj_set_scrollbar_mode(weather_screen, lv_demo_smartwatch_get_scrollbar_mode()); in weather_screen_event_cb() 382 lv_obj_set_scrollbar_mode(weather_forecast_daily, lv_demo_smartwatch_get_scrollbar_mode()); in weather_screen_event_cb() 383 lv_obj_set_scrollbar_mode(weather_forecast_hourly, lv_demo_smartwatch_get_scrollbar_mode()); in weather_screen_event_cb()
|
D | lv_demo_smartwatch_qr.c | 174 lv_obj_set_scrollbar_mode(qr_panel, LV_SCROLLBAR_MODE_OFF); in qr_screen_create() 207 lv_obj_set_scrollbar_mode(qr_panel, lv_demo_smartwatch_get_scrollbar_mode()); in qr_screen_event_cb()
|
D | lv_demo_smartwatch_list.c | 101 lv_obj_set_scrollbar_mode(app_list, lv_demo_smartwatch_get_scrollbar_mode()); in lv_demo_smartwatch_app_list_loading() 255 lv_obj_set_scrollbar_mode(app_list, LV_SCROLLBAR_MODE_OFF); in create_screen_list()
|
D | lv_demo_smartwatch_settings.c | 426 lv_obj_set_scrollbar_mode(settings_list, lv_demo_smartwatch_get_scrollbar_mode()); in settings_action_event_cb() 455 lv_obj_set_scrollbar_mode(settings_list, lv_demo_smartwatch_get_scrollbar_mode()); in settings_screen_event_cb() 478 lv_obj_set_scrollbar_mode(settings_list, LV_SCROLLBAR_MODE_OFF); in create_screen_settings()
|
D | lv_demo_smartwatch.c | 329 lv_obj_set_scrollbar_mode(home_tile, lv_demo_smartwatch_get_scrollbar_mode()); in home_tileview_event_cb() 380 lv_obj_set_scrollbar_mode(home_tile, LV_SCROLLBAR_MODE_AUTO); in lv_create_home_tile() 402 lv_obj_set_scrollbar_mode(dialog_window, LV_SCROLLBAR_MODE_OFF); in create_dialog_window()
|
D | lv_demo_smartwatch_home.c | 435 lv_obj_set_scrollbar_mode(face_select, LV_SCROLLBAR_MODE_OFF); in create_screen_home()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_timeline_1.c | 89 lv_obj_set_scrollbar_mode(obj1, LV_SCROLLBAR_MODE_OFF); in lv_example_anim_timeline_1() 93 lv_obj_set_scrollbar_mode(obj2, LV_SCROLLBAR_MODE_OFF); in lv_example_anim_timeline_1() 97 lv_obj_set_scrollbar_mode(obj3, LV_SCROLLBAR_MODE_OFF); in lv_example_anim_timeline_1()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_6.c | 62 lv_obj_set_scrollbar_mode(cont, LV_SCROLLBAR_MODE_OFF); in lv_example_scroll_6()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_align_flex.c | 22 lv_obj_set_scrollbar_mode(obj, LV_SCROLLBAR_MODE_OFF); in simple_style()
|
D | test_margin_flex.c | 59 lv_obj_set_scrollbar_mode(o, LV_SCROLLBAR_MODE_OFF); in test_flex()
|
D | test_margin_grid.c | 89 lv_obj_set_scrollbar_mode(o, LV_SCROLLBAR_MODE_OFF); in test_grid()
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.h | 59 void lv_obj_set_scrollbar_mode(lv_obj_t * obj, lv_scrollbar_mode_t mode);
|
D | lv_obj_scroll.c | 58 void lv_obj_set_scrollbar_mode(lv_obj_t * obj, lv_scrollbar_mode_t mode) in lv_obj_set_scrollbar_mode() function
|
D | lv_obj.c | 110 .setter = lv_obj_set_scrollbar_mode,
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 433 lv_obj_set_scrollbar_mode(battery, LV_SCROLLBAR_MODE_OFF); in right_cont_create() 451 lv_obj_set_scrollbar_mode(dist, LV_SCROLLBAR_MODE_OFF); in right_cont_create()
|
/lvgl-latest/demos/multilang/ |
D | lv_demo_multilang.c | 299 lv_obj_set_scrollbar_mode(cont, LV_SCROLLBAR_MODE_OFF); in card_create()
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 281 lv_obj_set_scrollbar_mode(cont, LV_SCROLLBAR_MODE_OFF); in lv_tabview_constructor()
|
/lvgl-latest/src/display/ |
D | lv_display.c | 142 lv_obj_set_scrollbar_mode(disp->bottom_layer, LV_SCROLLBAR_MODE_OFF); in lv_display_create() 143 lv_obj_set_scrollbar_mode(disp->top_layer, LV_SCROLLBAR_MODE_OFF); in lv_display_create() 144 lv_obj_set_scrollbar_mode(disp->sys_layer, LV_SCROLLBAR_MODE_OFF); in lv_display_create()
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 36 :cpp:expr:`lv_obj_set_scrollbar_mode(widget, LV_SCROLLBAR_MODE_...)` sets the scrollbar mode on a W…
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 127 as any other Widget by using :cpp:expr:`lv_obj_set_scrollbar_mode(scr1, LV_SCROLLBAR_MODE_xxx)`
|