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

« back to all changes in this revision

Viewing changes to man/gtkToolItemRetrieveProxyMenuItem.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{gtkToolItemRetrieveProxyMenuItem}
2
2
\name{gtkToolItemRetrieveProxyMenuItem}
3
3
\title{gtkToolItemRetrieveProxyMenuItem}
4
 
\description{Returns the \verb{\link{GtkMenuItem}} that was last set by
5
 
\code{\link{gtkToolItemSetProxyMenuItem}}, ie. the \verb{\link{GtkMenuItem}}
 
4
\description{Returns the \code{\link{GtkMenuItem}} that was last set by
 
5
\code{\link{gtkToolItemSetProxyMenuItem}}, ie. the \code{\link{GtkMenuItem}}
6
6
that is going to appear in the overflow menu.}
7
7
\usage{gtkToolItemRetrieveProxyMenuItem(object)}
8
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkToolItem}}]  a \code{\link{gtkToolItem}} }}
9
 
\details{  Since  2.4}
10
 
\value{[\verb{\link{GtkWidget}}]  The \verb{\link{GtkMenuItem}} that is going to appear in the
11
 
overflow menu for \code{tool.item}.}
 
8
\arguments{\item{\verb{object}}{a \code{\link{GtkToolItem}} }}
 
9
\details{Since 2.4}
 
10
\value{[\code{\link{GtkWidget}}]  The \code{\link{GtkMenuItem}} that is going to appear in the
 
11
overflow menu for \code{tool.item}. \emph{[  \acronym{transfer none}  ]}}
12
12
\author{Derived by RGtkGen from GTK+ documentation}
13
13
\keyword{internal}