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

/haiku/src/tests/kits/interface/
H A DChannelSliderTest.cpp14 const struct limit_label kLabels[] = { variable in typeref:struct:limit_label
55 horizontal->SetLimitLabelsFor(i, kLabels[i].min_label.c_str(),
56 kLabels[i].max_label.c_str());
60 if (strcmp(horizontal->MinLimitLabelFor(i), kLabels[i].min_label.c_str()) != 0)
62 if (strcmp(horizontal->MaxLimitLabelFor(i), kLabels[i].max_label.c_str()) != 0)

Completed in 35 milliseconds