Lines Matching refs:tab
19 The tab buttons can be positioned on the top, bottom, left and right
22 A new tab can be selected either by clicking on a tab button or by
53 the tab's content can be created.
58 A tab can be renamed with
61 Navigating to a new tab
64 To select a new tab you can:
66 - Click on its tab button
71 Setting tab bar position
75 the tab bar can be moved to any side.
77 Setting tab bar size
80 The size of the tab bar can be adjusted by :cpp:expr:`lv_tabview_set_tab_bar_size(tabview, size)`
81 When tabs are on the top or bottom, this means the height of the tab bar, and when
90 tab buttons (a :ref:`base_widget`)
99 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a new tab is selected by sliding
100 or clicking the tab button. :cpp:expr:`lv_tabview_get_tab_active(tabview)`
101 returns the zero based index of the current tab.
116 Keys have effect only on the tab buttons.