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

/haiku/src/apps/haikudepot/util/
H A DAppUtils.h26 static status_t GetValueForKeyAtIndexInMenu(BMenu* menu, int32 index,
H A DAppUtils.cpp76 if (AppUtils::GetValueForKeyAtIndexInMenu(menu, i, key, &itemCode) == B_OK) {
87 AppUtils::GetValueForKeyAtIndexInMenu(BMenu* menu, int32 index, const BString& key, BString* result) function in class:AppUtils

Completed in 45 milliseconds