Entry#
- class ignis.widgets.Entry(*args: Any, **kwargs: Any)#
Bases:
Gtk.EntryAn input field. To make it work, set the
kb_modeproperty of the window toon_demandorexclusive.- Parameters:
**kwargs -- Properties to set.
widgets.Entry( placeholder_text="placeholder", on_accept=lambda x: print(x.text), on_change=lambda x: print(x.text), )