Lines Matching defs:after
847 def after(self, ms, func=None, *args):
848 """Call function once after given time.
856 self.tk.call('after', ms)
873 return self.tk.call('after', ms, name)
881 return self.after('idle', func, *args)
886 Identifier returned by after or after_idle must be
891 'after or after_idle')
893 data = self.tk.call('after', 'info', id)
898 self.tk.call('after', 'cancel', id)
1432 after each other.
1935 defined Tcl function is called e.g. after an event occurred."""
2438 after=widget - pack it after you have packed widget
3640 If index1 is after index2, the result will be a negative number
3830 """Return the name of the next mark after INDEX."""
4275 and last is the index of the character just after
4550 after window
4551 Insert the window after the window specified. window