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

« back to all changes in this revision

Viewing changes to man/gtkImageMenuItemSetAccelGroup.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
\alias{gtkImageMenuItemSetAccelGroup}
 
2
\name{gtkImageMenuItemSetAccelGroup}
 
3
\title{gtkImageMenuItemSetAccelGroup}
 
4
\description{Specifies an \code{accel.group} to add the menu items accelerator to
 
5
(this only applies to stock items so a stock item must already
 
6
be set, make sure to call \code{\link{gtkImageMenuItemSetUseStock}}
 
7
and \code{\link{gtkMenuItemSetLabel}} with a valid stock item first).}
 
8
\usage{gtkImageMenuItemSetAccelGroup(object, accel.group)}
 
9
\arguments{
 
10
\item{\verb{object}}{a \code{\link{GtkImageMenuItem}}}
 
11
\item{\verb{accel.group}}{the \code{\link{GtkAccelGroup}}}
 
12
}
 
13
\details{If you want this menu item to have changeable accelerators then
 
14
you shouldnt need this (see \code{\link{gtkImageMenuItemNewFromStock}}).
 
15
  Since 2.16}
 
16
\author{Derived by RGtkGen from GTK+ documentation}
 
17
\keyword{internal}