gtkFixedPut: gtkFixedPut

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Adds a widget to a GtkFixed container at the given position.

Usage

1
gtkFixedPut(object, widget, x, y)

Arguments

object

a GtkFixed.

widget

the widget to add.

x

the horizontal position to place the widget at.

y

the vertical position to place the widget at.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkFixedPut in RGtk2...