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

/haiku/headers/os/translation/
H A DTranslationUtils.h72 static status_t AddTranslationItems(BMenu* intoMenu,
/haiku/src/kits/translation/
H A DTranslationUtils.cpp856 // Parameters: intoMenu, the menu where the entries are created
858 // intoMenu
872 // Returns: B_BAD_VALUE, if intoMenu is NULL
877 BTranslationUtils::AddTranslationItems(BMenu *intoMenu, uint32 fromType, argument
881 if (!intoMenu)
943 intoMenu->AddItem(new BMenuItem(info->name, itemmsg));

Completed in 40 milliseconds