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

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.h42 class HashMarkLocationRadioButton;
H A DSliderTest.cpp77 // HashMarkLocationRadioButton
78 class SliderTest::HashMarkLocationRadioButton : public LabeledRadioButton { class in class:SliderTest
80 HashMarkLocationRadioButton(const char* label, enum hash_mark_location function in class:SliderTest::HashMarkLocationRadioButton
242 button = new HashMarkLocationRadioButton("No hash marks",
248 button = new HashMarkLocationRadioButton("Left/top hash marks",
254 button = new HashMarkLocationRadioButton("Right/bottom hash marks",
260 button = new HashMarkLocationRadioButton("Both sides hash marks",
449 HashMarkLocationRadioButton* button
450 = dynamic_cast<HashMarkLocationRadioButton*>(parent);

Completed in 25 milliseconds