Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/
H A DChannelSliderTest.cpp9 std::string min_label; member
55 horizontal->SetLimitLabelsFor(i, kLabels[i].min_label.c_str(), in MainWindow()
60 if (strcmp(horizontal->MinLimitLabelFor(i), kLabels[i].min_label.c_str()) != 0) in MainWindow()
/haiku/src/kits/interface/
H A DChannelControl.cpp14 std::string min_label; member
609 (*(label_map*)fMultiLabels)[channel].min_label = minLabel; in SetLimitLabelsFor()
631 return (*iter).second.min_label.c_str(); in MinLimitLabelFor()