Searched refs:openAnyway (Results 1 – 2 of 2) sorted by relevance
/haiku/src/kits/interface/ |
H A D | PopUpMenu.cpp | 93 BPopUpMenu::Go(BPoint where, bool deliversMessage, bool openAnyway, bool async) in Go() argument 95 return _Go(where, deliversMessage, openAnyway, NULL, async); in Go() 100 BPopUpMenu::Go(BPoint where, bool deliversMessage, bool openAnyway, in Go() argument 103 return _Go(where, deliversMessage, openAnyway, &clickToOpen, async); in Go()
|
/haiku/docs/user/interface/ |
H A D | PopUpMenu.dox | 154 bool openAnyway, bool async) 163 \param openAnyway If \c true, the pop-up menu will stay open even once the 177 bool openAnyway, BRect clickToOpen, bool async) 181 coordinate system. \a openAnyway must be set \c true for the \a clickToOpen 190 \param openAnyway If \c true, the pop-up menu will stay open even once the
|