Method
GtkMessageDialogset_image
deprecated: 3.12 since: 2.10
Declaration [src]
void
gtk_message_dialog_set_image (
GtkMessageDialog* dialog,
GtkWidget* image
)
Description [src]
Sets the dialog’s image to image
.
Available since: 2.10
Deprecated since: 3.12
Use GtkDialog
to create dialogs with images.
Sets property | Gtk.MessageDialog:image |
Parameters
image
-
Type:
GtkWidget
The image.
The data is owned by the caller of the method.