| 14 | ) |
| 15 | |
| 16 | type ImageList struct { |
| 17 | hIml win.HIMAGELIST |
| 18 | dpi int |
| 19 | maskColor Color |
| 20 | imageSize96dpi Size |
| 21 | colorMaskedBitmap2Index map[*Bitmap]int |
| 22 | bitmapMaskedBitmap2Index map[bitmapMaskedBitmap]int |
| 23 | icon2Index map[*Icon]int32 |
| 24 | } |
| 25 | |
| 26 | type bitmapMaskedBitmap struct { |
| 27 | bitmap *Bitmap |
nothing calls this directly
no outgoing calls
no test coverage detected