Home
last modified time | relevance | path

Searched refs:GetRadioButton (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp201 fOrientationRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
206 fOrientationRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
223 fThumbStyleRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
228 fThumbStyleRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
245 fHashMarkLocationRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
251 fHashMarkLocationRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
257 fHashMarkLocationRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
263 fHashMarkLocationRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
279 fBarThicknessRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
284 fBarThicknessRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
[all …]
H A DBoxTest.cpp112 fBorderStyleRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
117 fBorderStyleRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
122 fBorderStyleRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
138 fLabelRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
143 fLabelRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
148 fLabelRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
H A DScrollBarTest.cpp73 fOrientationRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
78 fOrientationRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.h36 RadioButton* GetRadioButton() const { return fRadioButton; } in GetRadioButton() function