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

« back to all changes in this revision

Viewing changes to man/gtkRadioActionNew.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{gtkRadioActionNew}
2
2
\name{gtkRadioActionNew}
3
3
\title{gtkRadioActionNew}
4
 
\description{Creates a new \verb{\link{GtkRadioAction}} object. To add the action to
5
 
a \verb{\link{GtkActionGroup}} and set the accelerator for the action,
 
4
\description{Creates a new \code{\link{GtkRadioAction}} object. To add the action to
 
5
a \code{\link{GtkActionGroup}} and set the accelerator for the action,
6
6
call \code{\link{gtkActionGroupAddActionWithAccel}}.}
7
7
\usage{gtkRadioActionNew(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL, value = NULL)}
8
8
\arguments{
9
 
\item{\verb{name}}{[character]  A unique name for the action}
10
 
\item{\verb{label}}{[character]  The label displayed in menu items and on buttons, or \code{NULL}}
11
 
\item{\verb{tooltip}}{[character]  A tooltip for this action, or \code{NULL}}
12
 
\item{\verb{stock.id}}{[character]  The stock icon to display in widgets representing this
 
9
\item{\verb{name}}{A unique name for the action}
 
10
\item{\verb{label}}{ The label displayed in menu items and on buttons, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
 
11
\item{\verb{tooltip}}{ A tooltip for this action, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
 
12
\item{\verb{stock.id}}{The stock icon to display in widgets representing this
13
13
  action, or \code{NULL}}
14
 
\item{\verb{value}}{[integer]  The value which \code{\link{gtkRadioActionGetCurrentValue}} should
 
14
\item{\verb{value}}{The value which \code{\link{gtkRadioActionGetCurrentValue}} should
15
15
  return if this action is selected.}
16
16
}
17
 
\details{  Since  2.4}
18
 
\value{[\verb{\link{GtkRadioAction}}]  a new \verb{\link{GtkRadioAction}}}
 
17
\details{Since 2.4}
 
18
\value{[\code{\link{GtkRadioAction}}]  a new \code{\link{GtkRadioAction}}}
19
19
\author{Derived by RGtkGen from GTK+ documentation}
20
20
\keyword{internal}