Lines Matching +defs:compare +defs:func
825 def after(self, ms, func=None, *args): argument
853 def after_idle(self, func, *args): argument
1364 def _bind(self, what, sequence, func, add, needcleanup=1): argument
1382 def bind(self, sequence=None, func=None, add=None): argument
1430 def bind_all(self, sequence=None, func=None, add=None): argument
1441 def bind_class(self, className, sequence=None, func=None, add=None): argument
1542 def _register(self, func, subst=None, needcleanup=1): argument
1910 def __init__(self, func, subst, widget): argument
2218 def wm_protocol(self, name=None, func=None): argument
2769 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument
3596 def compare(self, index1, op, index2): member in Text
3869 def tag_bind(self, tagName, sequence, func, add=None): argument