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

Method RemoveChild

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

Source from the content-addressed store, hash-verified

1851}
1852
1853BOOL CPanel::RemoveChild(CPanel * pChild)
1854{
1855 POSITION pos = Children.Find(pChild);
1856 if (pos == NULL)
1857 {
1858 return FALSE;
1859 }
1860 Children.RemoveAt(pos);
1861 return TRUE;
1862
1863}
1864
1865BOOL CPanel::SetMinSize(CSize & size)
1866{

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