| Parameter | Description |
|---|---|
| delay_ms | Time (milliseconds) which is delayed the call to the function callback |
| callback | Function that is called after the given delay_ms. If this parameter is not given, .after acts similar to time.sleep (in milliseconds) |
Syntax assumes a widget accepted by the method .after has been previously created (i.e widget=tk.Label(parent))