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

Method CListHeaderItemUI

DuiLib/Control/UIList.cpp:1168–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166//
1167
1168CListHeaderItemUI::CListHeaderItemUI() : m_bDragable(true), m_uButtonState(0), m_iSepWidth(4),
1169m_uTextStyle(DT_VCENTER | DT_CENTER | DT_SINGLELINE), m_dwTextColor(0), m_iFont(-1), m_bShowHtml(false)
1170{
1171 SetTextPadding(CDuiRect(2, 0, 2, 0));
1172 ptLastMouse.x = ptLastMouse.y = 0;
1173 SetMinWidth(16);
1174}
1175
1176LPCTSTR CListHeaderItemUI::GetClass() const
1177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected