Method
AdapMessageDialogset_close_response
since: 1.2
Declaration [src]
void
adap_message_dialog_set_close_response (
AdapMessageDialog* self,
const char* response
)
Description [src]
Sets the ID of the close response of self
.
It will be passed to AdapMessageDialog::response
if the window is
closed by pressing Escape or with a system action.
It doesn’t have to correspond to any of the responses in the dialog.
The default close response is close
.
Available since: 1.2
Sets property | Adap.MessageDialog:close-response |