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

Method SetAnchor

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

Source from the content-addressed store, hash-verified

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

Callers 3

OnInitDialogMethod · 0.45
HookMethod · 0.45
CSpitterPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected