gtkMiscSetAlignment {RGtk2}R Documentation

gtkMiscSetAlignment

Description

Sets the alignment of the widget.

Usage

gtkMiscSetAlignment(object, xalign, yalign)

Arguments

object

a GtkMisc.

xalign

the horizontal alignment, from 0 (left) to 1 (right).

yalign

the vertical alignment, from 0 (top) to 1 (bottom).

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]