Dialog events

The available dialog events.

Synopsis:

#include <bps/dialog.h>
 
 enum {
      DIALOG_RESPONSE = 0x01   
};

Data:

DIALOG_RESPONSE
The single dialog event.

This event is generated when the user presses a button on a dialog. It contains information about which button was pressed, along with information that is specific to the type of dialog.

Library:

libbps

Description:

This enumeration defines the available dialog events. Currently, there is only one event.