MCPcopy Create free account
hub / github.com/SOUI2/soui / SCheckBox

Method SCheckBox

SOUI/src/control/SCmnCtrl.cpp:846–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844// Check Box
845
846SCheckBox::SCheckBox()
847 : m_pSkin(GETBUILTINSKIN(SKIN_SYS_CHECKBOX))
848 , m_pFocusSkin(GETBUILTINSKIN(SKIN_SYS_FOCUSCHECKBOX))
849{
850 m_style.SetAttribute(L"align",L"left");
851 m_bFocusable=TRUE;
852}
853
854
855CRect SCheckBox::GetCheckRect()

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.45

Tested by

no test coverage detected