~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gtkAboutDialogSetLogo.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
\alias{gtkAboutDialogSetLogo}
2
2
\name{gtkAboutDialogSetLogo}
3
3
\title{gtkAboutDialogSetLogo}
4
 
\description{Sets the pixbuf to be displayed as logo in 
5
 
the about dialog. If it is \code{NULL}, the default
6
 
window icon set with \code{\link{gtkWindowSetDefaultIcon}}
7
 
will be used.}
 
4
\description{Sets the pixbuf to be displayed as logo in the about dialog.
 
5
If it is \code{NULL}, the default window icon set with
 
6
\code{\link{gtkWindowSetDefaultIcon}} will be used.}
8
7
\usage{gtkAboutDialogSetLogo(object, logo = NULL)}
9
8
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkAboutDialog}}]  a \verb{\link{GtkAboutDialog}}}
11
 
\item{\verb{logo}}{[\verb{\link{GdkPixbuf}}]  a \verb{\link{GdkPixbuf}}, or \code{NULL}}
 
9
\item{\verb{object}}{a \code{\link{GtkAboutDialog}}}
 
10
\item{\verb{logo}}{ a \code{\link{GdkPixbuf}}, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
12
11
}
13
 
\details{  Since  2.6}
 
12
\details{Since 2.6}
14
13
\author{Derived by RGtkGen from GTK+ documentation}
15
14
\keyword{internal}