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

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp42 // LabelRadioButton
43 class BoxTest::LabelRadioButton : public LabeledRadioButton { class in class:BoxTest
45 LabelRadioButton(const char* label, const char* boxLabel, function in class:BoxTest::LabelRadioButton
136 button = new LabelRadioButton("No label", NULL);
141 button = new LabelRadioButton("Label string", "");
146 button = new LabelRadioButton("Label view", NULL, true);
232 LabelRadioButton* button = dynamic_cast<LabelRadioButton*>(parent);
H A DBoxTest.h37 class LabelRadioButton;
H A DSliderTest.h44 class LabelRadioButton;
H A DSliderTest.cpp104 // LabelRadioButton
105 class SliderTest::LabelRadioButton : public LabeledRadioButton { class in class:SliderTest
107 LabelRadioButton(const char* label, const char* sliderLabel) function in class:SliderTest::LabelRadioButton
303 button = new LabelRadioButton("No label", NULL);
308 button = new LabelRadioButton("Label", "Label");
313 button = new LabelRadioButton("Long label",
484 LabelRadioButton* button = dynamic_cast<LabelRadioButton*>(parent);

Completed in 126 milliseconds