(self, fittingView, params)
| 33 | name = 'Damp ScanRes' |
| 34 | |
| 35 | def __init__(self, fittingView, params): |
| 36 | ViewColumn.__init__(self, fittingView) |
| 37 | self.imageId = fittingView.imageList.GetImageIndex(74, 'icons') |
| 38 | self.bitmap = BitmapLoader.getBitmap(74, 'icons') |
| 39 | self.mask = wx.LIST_MASK_IMAGE |
| 40 | |
| 41 | def getText(self, stuff): |
| 42 | if isinstance(stuff, BaseWrapper): |
nothing calls this directly
no test coverage detected