dialog_progress_state_t

The state of progress in progress dialogs and toasts.

Synopsis:

#include <bps/dialog.h>
 
typedef enum {
      DIALOG_PROGRESS_PLAY = 0   
      DIALOG_PROGRESS_PAUSE = 1   
      DIALOG_PROGRESS_ERROR = 2   
} dialog_progress_state_t;

Data:

DIALOG_PROGRESS_PLAY
DIALOG_PROGRESS_PAUSE
DIALOG_PROGRESS_ERROR

Library:

libbps

Description: