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

/haiku/src/kits/tracker/
H A DSelectionWindow.cpp95 fMatchingTypeMenuField = new BMenuField("name", B_TRANSLATE("Name"), menu);
118 .Add(fMatchingTypeMenuField)
205 if (!fMatchingTypeMenuField->LockLooper())
208 BMenuItem* item = fMatchingTypeMenuField->Menu()->FindMarked();
210 fMatchingTypeMenuField->UnlockLooper();
214 int32 index = fMatchingTypeMenuField->Menu()->IndexOf(item);
216 fMatchingTypeMenuField->UnlockLooper();
H A DSelectionWindow.h69 BMenuField* fMatchingTypeMenuField; member in class:BPrivate::SelectionWindow

Completed in 35 milliseconds