File: atkActionGetKeybinding.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (23 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\alias{atkActionGetKeybinding}
\name{atkActionGetKeybinding}
\title{atkActionGetKeybinding}
\description{Returns a keybinding associated with this action, if one exists.
The returned string is in the format "<a>;<b>;<c>"
(i.e. semicolon-delimited), where <a> is the keybinding which
activates the object if it is presently enabled onscreen, 
<b> corresponds to the keybinding or sequence of keys
which invokes the action even if the relevant element is not
currently posted on screen (for instance, for a menu item it
posts the parent menus before invoking).  The last token in the
above string, if non-empty, represents a keyboard shortcut which
invokes the same action without posting the component or its
enclosing menus or dialogs.}
\usage{atkActionGetKeybinding(object, i)}
\arguments{
\item{\verb{object}}{[\code{\link{AtkAction}}]  a \code{\link{GObject}} instance that implements AtkActionIface}
\item{\verb{i}}{[integer]  the action index corresponding to the action to be performed }
}
\value{[character] a string representing the available keybindings, or \code{NULL}
if there is no keybinding for this action.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}