gtkButtonGetAlignment {RGtk2}R Documentation

gtkButtonGetAlignment

Description

Gets the alignment of the child in the button.

Usage

gtkButtonGetAlignment(object)

Arguments

object [GtkButton] a GtkButton

Details

Since 2.4

Value

A list containing the following elements:

xalign [numeric] return location for horizontal alignment
yalign [numeric] return location for vertical alignment

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]