Lines Matching full:withdraw
1715 """Withdraw this widget from the screen such that it is unmapped1717 return self.tk.call('wm', 'withdraw', self._w)1718 withdraw = wm_withdraw