(self, items=None)
| 112 | self.Thaw() |
| 113 | |
| 114 | def UpdateList(self, items=None): |
| 115 | # We do nothing with `items`, but it gets returned by the price service thread |
| 116 | self.Freeze() |
| 117 | self.paramList.ClearAll() |
| 118 | self.PopulateList() |
| 119 | self.Thaw() |
| 120 | self.paramList.resizeLastColumn(100) |
| 121 | |
| 122 | def RefreshValues(self, event): |
| 123 | self.UpdateList() |
no test coverage detected