Closed akacastor closed 11 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
Thanks! I will fix in new release.
Fixed https://nappgui.com/en/gui/combo.html#f14
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