gtkLayoutPut: gtkLayoutPut

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

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

Arguments

object

a GtkLayout

child.widget

child widget

x

X position of child widget

y

Y position of child widget

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkLayoutPut in RGtk2...