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 [GtkAboutDialog] a GtkAboutDialog
logo [GdkPixbuf] a GdkPixbuf, or NULL

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]