gtkFixedMove: gtkFixedMove

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Moves a child of a GtkFixed container to the given position.

Usage

1
gtkFixedMove(object, widget, x, y)

Arguments

object

a GtkFixed.

widget

the child widget.

x

the horizontal position to move the widget to.

y

the vertical position to move the widget to.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkFixedMove in RGtk2...