dialog_set_group_id()
Set the window group ID for an application modal dialog.
Synopsis:
#include <bps/dialog.h>
BPS_API int dialog_set_group_id(dialog_instance_t dialog, const char *group_id)
Arguments:
- dialog
-
The dialog to update.
- group_id
-
The window group ID to set. If NULL, the dialog is a system modal dialog.
Library:
libbpsDescription:
The dialog_set_group_id() function sets the window group ID for an application modal dialog.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.