MCPcopy Create free account
hub / github.com/acl-dev/acl / CreatePanel

Method CreatePanel

app/net_tools/ui/WndResizer.cpp:1158–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156}
1157
1158BOOL CWndResizer::CreatePanel(UINT uID)
1159{
1160 ASSERT(m_pHookedWnd != NULL);
1161 if (FindPanelByName(&root, IdToName(uID)) != NULL)
1162 {
1163 return FALSE;
1164 }
1165 CUIPanel * pPanel = GetUIPanel(uID);
1166 ASSERT(pPanel != NULL);
1167
1168 pPanel->m_bOle = TRUE;
1169
1170 return TRUE;
1171}
1172
1173BOOL CWndResizer::SetFlowDirection(LPCTSTR flowPanelName, short direction)
1174{

Callers

nothing calls this directly

Calls 2

AddChildMethod · 0.45
RemoveChildMethod · 0.45

Tested by

no test coverage detected