Lines Matching refs:aboveThis
717 def tkraise(self, aboveThis=None):719 self.tk.call('raise', self._w, aboveThis)3153 def tag_raise(self, tagName, aboveThis=None):3155 than the priority of ABOVETHIS."""3157 self._w, 'tag', 'raise', tagName, aboveThis)