Searched refs:autoInvoke (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/os/interface/ |
H A D | PopUpMenu.h | 25 BMenuItem* Go(BPoint where, bool autoInvoke = false, 27 BMenuItem* Go(BPoint where, bool autoInvoke, 68 BMenuItem* _Go(BPoint where, bool autoInvoke, 71 BMenuItem* _StartTrack(BPoint where, bool autoInvoke,
|
/haiku/src/kits/interface/ |
H A D | PopUpMenu.cpp | 31 bool autoInvoke; member 326 BPopUpMenu::_Go(BPoint where, bool autoInvoke, bool startOpened, in _Go() argument 358 data->autoInvoke = autoInvoke; in _Go() 400 data->selected = menu->_StartTrack(data->where, data->autoInvoke, in _thread_entry() 423 BPopUpMenu::_StartTrack(BPoint where, bool autoInvoke, bool startOpened, in _StartTrack() argument 446 if (result != NULL && autoInvoke) in _StartTrack()
|