| 786 | } |
| 787 | |
| 788 | void ToolBar::MakeMacRecoloredImage( teBmps eBmpOut, teBmps eBmpIn ) |
| 789 | { |
| 790 | theTheme.ReplaceImage( eBmpOut, &theTheme.Image( eBmpIn )); |
| 791 | } |
| 792 | |
| 793 | void ToolBar::MakeMacRecoloredImageSize(teBmps eBmpOut, teBmps eBmpIn, const wxSize& size) |
| 794 | { |
nothing calls this directly
no test coverage detected