[ 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.
This 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 [[email protected]]. See [[email protected]] for more details.
parent |
transient parent |
flags |
flags |
type |
type of message |
buttons |
set of buttons to use |
message_format |
printf-style format string |
... |
arguments for |
a new `GtkMessageDialog` |