| 219 | } |
| 220 | |
| 221 | void CUI3tButton::SetStretchTexture(bool stretch_texture) |
| 222 | { |
| 223 | CUIButton::SetStretchTexture(stretch_texture); |
| 224 | m_background.SetStretchTexture(stretch_texture); |
| 225 | } |
| 226 | |
| 227 | void CUI3tButton::EnableHeading(bool b) |
| 228 | { |
no test coverage detected