Lines Matching refs:belowThis
714 def lower(self, belowThis=None):716 self.tk.call('lower', self._w, belowThis)3133 def tag_lower(self, tagName, belowThis=None):3135 than the priority of BELOWTHIS."""3136 self.tk.call(self._w, 'tag', 'lower', tagName, belowThis)