Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DScrollBar.cpp1435 bool upEnabled = fValue > fMin; in _UpdateArrowButtons() local
1436 if (fPrivateData->fUpArrowsEnabled != upEnabled) { in _UpdateArrowButtons()
1437 fPrivateData->fUpArrowsEnabled = upEnabled; in _UpdateArrowButtons()