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

the accelerator group to query

accel.key

key value of the accelerator

accel.mods

modifier combination of the accelerator

Value

A list containing the following elements:

retval

[GtkAccelGroupEntry] a list of n.entries

GtkAccelGroupEntry
elements, or NULL. [ allow-none ]
n.entries

location to return the number of entries found, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]