Searched refs:SetValueNoUpdate (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/os/interface/
H A DControl.h88 void SetValueNoUpdate(int32 value);
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp157 BControl::SetValueNoUpdate(value);
/haiku/src/kits/interface/
H A DSlider.cpp741 BControl::SetValueNoUpdate(value);
1526 SetValueNoUpdate(fMaxValue);
1528 SetValueNoUpdate(value);
H A DCheckBox.cpp369 BControl::SetValueNoUpdate(value);
H A DRadioButton.cpp193 BControl::SetValueNoUpdate(value);
H A DControl.cpp354 BControl::SetValueNoUpdate(int32 value) function in class:BControl
H A DColorControl.cpp306 BControl::SetValueNoUpdate(value);
/haiku/src/kits/shared/
H A DIconButton.cpp846 SetValueNoUpdate(set ? B_CONTROL_ON : B_CONTROL_OFF);

Completed in 112 milliseconds