gtkAboutDialogSetLogo {RGtk2}R Documentation

gtkAboutDialogSetLogo

Description

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.

Usage

gtkAboutDialogSetLogo(object, logo = NULL)

Arguments

object

a GtkAboutDialog

logo

a GdkPixbuf, or NULL. [ allow-none ]

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]