Method

GdkWindowget_root_origin

Declaration [src]

void
gdk_window_get_root_origin (
  GdkWindow* window,
  gint* x,
  gint* y
)

Description [src]

Obtains the top-left corner of the window manager frame in root window coordinates.

Parameters

x

Type: gint*

Return location for X position of window frame.

The argument will be set by the function.
y

Type: gint*

Return location for Y position of window frame.

The argument will be set by the function.