gtkAspectFrameSet {RGtk2}R Documentation

gtkAspectFrameSet

Description

Set parameters for an existing GtkAspectFrame.

Usage

gtkAspectFrameSet(object, xalign = 0, yalign = 0, ratio = 1, obey.child = 1)

Arguments

object [GtkAspectFrame] a GtkAspectFrame
xalign [numeric] Horizontal alignment of the child within the allocation of the GtkAspectFrame. This ranges from 0.0 (left aligned) to 1.0 (right aligned)
yalign [numeric] Vertical alignment of the child within the allocation of the GtkAspectFrame. This ranges from 0.0 (left aligned) to 1.0 (right aligned)
ratio [numeric] The desired aspect ratio.
obey.child [logical] If TRUE, ratio is ignored, and the aspect ratio is taken from the requistion of the child.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]