| 1030 | // |
| 1031 | |
| 1032 | SRadioBox::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 | |
| 1043 | CRect SRadioBox::GetRadioRect() |
nothing calls this directly
no test coverage detected