Home
last modified time | relevance | path

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

/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp142 else if (tab && tab->buttonFocus) { in GetComponentColors()
167 if (tab && tab->buttonFocus) { in GetComponentColors()
177 if (tab && tab->buttonFocus) { in GetComponentColors()
194 if (tab && tab->buttonFocus) { in GetComponentColors()
212 if (tab && tab->buttonFocus) { in GetComponentColors()
232 if (tab && tab->buttonFocus) { in GetComponentColors()
548 if (tab && tab->buttonFocus) { in _DrawTab()
604 if (tab && tab->buttonFocus) { in _DrawTab()
700 int32 index = (tab->buttonFocus ? 0 : 1) + (tab->closePressed ? 0 : 2); in _DrawClose()
731 int32 index = (tab->buttonFocus ? 0 : 1) + (tab->zoomPressed ? 0 : 2); in _DrawZoom()
[all …]
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp113 if (tab && tab->buttonFocus) { in GetComponentColors()
138 if (tab && tab->buttonFocus) { in GetComponentColors()
153 if (tab && tab->buttonFocus) { in GetComponentColors()
634 int32 index = (tab->buttonFocus ? 0 : 1) + (tab->closePressed ? 0 : 2); in _DrawClose()
665 int32 index = (tab->buttonFocus ? 0 : 1) + (tab->zoomPressed ? 0 : 2); in _DrawZoom()
H A DDecorator.h64 bool buttonFocus : 1; member
H A DDecorator.cpp55 buttonFocus(false), in Tab()
H A DTabDecorator.cpp752 decoratorTab->buttonFocus = IsFocus(tab) in _SetFocus()
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp223 } else if (tab && tab->buttonFocus) { in GetComponentColors()
253 } else if (tab && tab->buttonFocus) { in GetComponentColors()
272 else if (tab && tab->buttonFocus) in GetComponentColors()
726 int32 index = (tab->buttonFocus ? 0 : 1) + (tab->closePressed ? 0 : 2); in _DrawClose()
757 int32 index = (tab->buttonFocus ? 0 : 1) + (tab->zoomPressed ? 0 : 2); in _DrawZoom()