dialog_set_alert_message_text()
Set the message text of an alert dialog.
Synopsis:
#include <bps/dialog.h>
BPS_API int dialog_set_alert_message_text(dialog_instance_t dialog, const char *text)
Arguments:
- dialog
-
The dialog to update.
- text
-
The message text to display.
Library:
libbpsDescription:
The dialog_set_alert_message_text() function sets the message text of the specified alert dialog.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.