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

/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h101 BMenu* fSelectM; member in class:PropertyListView
H A DPropertyListView.cpp325 fSelectM = new BMenu(B_TRANSLATE("Select"));
328 fSelectM->AddItem(fSelectAllMI);
331 fSelectM->AddItem(fSelectNoneMI);
334 fSelectM->AddItem(fInvertSelectionMI);
335 fSelectM->SetTargetForItems(this);
337 fPropertyM->AddItem(fSelectM);
730 fSelectM->SetEnabled(gotItems);

Completed in 39 milliseconds