Package: gtk

Function gtk:alert-dialog-new

Lambda List

gtk:alert-dialog-new (msg &rest args)

Arguments

msg -- a format string for the message
args -- arguments for msg

Return Value

The new gtk:alert-dialog object.

Details

Creates a new alert dialog. The message will be set to the formatted string resulting from the arguments.

Notes

The msg and args arguments follow the convention for the Lisp format function. Since 4.10
 

See also

2026-02-26