Lines Matching refs:acw
171 self.autocompletewindow = acw = Toplevel(self.widget)
173 acw.wm_geometry("+10000+10000")
175 acw.wm_overrideredirect(1)
180 acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
184 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
185 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
213 self.winconfigid = acw.bind(WINCONFIG_SEQUENCE, self.winconfig_event)
224 acw = self.autocompletewindow
225 acw_width, acw_height = acw.winfo_width(), acw.winfo_height()
231 # place acw below current line
234 # place acw above current line
236 acw.wm_geometry("+%d+%d" % (new_x, new_y))
341 # two tabs in a row; insert current selection and close acw