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

gtkAlignmentSet

gtkAlignmentSet


Description

Sets the GtkAlignment values.

Usage

gtkAlignmentSet(object, xalign, yalign, xscale, yscale)

Arguments

object

a GtkAlignment.

xalign

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

yalign

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

xscale

the amount that the child widget expands horizontally to fill up unused space, from 0 to 1. A value of 0 indicates that the child widget should never expand. A value of 1 indicates that the child widget will expand to fill all of the space allocated for the GtkAlignment.

yscale

the amount that the child widget expands vertically to fill up unused space, from 0 to 1. The values are similar to xscale.

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.