| 250 | } |
| 251 | |
| 252 | void AButton::SetIcons(const wxImage& up, const wxImage& down, const wxImage& disabled) |
| 253 | { |
| 254 | SetAlternateIcons(0, up, down, disabled); |
| 255 | } |
| 256 | |
| 257 | void AButton::SetAlternateIcon(unsigned idx, const wxImage& icon) |
| 258 | { |
no outgoing calls
no test coverage detected