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

documentation: combo_get_text() has 2 parameters, documentation lists 1 #75

Closed akacastor closed 4 months ago

akacastor commented 5 months ago

The combo_get_text() function has 2 parameters (as found in combo.c): const char_t combo_get_text(const Combo combo, const uint32_t index)

The documentation for combo_get_text() only lists the first parameter: https://nappgui.com/en/gui/combo.html#f14

frang75 commented 5 months ago

Thanks! I will fix in new release.

frang75 commented 4 months ago

Fixed https://nappgui.com/en/gui/combo.html#f14