(self, activationWindow, activateOnMessage=True)
| 80 | return self._activationWindow |
| 81 | |
| 82 | def setActivationWindow(self, activationWindow, activateOnMessage=True): |
| 83 | self._activationWindow = activationWindow |
| 84 | self._activateOnMessage = activateOnMessage |
| 85 | |
| 86 | def activateWindow(self): |
| 87 | if not self._activationWindow: |