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

« back to all changes in this revision

Viewing changes to man/gtkUIManagerAddUiFromFile.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:
5
5
merges it with the current contents of \code{self}.}
6
6
\usage{gtkUIManagerAddUiFromFile(object, filename, .errwarn = TRUE)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkUIManager}}]  a \verb{\link{GtkUIManager}} object}
9
 
\item{\verb{filename}}{[character]  the name of the file to parse }
 
8
\item{\verb{object}}{a \code{\link{GtkUIManager}} object}
 
9
\item{\verb{filename}}{the name of the file to parse }
10
10
\item{.errwarn}{Whether to issue a warning on error or fail silently}
11
11
}
12
 
\details{  Since  2.4}
 
12
\details{Since 2.4}
13
13
\value{
14
14
A list containing the following elements:
15
15
\item{retval}{[numeric]  The merge id for the merged UI. The merge id can be used
16
16
  to unmerge the UI with \code{\link{gtkUIManagerRemoveUi}}. If an error occurred,
17
17
  the return value is 0.}
18
 
\item{\verb{error}}{[\verb{\link{GError}}]  return location for an error}
 
18
\item{\verb{error}}{return location for an error}
19
19
}
20
20
\author{Derived by RGtkGen from GTK+ documentation}
21
21
\keyword{internal}