Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkAspectFrameSet

gtkAspectFrameSet


Description

Set parameters for an existing GtkAspectFrame.

Usage

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

Arguments

object

a GtkAspectFrame

xalign

Horizontal alignment of the child within the allocation of the GtkAspectFrame. This ranges from 0.0 (left aligned) to 1.0 (right aligned)

yalign

Vertical alignment of the child within the allocation of the GtkAspectFrame. This ranges from 0.0 (left aligned) to 1.0 (right aligned)

ratio

The desired aspect ratio.

obey.child

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


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.