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

Lines Matching refs:deiconify

1577         """Deiconify this widget. If it was never mapped it will not be mapped.
1579 return self.tk.call('wm', 'deiconify', self._w)
1580 deiconify = wm_deiconify
3791 root.deiconify()