L


TOPL


Label


Listbox

# lib/python3.1/tkinter/__init__.py
class Listbox(Widget):
    """Listbox widget which can display a list of strings."""

TOPL