[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ PrintfFormat ]
public MessageDialog (Window? parent, DialogFlags flags, MessageType type, ButtonsType buttons, string? message_format, ...)
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 ResponseType. See Dialog for more details.
parent |
transient parent, or null for none |
flags |
flags |
type |
type of message |
buttons |
set of buttons to use |
message_format |
printf-style format string, or null |
... |
arguments for |
a new MessageDialog |