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

« back to all changes in this revision

Viewing changes to man/gtkAboutDialogGetName.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:
3
3
\title{gtkAboutDialogGetName}
4
4
\description{
5
5
Returns the program name displayed in the about dialog.
6
 
\strong{WARNING: \code{gtk_about_dialog_get_name} is deprecated and should not be used in newly-written code.}
 
6
\strong{WARNING: \code{gtk_about_dialog_get_name} has been deprecated since version 2.12 and should not be used in newly-written code. Use \code{\link{gtkAboutDialogGetProgramName}} instead.}
7
7
}
8
8
\usage{gtkAboutDialogGetName(object)}
9
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkAboutDialog}}]  a \verb{\link{GtkAboutDialog}}}}
10
 
\details{  Since  2.6
11
 
 
12
 
@Deprecated: 2.12: Use gtk_about_dialog_get_program_name() instead.}
 
9
\arguments{\item{\verb{object}}{a \code{\link{GtkAboutDialog}}}}
 
10
\details{Since 2.6}
13
11
\value{[character]  The program name.}
14
12
\author{Derived by RGtkGen from GTK+ documentation}
15
13
\keyword{internal}