dialog_event_get_selected_label()
Get the label of the selected button from a DIALOG_RESPONSE event.
Synopsis:
#include <bps/dialog.h>
BPS_API const char* dialog_event_get_selected_label(bps_event_t *event)
Arguments:
- event
-
The DIALOG_RESPONSE event to get the selected button label from.
Library:
libbpsDescription:
The dialog_event_get_selected_label() function gets the label of the selected button after a dialog button has been pressed by the user.
Returns:
The text label of the selected button.