Method
GdkWindowmove_region
since: 2.8
Declaration [src]
void
gdk_window_move_region (
GdkWindow* window,
const cairo_region_t* region,
gint dx,
gint dy
)
Description [src]
Move the part of window indicated by region by dy pixels in the Y
direction and dx pixels in the X direction. The portions of region
that not covered by the new position of region are invalidated.
Child windows are not moved.
Available since: 2.8
Parameters
region-
Type:
cairo_region_tThe #cairo_region_t to move.
The data is owned by the caller of the method. dx-
Type:
gintAmount to move in the X direction.
dy-
Type:
gintAmount to move in the Y direction.