Skip to content
New issue

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

listbox_XXX function documentation missing parameter #82

Closed
SamSandq opened this issue Jan 6, 2024 · 1 comment
Closed

listbox_XXX function documentation missing parameter #82

SamSandq opened this issue Jan 6, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@SamSandq
Copy link

SamSandq commented Jan 6, 2024

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.

@frang75 frang75 self-assigned this Jan 6, 2024
@frang75 frang75 added the documentation Improvements or additions to documentation label Jan 6, 2024
@frang75
Copy link
Owner

frang75 commented Jan 7, 2024

Reviewed listbox documentation page: https://nappgui.com/en/gui/listbox.html
The parameter was missing in several methods.
Thanks for the report.

@frang75 frang75 closed this as completed Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants