(self, fittingView)
| 31 | proportionWidth = 1 |
| 32 | |
| 33 | def __init__(self, fittingView): |
| 34 | self.fittingView = fittingView |
| 35 | self.columnText = "" |
| 36 | self.imageId = -1 |
| 37 | self.size = wx.LIST_AUTOSIZE_USEHEADER |
| 38 | self.mask = 0 |
| 39 | self.maxsize = -1 |
| 40 | self.bitmap = wx.NullBitmap |
| 41 | |
| 42 | @classmethod |
| 43 | def register(cls): |
nothing calls this directly
no outgoing calls
no test coverage detected