lua_entry

dt_type

A widget in which the user can input text

Attributes:

🔗lua_entry.__call

see types.lua_widget.As a function

🔗lua_entry.extra registration parameters

This widget has no extra registration parameters

🔗lua_entry.text

string

The content of the entry

Attributes:

🔗lua_entry.placeholder

string

The text to display when the entry is empty

Attributes:

🔗lua_entry.is_password

boolean

True if the text content should be hidden

Attributes:

🔗lua_entry.editable

boolean

False if the entry should be read-only

Attributes: