(self, prices)
| 158 | self.labelPriceTotal.SetToolTip(wx.ToolTip('{:,.2f} ISK'.format(total_price))) |
| 159 | |
| 160 | def processPrices(self, prices): |
| 161 | self.refreshPanelPrices(self.fit) |
| 162 | |
| 163 | self.labelEMStatus.SetLabel("") |
| 164 | self.panel.Layout() |
| 165 | |
| 166 | |
| 167 | PriceViewFull.register() |
nothing calls this directly
no test coverage detected