Package: gtk

Function gtk:message-dialog-new

Lambda List

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

Arguments

parent -- a gtk:window transient parent, or nil for none
flags -- a value of the gtk:dialog-flags flags
type -- a value of the gtk:message-type enumeration for the type of the message
buttons -- set of values of the gtk:buttons-type enumeration for the buttons to use
message -- a 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 widget for more details.
 

See also

2024-4-8