pythonware.com | products ::: library ::: search ::: daily Python-URL! |
The Listbox WidgetChapter 31. The Listbox Widget
The Listbox widget is a standard Tkinter widget used to display a list of alternatives. The listbox can only contain text items, and all items must have the same font and color. Depending on the widget configuration, the user can choose one or more alternatives from the list. When to use the Listbox WidgetListboxes are used to select from a group of textual items. Depending on how the listbox is configured, the user can select one or many items from that list. |