Lines Matching refs:top
121 self.top = top = window.ListedToplevel(root, menu=self.menubar)
124 #self.top.instance_dict makes flist.inversedict available to
126 self.top.instance_dict = flist.inversedict
130 self.top.instance_dict = {}
135 self.text_frame = text_frame = Frame(top)
149 self.top.focused_widget = self.text
154 self.top.protocol("WM_DELETE_WINDOW", self.close)
155 self.top.bind("<<close-window>>", self.close_event)
429 self.status_bar = self.MultiStatusBar(self.top)
430 sep = Frame(self.top, height=1, borderwidth=1, background='grey75')
626 help_about.AboutDialog(self.top)
632 configdialog.ConfigDialog(self.top,'Settings')
641 parent = self.top
826 self.top.update_windowlist_registry(self)
1004 rf_list.remove(new_file) # move to top
1028 for instance in self.top.instance_dict:
1058 self.top.wm_title(title)
1059 self.top.wm_iconname(icon)
1083 top, bot = self.getwindowlines()
1085 height = bot - top
1091 top = self.getlineno("@0,0")
1093 if top == bot and text.winfo_height() == 1:
1096 bot = top + height - 1
1097 return top, bot
1105 geom = self.top.wm_geometry()
1116 if self.top.state()!='normal':
1117 self.top.deiconify()
1118 self.top.lower()
1119 self.top.lift()
1146 self.top.destroy()