| 219 | } |
| 220 | |
| 221 | void AButton::SetImages(const wxImage& up, const wxImage& over, const wxImage& down, const wxImage& overDown, const wxImage& dis) |
| 222 | { |
| 223 | SetAlternateImages(0, up, over, down, overDown, dis); |
| 224 | } |
| 225 | |
| 226 | void AButton::SetAlternateImages(unsigned idx, |
| 227 | const wxImage& up, |
no outgoing calls
no test coverage detected