Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setPopupAccept
Method
setPopupAccept
MyGUIEngine/src/MyGUI_MenuControl.cpp:766–769 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
764
}
765
766
void MenuControl::setPopupAccept(bool _value)
767
{
768
mPopupAccept = _value;
769
}
770
771
bool MenuControl::getPopupAccept() const
772
{
Callers
4
ExportMenuControl_SetPopupAccept
Function · 0.80
MyGUI_Managed_MenuControl.h
File · 0.80
createMainMenu
Method · 0.80
createWidgetPopup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected