gtkMiscSetAlignment {RGtk2}R Documentation

gtkMiscSetAlignment

Description

Sets the alignment of the widget.

Usage

gtkMiscSetAlignment(object, xalign, yalign)

Arguments

object [GtkMisc] a GtkMisc.
xalign [numeric] the horizontal alignment, from 0 (left) to 1 (right).
yalign [numeric] the vertical alignment, from 0 (top) to 1 (bottom).

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]