gtkFixedPut {RGtk2.10}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.10 version 2.10.6 Index]