gdkWindowMoveResize {RGtk2}R Documentation

gdkWindowMoveResize

Description

Equivalent to calling gdkWindowMove and gdkWindowResize, except that both operations are performed at once, avoiding strange visual effects. (i.e. the user may be able to see the window first move, then resize, if you don't use gdkWindowMoveResize.)

Usage

gdkWindowMoveResize(object, x, y, width, height)

Arguments

object [GdkWindow] a GdkWindow
x [integer] new X position relative to window's parent
y [integer] new Y position relative to window's parent
width [integer] new width
height [integer] new height

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]