gtkFrameGetLabelAlign {RGtk2}R Documentation

gtkFrameGetLabelAlign

Description

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

Usage

gtkFrameGetLabelAlign(object)

Arguments

object

a GtkFrame

Value

A list containing the following elements:

xalign

location to store X alignment of frame's label, or NULL. [ allow-none ]

yalign

location to store X alignment of frame's label, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]