Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ InvokeOnResized
Method
InvokeOnResized
lib_acl_cpp/samples/gui_rpc/ui/WndResizer.cpp:1535–1541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1533
}
1534
1535
BOOL CWndResizer::InvokeOnResized()
1536
{
1537
ASSERT(m_pHookedWnd != NULL);
1538
1539
OnSize(0, 0, 0);
1540
return TRUE;
1541
}
1542
1543
1544
CString CWndResizer::GetDebugInfo()
Callers
1
OnInitDialog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected