frang75 / nappgui_src

SDK for building cross-platform desktop apps in ANSI-C
https://www.nappgui.com
MIT License
442 stars 43 forks source link

listbox_XXX function documentation missing parameter #82

Closed SamSandq closed 4 months ago

SamSandq commented 4 months ago

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 commented 4 months ago

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