Lines Matching refs:parent
26 def __init__(self, parent, title=None, *, _htest=False, _utest=False):
29 parent - parent of this dialog
34 Toplevel.__init__(self, parent)
36 # place dialog below parent if running htest
38 parent.winfo_rootx()+30,
39 parent.winfo_rooty()+(30 if not _htest else 100)))
46 self.transient(parent)
49 self.parent = parent
177 viewer with self as the parent and title as the title of
189 is sent to a text viewer with self as the parent, title as