dialog_set_background_alpha()

Deprecated: Dialogs are always fully opaque.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_set_background_alpha(dialog_instance_t dialog,
                                        double background_alpha) BPS_DEPRECATED

Since:

BlackBerry 10.0.0

Arguments:

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

Deprecated:

Dialogs are always fully opaque. This function has no effect for BlackBerry 10 OS.

Returns: