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

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.h41 class ThumbStyleRadioButton;
H A DSliderTest.cpp65 // ThumbStyleRadioButton
66 class SliderTest::ThumbStyleRadioButton : public LabeledRadioButton { class in class:SliderTest
68 ThumbStyleRadioButton(const char* label, enum thumb_style style) function in class:SliderTest::ThumbStyleRadioButton
221 button = new ThumbStyleRadioButton("Block thumb", B_BLOCK_THUMB);
226 button = new ThumbStyleRadioButton("Triangle thumb", B_TRIANGLE_THUMB);
431 ThumbStyleRadioButton* button = dynamic_cast<ThumbStyleRadioButton*>(

Completed in 55 milliseconds