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

Lines Matching full:withdraw

1715         """Withdraw this widget from the screen such that it is unmapped
1717 return self.tk.call('wm', 'withdraw', self._w)
1718 withdraw = wm_withdraw