gtkAccelGroupQuery {RGtk2}R Documentation

gtkAccelGroupQuery

Description

Queries an accelerator group for all entries matching accel.key and accel.mods.

Usage

gtkAccelGroupQuery(object, accel.key, accel.mods)

Arguments

object [GtkAccelGroup] the accelerator group to query
accel.key [numeric] key value of the accelerator
accel.mods [GdkModifierType] modifier combination of the accelerator

Value

A list containing the following elements:

retval [GtkAccelGroupEntry] a list of n.entries GtkAccelGroupEntry elements, or NULL.
n.entries [numeric] location to return the number of entries found, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]