1. def SetUnusableSlot(self, slotIndex):
  2. wndMgr.SetUnusableSlot(self.hWnd, slotIndex)
  3. def SetUsableSlot(self, slotIndex):
  4. wndMgr.SetUsableSlot(self.hWnd, slotIndex)