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

Function SetPadding

Libraries/TabbingFramework/CustomTabCtrl.h:3333–3339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3331 }
3332
3333 void SetPadding(int iPadding)
3334 {
3335 m_iPadding = iPadding;
3336 T* pT = static_cast<T*>(this);
3337 pT->UpdateLayout();
3338 this->Invalidate();
3339 };
3340
3341 // FindItem: Find the next tab item matching the search criteria
3342 // The functions is meant to mimic how

Callers

nothing calls this directly

Calls 1

UpdateLayoutMethod · 0.80

Tested by

no test coverage detected