Lines Matching refs:_win
34 self._win = win
45 self._win.erase()
46 self._win.write("Hello world...")
53 titles_at_the_close[self._win.title] = dict(
54 width=self._win.width, height=self._win.height
60 self._win.erase()
61 self._win.write("Goodbye cruel world...")
78 if not perform_valid_check or self._win.is_valid():
80 self._win.title = "This Is The Event Window (" + str(self._count) + ")"
85 self._win.erase()
86 w = self._win.width
87 h = self._win.height
89 self._win.write(self._events[i] + "\n")