E


Entry

class Entry(Widget):         # /Python-3.0/Lib/tkinter/__init__.py
    """Entry widget which allows to display simple text."""


Event

TOP