gtkLayoutPut {RGtk2}R Documentation

gtkLayoutPut

Description

Adds child.widget to layout, at position (x,y). layout becomes the new parent container of child.widget.

Usage

gtkLayoutPut(object, child.widget, x, y)

Arguments

object [GtkLayout] a GtkLayout
child.widget [GtkWidget] child widget
x [integer] X position of child widget
y [integer] Y position of child widget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]