MCPcopy Create free account
hub / github.com/cinience/RedisStudio / CMenuElementUI

Method CMenuElementUI

RedisStudio/DuiEx/UIMenu.cpp:473–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471//
472
473CMenuElementUI::CMenuElementUI():
474m_pWindow(NULL)
475{
476 m_cxyFixed.cy = 25;
477 m_bMouseChildEnabled = true;
478
479 SetMouseChildEnabled(false);
480}
481
482CMenuElementUI::~CMenuElementUI()
483{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected