Home
last modified time | relevance | path

Searched refs:fScrollRightTabButton (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp226 fScrollRightTabButton(NULL), in TabContainerGroup()
235 if (fScrollRightTabButton != NULL) in AttachedToWindow()
236 fScrollRightTabButton->SetTarget(this); in AttachedToWindow()
313 fScrollRightTabButton = button; in AddScrollRightButton()
326 fScrollRightTabButton->SetEnabled(canScrollRight); in EnableScrollButtons()
337 TabButton* fScrollRightTabButton; member in TabContainerGroup