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

« back to all changes in this revision

Viewing changes to man/gtkItemFactoryCreateItem.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{gtkItemFactoryCreateItem}
4
4
\description{
5
5
Creates an item for \code{entry}.
6
 
\strong{WARNING: \code{gtk_item_factory_create_item} has been deprecated since version 2.4 and should not be used in newly-written code. }
 
6
\strong{WARNING: \code{gtk_item_factory_create_item} has been deprecated since version 2.4 and should not be used in newly-written code. Use \code{\link{GtkUIManager}} instead.}
7
7
}
8
8
\usage{gtkItemFactoryCreateItem(object, entry, callback.data = NULL, callback.type)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkItemFactory}}]  a \verb{\link{GtkItemFactory}}}
11
 
\item{\verb{entry}}{[\verb{\link{GtkItemFactoryEntry}}]  the \verb{\link{GtkItemFactoryEntry}} to create an item for}
12
 
\item{\verb{callback.data}}{[R object]  data passed to the callback function of \code{entry}}
13
 
\item{\verb{callback.type}}{[numeric]  1 if the callback function of \code{entry} is of type
14
 
   \verb{\link{GtkItemFactoryCallback1}}, 2 if it is of type \verb{\link{GtkItemFactoryCallback2}} }
 
10
\item{\verb{object}}{a \code{\link{GtkItemFactory}}}
 
11
\item{\verb{entry}}{the \code{\link{GtkItemFactoryEntry}} to create an item for}
 
12
\item{\verb{callback.data}}{data passed to the callback function of \code{entry}}
 
13
\item{\verb{callback.type}}{1 if the callback function of \code{entry} is of type
 
14
   \code{\link{GtkItemFactoryCallback1}}, 2 if it is of type \code{\link{GtkItemFactoryCallback2}} }
15
15
}
16
16
\author{Derived by RGtkGen from GTK+ documentation}
17
17
\keyword{internal}