pangoContextGetGravity {RGtk2}R Documentation

pangoContextGetGravity

Description

Retrieves the gravity for the context. This is similar to pangoContextGetBaseGravity, except for when the base gravity is PANGO_GRAVITY_AUTO for which pangoGravityGetForMatrix is used to return the gravity from the current context matrix.

Usage

pangoContextGetGravity(object)

Arguments

object [PangoContext] a PangoContext

Details

Since 1.16

Value

[PangoGravity] the resolved gravity for the context.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]