Lines Matching defs:window
31 from idlelib import window
121 self.top = top = window.ListedToplevel(root, menu=self.menubar)
155 self.top.bind("<<close-window>>", self.close_event)
158 text.bind('<<close-window>>', self.close_event)
214 text.bind("<<open-new-window>>", self.new_callback)
298 menu = self.menudict.get('window')
307 window.register_callback(self.postwindowsmenu)
475 ("window", "_Window"),
480 """Populate the menu bar widget for the editor window.
491 represent the valid menu items for this window and may be a
517 """Callback to register window.
521 menu = self.menudict['window']
527 window.add_windows_to_menu(menu)
589 ("Close", "<<close-window>>", None), # Example
749 when latter is not invoked in named editor window.
954 "Update the indentwidth if changed and not using tabs in this window"
1027 # for each edit window instance, construct the recent files menu
1134 window.unregister_callback(self.postwindowsmenu)
1148 # unless override: unregister from flist, terminate if last window
1215 """Fill in dropdown menus used by this window.
1734 # error if close master window first - timer event, after script
1749 # edit.text.bind("<<close-window>>", edit.close_event)