Package: gtk

Function gtk-message-dialog-new

Lambda List

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

Arguments

parent -- transient gtk-window 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 -- format string, or nil
args -- the arguments for message

Return Value

A 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

2021-10-4