Home
last modified time | relevance | path

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

/haiku/src/preferences/screen/
H A DConstants.h37 static const uint32 SLIDER_MODIFICATION_MSG = 'sldm'; variable
H A DRefreshWindow.cpp51 fRefreshSlider->SetModificationMessage(new BMessage(SLIDER_MODIFICATION_MSG)); in RefreshWindow()