Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkWindowMoveResize

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

a GdkWindow

x

new X position relative to window's parent

y

new Y position relative to window's parent

width

new width

height

new height

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.