January 1999
Beginner
373 pages
9h 43m
English
Using bind is a powerful way to make your application do things easily. You can add a binding to a listbox widget so it will display a menu when you right-click on it. Use bind with text tags to create a pseudo-html document. Add a double-click binding to the listbox so that something happens when a user double-clicks on an item in the listbox. There are more ways you can use bind than I could ever cover here. Just make sure you don't do anything that the user can't figure out (for example, triple-clicking while holding down the Control key is a bit obscure).