glydget

Entry

class Entry(text='Entry', action=None)

Bases: glydget.widget.Widget

The Entry widget is a single line text entry widget. A fairly large set of key bindings are supported by default. If the entered text is longer than the allocation of the widget, the widget will scroll so that the cursor position is visible.

Properties

Entry.text Text entry
Entry.action Action to executed when entry has changed.

Properties Details

Entry.text

Text entry

Type:str, read-write.
Entry.action

Action to executed when entry has changed.

Type:function(button), read-write.