Searched refs:tab_item (Results 1 – 2 of 2) sorted by relevance
9 import kotlinx.android.synthetic.main.tab_item.view.*18 inflate(R.layout.tab_item)
6246 if (ImGuiTabItem* tab_item = TabBarFindTabByID(tab_bar, tab_bar->SelectedTabId)) in TabBarScrollingButtons() local6248 int selected_order = tab_bar->GetTabOrder(tab_item); in TabBarScrollingButtons()