Package: gtk

Function gtk:message-dialog-new

Lambda List

gtk:message-dialog-new (parent flags type buttons message &rest args)

Arguments

parent -- a transient gtk:window parent, or nil for none
flags -- a gtk:dialog-flags value for the flags to use
type -- a gtk:message-type value for the type of message
buttons -- a gtk:buttons-type value for the buttons to use
message -- a Lisp format string, or nil
args -- arguments for message

Return Value

The new gtk:message-dialog widget.

Details

Creates a new message dialog, which is a simple dialog with some text the user may want to see. When the user clicks a button a "response" signal is emitted with response IDs from the gtk:response-type enumeration. See the gtk:dialog documentation for more details.

Warning

The gtk:message-dialog widget is deprecated since 4.10. Use the gtk:alert-dialog widget instead.
 

See also

2024-5-2