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

Method SetAnchor

app/net_tools/ui/WndResizer.cpp:459–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459BOOL CWndResizer::SetAnchor(LPCTSTR panelName, UINT uAnchor)
460{
461 // container must already exist
462 CPanel * pPanel = NULL;
463 if ( (pPanel = FindPanelByName(&root, panelName)) == NULL)
464 {
465 return FALSE;
466 }
467
468 return pPanel->SetAnchor(uAnchor);
469}
470
471BOOL CWndResizer::SetAnchor(UINT uID, UINT uAnchor)
472{

Callers 2

HookMethod · 0.45
CSpitterPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected