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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp369 BCheckBox *check_box, *full_screen; local
738 check_box = new BCheckBox(r, "", B_TRANSLATE("2 threads"),
740 check_box->SetTarget(this);
741 check_box->SetFont(&font);
742 check_box->ResizeToPreferred();
743 fLeftView->AddChild(check_box);
762 check_box = new BCheckBox(r, "", B_TRANSLATE("Red"),
764 check_box->SetFont(&font);
765 check_box->ResizeToPreferred();
766 fColorsBox->AddChild(check_box);
972 BCheckBox *check_box; local
[all...]

Completed in 167 milliseconds