MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnSettingChange

Function OnSettingChange

Libraries/TabbingFramework/CustomTabCtrl.h:1347–1353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345 }
1346
1347 LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
1348 {
1349 T* pT = static_cast<T*>(this);
1350 pT->UpdateLayout();
1351 this->Invalidate();
1352 return 0;
1353 }
1354
1355 LRESULT OnGetDlgCode(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
1356 {

Callers

nothing calls this directly

Calls 1

UpdateLayoutMethod · 0.80

Tested by

no test coverage detected