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

gtkBoxPackStartDefaults

gtkBoxPackStartDefaults


Description

Adds widget to box, packed with reference to the start of box. The child is packed after any other child packed with reference to the start of box. WARNING: gtk_box_pack_start_defaults has been deprecated since version 2.14 and should not be used in newly-written code. Use gtkBoxPackStart

Usage

gtkBoxPackStartDefaults(object, widget)

Arguments

object

a GtkBox

widget

the GtkWidget to be added to box

Details

Parameters for how to pack the child widget, "expand", "fill" and "padding", are given their default values, TRUE, TRUE, and 0, respectively.

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.