gtkFixedPut {RGtk2}R Documentation

gtkFixedPut

Description

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

Usage

gtkFixedPut(object, widget, x, y)

Arguments

object [GtkFixed] a GtkFixed.
widget [GtkWidget] the widget to add.
x [integer] the horizontal position to place the widget at.
y [integer] the vertical position to place the widget at.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]