Home
last modified time | relevance | path

Searched refs:fMaxLabel (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp124 fMaxLabel(maxLabel) in LimitLabelsRadioButton()
129 const char* fMaxLabel; member in SliderTest::LimitLabelsRadioButton
504 fSlider->SetLimitLabels(button->fMinLabel, button->fMaxLabel); in _UpdateLimitLabels()
/haiku/src/kits/interface/
H A DChannelControl.cpp136 fMaxLabel = label; in BChannelControl()
172 status = data->AddString("be:_m_max_label", fMaxLabel.String()); in Archive()
581 if (maxLabel != fMaxLabel) in SetLimitLabels()
582 fMaxLabel = maxLabel; in SetLimitLabels()
600 return fMaxLabel.String(); in MaxLimitLabel()
/haiku/headers/os/interface/
H A DChannelControl.h142 BString fMaxLabel; variable