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

« back to all changes in this revision

Viewing changes to man/gtk-Accelerator-Maps.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:
33
33
}
34
34
 
35
35
\describe{
36
 
\item{\code{data}}{[R object] }
37
 
\item{\code{accel.path}}{[character] }
38
 
\item{\code{accel.key}}{[numeric] }
39
 
\item{\code{accel.mods}}{[\code{\link{GdkModifierType}}] }
40
 
\item{\code{changed}}{[logical] }
 
36
\item{\code{data}}{\emph{undocumented
 
37
}}
 
38
\item{\code{accel.path}}{\emph{undocumented
 
39
}}
 
40
\item{\code{accel.key}}{\emph{undocumented
 
41
}}
 
42
\item{\code{accel.mods}}{\emph{undocumented
 
43
}}
 
44
\item{\code{changed}}{\emph{undocumented
 
45
}}
41
46
}
42
47
 
43
48
 
46
51
Notifies of a change in the global accelerator map.
47
52
The path is also used as the detail for the signal,
48
53
so it is possible to connect to
49
 
changed::\\var{accel_path}.  
50
 
 
51
 
  Since  2.4
 
54
changed::\\var{accel_path}.
 
55
  Since 2.4
52
56
 
53
57
\describe{
54
 
\item{\code{object}}{[\verb{\link{GtkAccelMap}}]  the global accel map object}
55
 
\item{\code{accel.path}}{[character]  the path of the accelerator that changed}
56
 
\item{\code{accel.key}}{[numeric]  the key value for the new accelerator}
57
 
\item{\code{accel.mods}}{[\code{\link{GdkModifierType}}]  the modifier mask for the new accelerator}
58
 
\item{\code{user.data}}{[R object] user data set when the signal handler was connected.}
 
58
\item{\code{object}}{the global accel map object}
 
59
\item{\code{accel.path}}{the path of the accelerator that changed}
 
60
\item{\code{accel.key}}{the key value for the new accelerator}
 
61
\item{\code{accel.mods}}{the modifier mask for the new accelerator}
 
62
\item{\code{user.data}}{user data set when the signal handler was connected.}
59
63
}
60
64
 
61
65
 
62
66
}}}
63
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gtk/gtk-Accelerator-Maps.html}}
 
67
\references{\url{http://library.gnome.org/devel//gtk/gtk-Accelerator-Maps.html}}
64
68
\author{Derived by RGtkGen from GTK+ documentation}
65
69
\keyword{internal}