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

Method CContainerUI

DuiLib/Core/UIContainer.cpp:10–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 //
9
10 CContainerUI::CContainerUI()
11 : m_iChildPadding(0),
12 m_bAutoDestroy(true),
13 m_bDelayedDestroy(true),
14 m_bMouseChildEnabled(true),
15 m_pVerticalScrollBar(NULL),
16 m_pHorizontalScrollBar(NULL),
17 m_bScrollProcess(false)
18 {
19 ::ZeroMemory(&m_rcInset, sizeof(m_rcInset));
20 }
21
22 CContainerUI::~CContainerUI()
23 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected