Set the button limit for a dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_button_limit(dialog_instance_t dialog,
int button_limit)
BlackBerry 10.2.0
The dialog to update.
The button limit, must be greater than 0.
The dialog_set_button_limit() function sets the number of buttons allowed per row. The default is 2.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.