gdkKeymapGetDirection {RGtk2}R Documentation

gdkKeymapGetDirection

Description

Returns the direction of effective layout of the keymap.

Usage

gdkKeymapGetDirection(object)

Arguments

object

a GdkKeymap or NULL to use the default keymap

Details

Returns the direction of the keymap.

Value

[PangoDirection] PANGO_DIRECTION_LTR or PANGO_DIRECTION_RTL if it can determine the direction. PANGO_DIRECTION_NEUTRAL otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]