Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:_windows

113         self._windows = {}
143 for w in self._windows.values():
145 return self._windows == {}
148 self._windows[wid] = window
151 del self._windows[wid]
253 if window in self._windows:
254 self._windows[window].do_itemhit(item, event)
282 elif wid in self._windows:
284 window = self._windows[wid]
369 if w and w in self._windows:
370 window = self._windows[w]
384 if wid and wid in self._windows:
385 window = self._windows[wid]
394 if wid and wid in self._windows:
395 window = self._windows[wid]
414 if wid and wid in self._windows:
415 window = self._windows[wid]
518 if wid and wid in self.parent._windows:
519 window = self.parent._windows[wid]
613 if wid and wid in self.bar.parent._windows:
614 window = self.bar.parent._windows[wid]
659 window = self.bar.parent._windows[wid]