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

« back to all changes in this revision

Viewing changes to man/gtkActionGroupAddToggleActions.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:
5
5
to the action group.}
6
6
\usage{gtkActionGroupAddToggleActions(object, entries, user.data = NULL)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkActionGroup}}]  the action group}
9
 
\item{\verb{entries}}{[\verb{\link{GtkToggleActionEntry}}]  a list of toggle action descriptions}
10
 
\item{\verb{user.data}}{[R object]  data to pass to the action callbacks}
 
8
\item{\verb{object}}{the action group}
 
9
\item{\verb{entries}}{a list of toggle action descriptions}
 
10
\item{\verb{user.data}}{data to pass to the action callbacks}
11
11
}
12
12
\details{The "activate" signals of the actions are connected to the callbacks and 
13
13
their accel paths are set to 
14
 
\code{<Actions>/}.  
15
 
 
16
 
  Since  2.4}
 
14
\code{<Actions>/  \\var{group-name}  /  \\var{action-name}}.
 
15
  Since 2.4}
17
16
\author{Derived by RGtkGen from GTK+ documentation}
18
17
\keyword{internal}