gtkFrameGetLabelAlign {RGtk2}R Documentation

gtkFrameGetLabelAlign

Description

Retrieves the X and Y alignment of the frame's label. See gtkFrameSetLabelAlign.

Usage

gtkFrameGetLabelAlign(object)

Arguments

object [GtkFrame] a GtkFrame

Value

A list containing the following elements:

xalign [numeric] location to store X alignment of frame's label, or NULL
yalign [numeric] location to store X alignment of frame's label, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]