(self, slot)
| 746 | event.Skip() |
| 747 | |
| 748 | def slotColour(self, slot): |
| 749 | if isDark(): |
| 750 | return slotColourMapDark.get(slot) or self.GetBackgroundColour() |
| 751 | else: |
| 752 | return slotColourMap.get(slot) or self.GetBackgroundColour() |
| 753 | |
| 754 | def refresh(self, stuff): |
| 755 | """ |