1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
Johannes Marbach 52dac2b8e4
feat(msgbox): add function to get selected button index (#2538)
This adds a new function lv_msgbox_get_active_btn that works analogously
to lv_msgbox_get_active_btn_text but returns the button index instead of
its text.

The index is more convenient for comparison in localized applications as
it doesn't depend on the current language.
2021-09-09 14:40:37 +02:00
..
2021-06-18 12:25:49 -04:00
2021-07-15 16:07:40 +02:00
2021-09-01 09:12:39 +02:00
2021-06-14 23:16:31 +02:00
2021-05-19 21:55:29 +02:00
2021-08-26 10:52:39 +02:00
2021-05-01 07:34:30 +02:00
2021-06-15 07:59:04 +02:00
2021-08-27 12:15:39 +02:00