| 197 | } |
| 198 | |
| 199 | SIZE COptionUI::EstimateSize(SIZE szAvailable) |
| 200 | { |
| 201 | if( m_cxyFixed.cy == 0 ) return CSize(m_cxyFixed.cx, m_pManager->GetFontInfo(GetFont())->tm.tmHeight + 8); |
| 202 | return CControlUI::EstimateSize(szAvailable); |
| 203 | } |
| 204 | |
| 205 | void COptionUI::SetAttribute(LPCTSTR pstrName, LPCTSTR pstrValue) |
| 206 | { |
nothing calls this directly
no test coverage detected