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

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.h45 class LimitLabelsRadioButton;
H A DSliderTest.cpp117 // LimitLabelsRadioButton
118 class SliderTest::LimitLabelsRadioButton : public LabeledRadioButton { class in class:SliderTest
120 LimitLabelsRadioButton(const char* label, const char* minLabel, function in class:SliderTest::LimitLabelsRadioButton
330 button = new LimitLabelsRadioButton("No limit labels", NULL, NULL);
335 button = new LimitLabelsRadioButton("Normal limit labels", "Min", "Max");
340 button = new LimitLabelsRadioButton("Long limit labels",
501 LimitLabelsRadioButton* button = dynamic_cast<LimitLabelsRadioButton*>(

Completed in 337 milliseconds