MCPcopy 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
152MenuBox::MenuBox(WidgetType type)
153 : Widget(type)
154 , m_base(NULL)
155{
156 this->setFocusStop(true);
157 initTheme();
158}
159
160MenuBox::~MenuBox()
161{

Callers

nothing calls this directly

Calls 1

setFocusStopMethod · 0.80

Tested by

no test coverage detected