A gtk.alert_dialog.AlertDialog object collects the arguments that are needed to present a message to the user.
The message is shown with the gtk.alert_dialog.AlertDialog.choose function. This API follows the GIO async pattern, and the result can be obtained by calling gtk.alert_dialog.AlertDialog.chooseFinish.
If you don't need to wait for a button to be clicked, you can use gtk.alert_dialog.AlertDialog.show.
A gtk.alert_dialog.AlertDialog object collects the arguments that are needed to present a message to the user.
The message is shown with the gtk.alert_dialog.AlertDialog.choose function. This API follows the GIO async pattern, and the result can be obtained by calling gtk.alert_dialog.AlertDialog.chooseFinish.
If you don't need to wait for a button to be clicked, you can use gtk.alert_dialog.AlertDialog.show.