Searched refs:spacingMenu (Results 1 – 1 of 1) sorted by relevance
72 BMenu* spacingMenu = new BMenu("Button spacing"); in Window() local73 spacingMenu->SetLabelFromMarked(true); in Window()74 spacingMenu->SetRadioMode(true); in Window()75 spacingMenu->AddItem(new BMenuItem("Even", NULL)); in Window()76 spacingMenu->AddItem(new BMenuItem("Offset", NULL)); in Window()77 spacingMenu->ItemAt(0)->SetMarked(true); in Window()78 fSpacingField = new BMenuField("Button spacing", spacingMenu); in Window()