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

/haiku/src/kits/interface/
H A DMenuBar.cpp530 menuBar->_SetStickyMode(data.sticky);
585 submenu->_SetStickyMode(_IsStickyMode());
609 _SetStickyMode(true);
663 _SetStickyMode(false);
672 _SetStickyMode(true);
691 _SetStickyMode(false);
H A DMenu.cpp553 fSelected->Submenu()->_SetStickyMode(true);
1408 _SetStickyMode(sticky);
2087 submenu->_SetStickyMode(_IsStickyMode());
2381 _SetStickyMode(false);
2384 _SetStickyMode(true);
3142 BMenu::_SetStickyMode(bool sticky) function in class:BMenu
3151 fSuper->_SetStickyMode(sticky);
3446 _SetStickyMode(false);
/haiku/headers/os/interface/
H A DMenu.h265 void _SetStickyMode(bool on);

Completed in 37 milliseconds