Bind to this widget at event sequence a call to function func.
(sequence=None, func=None, add=None)
| 297 | # It should properly go in a Misc mock, but is included here for now. |
| 298 | |
| 299 | def bind(sequence=None, func=None, add=None): |
| 300 | "Bind to this widget at event sequence a call to function func." |
| 301 | pass |
| 302 | |
| 303 | |
| 304 | class Entry: |
no outgoing calls