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

« back to all changes in this revision

Viewing changes to man/gtkBuildableGetName.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{gtkBuildableGetName}
4
4
\description{Gets the name of the \code{buildable} object. }
5
5
\usage{gtkBuildableGetName(object)}
6
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkBuildable}}]  a \verb{\link{GtkBuildable}}}}
7
 
\details{\verb{\link{GtkBuilder}} sets the name based on the the 
 
6
\arguments{\item{\verb{object}}{a \code{\link{GtkBuildable}}}}
 
7
\details{\code{\link{GtkBuilder}} sets the name based on the the 
8
8
GtkBuilder UI definition 
9
 
used to construct the \code{buildable}.  
10
 
 
11
 
  Since  2.12}
 
9
used to construct the \code{buildable}.
 
10
  Since 2.12}
12
11
\value{[character]  the name set with \code{\link{gtkBuildableSetName}}}
13
12
\author{Derived by RGtkGen from GTK+ documentation}
14
13
\keyword{internal}