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

Method SRadioBox

SOUI/src/control/SCmnCtrl.cpp:1032–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030//
1031
1032SRadioBox::SRadioBox()
1033 : m_pSkin(GETBUILTINSKIN(SKIN_SYS_RADIO))
1034 , m_pFocusSkin(GETBUILTINSKIN(SKIN_SYS_FOCUSRADIO))
1035 , m_uIconAlign(SwndStyle::Align_Left)
1036 , m_uIconVAlign(SwndStyle::VAlign_Middle)
1037{
1038 m_style.SetAttribute(L"align",L"left");
1039 m_bFocusable=TRUE;
1040}
1041
1042
1043CRect SRadioBox::GetRadioRect()

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.45

Tested by

no test coverage detected