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

/haiku/src/apps/people/
H A DPersonWindow.cpp141 bool cutAndCopyEnabled = false; local
148 cutAndCopyEnabled = fView->IsTextSelected();
156 fCut->SetEnabled(cutAndCopyEnabled);
157 fCopy->SetEnabled(cutAndCopyEnabled);

Completed in 34 milliseconds