We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I saw ui.NewEntry() which is used for a single line of text info. But I couldn't find any multiline input control.
ui.NewEntry()
Could you please tell me if it is already implemented and how to use it?
The text was updated successfully, but these errors were encountered:
It is in libui, but I haven't synced that API to package ui yet, pending the next stable release of libui.
Sorry, something went wrong.
See #160
Thanks for the updates. Can't wait until this is available!
In that case, replaced with #277.
(More complex things like rich edit are a future goal.)
No branches or pull requests
I saw
ui.NewEntry()
which is used for a single line of text info. But I couldn't find any multiline input control.Could you please tell me if it is already implemented and how to use it?
The text was updated successfully, but these errors were encountered: