Lines Matching refs:Selection
329 int32 selected = fTabView->Selection(); in DrawTab()
683 int32 selection = Selection(); in MessageReceived()
687 Select(Selection() + 1); in MessageReceived()
749 int32 selection = Selection(); in MouseDown()
754 Select(Selection() - 1); in MouseDown()
758 Select(Selection() + 1); in MouseDown()
763 && i != Selection()) { in MouseDown()
798 if (index == Selection()) in Select()
802 index = Selection(); in Select()
804 BTab* tab = TabAt(Selection()); in Select()
840 BTabView::Selection() const in Selection() function in BTabView
861 SetFocusTab(Selection(), focus); in MakeFocus()