gtkButtonGetAlignment {RGtk2}R Documentation

gtkButtonGetAlignment

Description

Gets the alignment of the child in the button.

Usage

gtkButtonGetAlignment(object)

Arguments

object

a GtkButton

Details

Since 2.4

Value

A list containing the following elements:

xalign

return location for horizontal alignment

yalign

return location for vertical alignment

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]