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

/haiku/headers/os/interface/
H A DWindow.h393 bool fNoQuitShortcut; member in class:BWindow
/haiku/src/kits/interface/
H A DWindow.cpp1740 fNoQuitShortcut = true;
2764 fNoQuitShortcut = IsModal();
3702 if (!fNoQuitShortcut && (key == 'Q' || key == 'q')) {

Completed in 39 milliseconds