gtkTextViewMoveChild {RGtk2}R Documentation

gtkTextViewMoveChild

Description

Updates the position of a child, as for gtkTextViewAddChildInWindow.

Usage

gtkTextViewMoveChild(object, child, xpos, ypos)

Arguments

object

a GtkTextView

child

child widget already added to the text view

xpos

new X position in window coordinates

ypos

new Y position in window coordinates

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]