Lines Matching refs:widget
53 self.text is the editor window text widget.
63 self.t1 and self.t2 are two timer events on the editor text widget to
102 # align the context with the text in the main Text widget.
110 for widget in widgets:
111 info = (widget.grid_info()
112 if widget is self.editwin.text
113 else widget.pack_info())
114 padx += widget.tk.getint(info['padx'])
115 padx += widget.tk.getint(widget.cget('padx'))
116 border += widget.tk.getint(widget.cget('border'))
128 # Grid the context widget above the text widget.
212 # Update widget.
241 "Event on editor text widget triggered every UPDATEINTERVAL ms."