frang75 / nappgui_src

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

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

Closed akacastor closed 11 months ago

akacastor commented 1 year 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 1 year ago

Thanks! I will fix in new release.

frang75 commented 11 months ago

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