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

Method CreatePanel

lib_acl_cpp/samples/gui_rpc/ui/WndResizer.cpp:1153–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

AddChildMethod · 0.45
RemoveChildMethod · 0.45

Tested by

no test coverage detected