Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkKeymapMapVirtualModifiers

gdkKeymapMapVirtualModifiers


Description

Maps the virtual modifiers (i.e. Super, Hyper and Meta) which are set in state to their non-virtual counterparts (i.e. Mod2, Mod3,...) and set the corresponding bits in state.

Usage

gdkKeymapMapVirtualModifiers(object)

Arguments

object

a GdkKeymap

Details

This function is useful when matching key events against accelerators. Since 2.20

Value

A list containing the following elements:

retval

[logical] TRUE if no virtual modifiers were mapped to the same non-virtual modifier. Note that FALSE is also returned if a virtual modifier is mapped to a non-virtual modifier that was already set in state.

state

pointer to the modifier state to map

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.