(self, fittingView, params)
| 27 | name = "Ammo Icon" |
| 28 | |
| 29 | def __init__(self, fittingView, params): |
| 30 | ViewColumn.__init__(self, fittingView) |
| 31 | self.size = 24 |
| 32 | self.maxsize = self.size |
| 33 | self.mask = wx.LIST_MASK_IMAGE |
| 34 | self.columnText = "" |
| 35 | |
| 36 | def getText(self, mod): |
| 37 | return "" |
nothing calls this directly
no outgoing calls
no test coverage detected