Lines Matching refs:button
24 - Back button: :ref:`lv_button`
25 - Back button icon: :ref:`lv_image`
29 - Back button: :ref:`lv_button`
30 - Back button icon: :ref:`lv_image`
55 Root back button mode
58 The following root back button modes exist:
63 You can set root back button modes with
88 If you have, for instance, created a button obj in the main Page. When you
89 click the button Widget, you want it to open up a new Page, use
116 - :cpp:enumerator:`LV_EVENT_CLICKED` Sent when a back button in a header from either
120 - :cpp:expr:`lv_menu_back_button_is_root(menu, button)` to check if button is root
121 back button.