gtkTextViewMoveChild {RGtk2}R Documentation

gtkTextViewMoveChild

Description

Updates the position of a child, as for gtkTextViewAddChildInWindow.

Usage

gtkTextViewMoveChild(object, child, xpos, ypos)

Arguments

object [GtkTextView] a GtkTextView
child [GtkWidget] child widget already added to the text view
xpos [integer] new X position in window coordinates
ypos [integer] new Y position in window coordinates

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]