Searched refs:fProportion (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DScrollBar.cpp216 fProportion(0.0f),
245 fProportion(0.0f),
298 if (data->FindFloat("_prop", &fProportion) < B_OK)
299 fProportion = 0.0;
353 err = data->AddFloat("_prop", fProportion);
394 && fProportion >= 0.0f && fProportion < 1.0f;
681 if (!fPrivateData->fEnabled || fMin >= fMax || fProportion >= 1.0f
682 || fProportion < 0.0f) {
799 if (value == fProportion)
[all...]
/haiku/headers/os/interface/
H A DScrollBar.h125 float fProportion; member in class:BScrollBar

Completed in 85 milliseconds