Method

GdkWindowmove_resize

Declaration [src]

void
gdk_window_move_resize (
  GdkWindow* window,
  gint x,
  gint y,
  gint width,
  gint height
)

Description [src]

Equivalent to calling gdk_window_move() and gdk_window_resize(), 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 gdk_window_move_resize().)

Parameters

x

Type: gint

New X position relative to window’s parent.

y

Type: gint

New Y position relative to window’s parent.

width

Type: gint

New width.

height

Type: gint

New height.