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

« back to all changes in this revision

Viewing changes to man/gtkToolbarInsert.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{gtkToolbarInsert}
2
2
\name{gtkToolbarInsert}
3
3
\title{gtkToolbarInsert}
4
 
\description{Insert a \verb{\link{GtkToolItem}} into the toolbar at position \code{pos}. If \code{pos} is
 
4
\description{Insert a \code{\link{GtkToolItem}} into the toolbar at position \code{pos}. If \code{pos} is
5
5
0 the item is prepended to the start of the toolbar. If \code{pos} is
6
6
negative, the item is appended to the end of the toolbar.}
7
7
\usage{gtkToolbarInsert(object, item, pos)}
8
8
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{GtkToolbar}}]  a \verb{\link{GtkToolbar}}}
10
 
\item{\verb{item}}{[\verb{\link{GtkToolItem}}]  a \verb{\link{GtkToolItem}}}
11
 
\item{\verb{pos}}{[integer]  the position of the new item}
 
9
\item{\verb{object}}{a \code{\link{GtkToolbar}}}
 
10
\item{\verb{item}}{a \code{\link{GtkToolItem}}}
 
11
\item{\verb{pos}}{the position of the new item}
12
12
}
13
 
\details{  Since  2.4}
 
13
\details{Since 2.4}
14
14
\author{Derived by RGtkGen from GTK+ documentation}
15
15
\keyword{internal}