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
Seems like the API documentation is missing a parameter:
now:
const char_t *listbox_text(const *listbox);
should be:
const char_t *listbox_text(const *listbox, uint32 index);
In other words the index of the list item is missing. I believe there are several with the same mistake, but have not checked.
The text was updated successfully, but these errors were encountered:
Reviewed listbox documentation page: https://nappgui.com/en/gui/listbox.html The parameter was missing in several methods. Thanks for the report.
Sorry, something went wrong.
frang75
No branches or pull requests
Seems like the API documentation is missing a parameter:
now:
should be:
In other words the index of the list item is missing. I believe there are several with the same mistake, but have not checked.
The text was updated successfully, but these errors were encountered: