Home
last modified time | relevance | path

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

/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp53 uint32 flags = BControlLook::B_PARTIALLY_ACTIVATED; in Draw()
/haiku/headers/os/interface/
H A DControlLook.h85 B_PARTIALLY_ACTIVATED = 1 << 7, // like B_ACTIVATED, but for tri-state enumerator
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp89 flags |= B_PARTIALLY_ACTIVATED; in Flags()
2513 && (flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED)) == 0 in _DrawButtonFrame()
2795 && (flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED)) == 0 in _DrawButtonBackground()
3935 if ((flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED | B_CLICKED)) == 0) { in _RadioButtonAndCheckBoxMarkColor()
3955 } else if ((flags & B_PARTIALLY_ACTIVATED) != 0) { in _RadioButtonAndCheckBoxMarkColor()
H A DScrollBar.cpp396 flags |= BControlLook::B_PARTIALLY_ACTIVATED; in Draw()
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1435 if ((flags & B_FLAT) != 0 && (flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED)) == 0 in _DrawButtonFrame()
1626 && (flags & (B_ACTIVATED | B_PARTIALLY_ACTIVATED)) == 0 in _DrawButtonBackground()
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp99 flags |= B_PARTIALLY_ACTIVATED; in Flags()