Add TextField Support #57
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
I would to take user input for searching
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Sorry my bad i guess we have to use searchEntry? The naming is super weird or generic.
I was checking out the libadwaita-demo app and saw under styles this below, so wanna ask which widget is this, I wish that this app told which widget they using since the naming is different.
There is
GtkSearchEntryfor search, and I've just added support forGtkEntryfor more generic text fields as well (and there's alsoAdwEntryRowfor similar use cases).You can use the GTK inspector to find the name of widgets in GTK apps.