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

/haiku/src/apps/drivesetup/
H A DMainWindow.h111 BMenuItem* fMountMenuItem; member in class:MainWindow
H A DMainWindow.cpp238 fMountMenuItem = new BMenuItem(B_TRANSLATE("Mount"),
272 fPartitionMenu->AddItem(fMountMenuItem);
763 fMountMenuItem->SetEnabled(!partition->IsMounted());
785 fMountMenuItem->SetEnabled(false);
806 fMountMenuItem->SetEnabled(false);

Completed in 31 milliseconds