Entry#
- class ignis.widgets.Widget.Entry(*args: Any, **kwargs: Any)#
Bases:
Gtk.Entry
An input field. To make it work, set the
kb_mode
property of the window toon_demand
orexclusive
.Widget.Entry( placeholder="placeholder", on_accept=lambda x: print(x.text), on_change=lambda x: print(x.text), )