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

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp21 // OrientationRadioButton
22 class ScrollBarTest::OrientationRadioButton : public LabeledRadioButton { class in class:ScrollBarTest
24 OrientationRadioButton(const char* label, enum orientation orientation) function in class:ScrollBarTest::OrientationRadioButton
70 LabeledRadioButton* button = new OrientationRadioButton("Horizontal",
76 button = new OrientationRadioButton("Vertical", B_VERTICAL);
120 OrientationRadioButton* button = dynamic_cast<OrientationRadioButton*>(
H A DScrollBarTest.h32 class OrientationRadioButton;
H A DSliderTest.h40 class OrientationRadioButton;
H A DSliderTest.cpp53 // OrientationRadioButton
54 class SliderTest::OrientationRadioButton : public LabeledRadioButton { class in class:SliderTest
56 OrientationRadioButton(const char* label, enum orientation orientation) function in class:SliderTest::OrientationRadioButton
198 LabeledRadioButton* button = new OrientationRadioButton("Horizontal",
204 button = new OrientationRadioButton("Vertical", B_VERTICAL);
413 OrientationRadioButton* button = dynamic_cast<OrientationRadioButton*>(

Completed in 51 milliseconds