Home
last modified time | relevance | path

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

/haiku/headers/os/interface/
H A DSlider.h124 int32 KeyIncrementValue() const;
/haiku/src/kits/interface/
H A DSlider.cpp514 newValue -= KeyIncrementValue(); in KeyDown()
519 newValue += KeyIncrementValue(); in KeyDown()
1325 BSlider::KeyIncrementValue() const in KeyIncrementValue() function in BSlider