Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:transient

1710         """Instruct the window manager that this widget is transient
1712 return self.tk.call('wm', 'transient', self._w, master)
1713 transient = wm_transient