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

/haiku/src/tests/libs/alm/
H A DViews.cpp34 BRadioButton* radioButton = new BRadioButton("BRadioButton", NULL); local
62 .AddToRight(radioButton)
65 .StartingAt(radioButton)
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp200 BRadioButton* radioButton; local
205 radioButton = new BRadioButton(b, "radio 1", B_TRANSLATE("Line"), message);
206 controlGroup->AddChild(radioButton);
208 radioButton->SetValue(B_CONTROL_ON);
210 b.OffsetBy(0, radioButton->Bounds().Height() + 5.0);
213 radioButton = new BRadioButton(b, "radio 2", B_TRANSLATE("Rect"), message);
214 controlGroup->AddChild(radioButton);
216 b.OffsetBy(0, radioButton->Bounds().Height() + 5.0);
219 radioButton = new BRadioButton(b, "radio 3", B_TRANSLATE("Round rect"), message);
220 controlGroup->AddChild(radioButton);
[all...]

Completed in 90 milliseconds