gtkMiscGetAlignment {RGtk2}R Documentation

gtkMiscGetAlignment

Description

Gets the X and Y alignment of the widget within its allocation. See gtkMiscSetAlignment.

Usage

gtkMiscGetAlignment(object)

Arguments

object [GtkMisc] a GtkMisc

Value

A list containing the following elements:

xalign [numeric] location to store X alignment of misc, or NULL
yalign [numeric] location to store Y alignment of misc, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]