Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ MenuBox
Method
MenuBox
src/ui/menu.cpp:152–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
// MenuBox
151
152
MenuBox::MenuBox(WidgetType type)
153
: Widget(type)
154
, m_base(NULL)
155
{
156
this->setFocusStop(true);
157
initTheme();
158
}
159
160
MenuBox::~MenuBox()
161
{
Callers
nothing calls this directly
Calls
1
setFocusStop
Method · 0.80
Tested by
no test coverage detected