Method
GtkAboutDialogset_logo
since: 2.6
Declaration [src]
void
gtk_about_dialog_set_logo (
GtkAboutDialog* about,
GdkPixbuf* logo
)
Description [src]
Sets the pixbuf to be displayed as logo in the about dialog.
If it is NULL
, the default window icon set with
gtk_window_set_default_icon()
will be used.
Available since: 2.6
Sets property | Gtk.AboutDialog:logo |
Parameters
logo
-
Type:
GdkPixbuf
A
GdkPixbuf
, orNULL
.The argument can be NULL
.The data is owned by the caller of the method.