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

gtkContainerAdd

gtkContainerAdd


Description

Adds widget to container. Typically used for simple containers such as GtkWindow, GtkFrame, or GtkButton; for more complicated layout containers such as GtkBox or GtkTable, this function will pick default packing parameters that may not be correct. So consider functions such as gtkBoxPackStart and gtkTableAttach as an alternative to gtkContainerAdd in those cases. A widget may be added to only one container at a time; you can't place the same widget inside two different containers.

Usage

gtkContainerAdd(object, widget)

Arguments

object

a GtkContainer

widget

a widget to be placed inside container

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.