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

gtkTableAttachDefaults

gtkTableAttachDefaults


Description

As there are many options associated with gtkTableAttach, this convenience function provides the programmer with a means to add children to a table with identical padding and expansion options. The values used for the GtkAttachOptions are GTK_EXPAND | GTK_FILL, and the padding is set to 0.

Usage

gtkTableAttachDefaults(object, widget, left.attach, right.attach, 
    top.attach, bottom.attach)

Arguments

object

The table to add a new child widget to.

widget

The child widget to add.

left.attach

The column number to attach the left side of the child widget to.

right.attach

The column number to attach the right side of the child widget to.

top.attach

The row number to attach the top of the child widget to.

bottom.attach

The row number to attach the bottom of the child widget to.

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.