gtkAboutDialogSetLogo {RGtk2} | R Documentation |
Sets the pixbuf to be displayed as logo in
the about dialog. If it is NULL
, the default
window icon set with gtkWindowSetDefaultIcon
will be used.
gtkAboutDialogSetLogo(object, logo = NULL)
|
[GtkAboutDialog ] a GtkAboutDialog |
|
[GdkPixbuf ] a GdkPixbuf , or NULL |
Since 2.6
Derived by RGtkGen from GTK+ documentation