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 (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the available dialog events. Currently, there is only one event.