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

Method RemoveChild

app/net_tools/ui/WndResizer.cpp:1858–1868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1856}
1857
1858BOOL CPanel::RemoveChild(CPanel * pChild)
1859{
1860 POSITION pos = Children.Find(pChild);
1861 if (pos == NULL)
1862 {
1863 return FALSE;
1864 }
1865 Children.RemoveAt(pos);
1866 return TRUE;
1867
1868}
1869
1870BOOL CPanel::SetMinSize(CSize & size)
1871{

Callers 4

CreateFlowLayoutPanelMethod · 0.45
CreatePanelMethod · 0.45
AddChildMethod · 0.45
CreateMethod · 0.45

Calls 1

FindMethod · 0.80

Tested by

no test coverage detected