Searched refs:fControlLookMenu (Results 1 – 2 of 2) sorted by relevance
77 fControlLookMenu(NULL), in LookAndFeelSettingsView()103 B_TRANSLATE("ControlLook:"), fControlLookMenu); in LookAndFeelSettingsView()173 fControlLookMenu->SetTargetForItems(this); in AttachedToWindow()345 fControlLookMenu->FindItem(label)->SetMarked(true); in _SetControlLook()347 fControlLookMenu->FindItem(B_TRANSLATE("Default"))->SetMarked(true); in _SetControlLook()360 fControlLookMenu = new BPopUpMenu(B_TRANSLATE("Choose ControlLook")); in _BuildControlLookMenu()368 fControlLookMenu->AddItem(item); in _BuildControlLookMenu()385 fControlLookMenu->AddItem(item); in _BuildControlLookMenu()
62 BPopUpMenu* fControlLookMenu; variable