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

/haiku/src/apps/screenshot/
H A DScreenshotWindow.h69 BMenu* fTranslatorMenu; member in class:ScreenshotWindow
H A DScreenshotWindow.cpp180 fTranslatorMenu = new BMenu(B_TRANSLATE("Please select"));
183 fTranslatorMenu);
587 fTranslatorMenu = new BMenu("Please select");
588 BTranslationUtils::AddTranslationItems(fTranslatorMenu, B_TRANSLATOR_BITMAP,
591 fTranslatorMenu->SetLabelFromMarked(true);
593 if (fTranslatorMenu->ItemAt(0))
594 fTranslatorMenu->ItemAt(0)->SetMarked(true);
597 for (int32 i = 0; i < fTranslatorMenu->CountItems(); ++i) {
598 BMenuItem* item = fTranslatorMenu->ItemAt(i);

Completed in 82 milliseconds