Method
GdkWindowget_origin
Declaration [src]
gint
gdk_window_get_origin (
GdkWindow* window,
gint* x,
gint* y
)
Description [src]
Obtains the position of a window in root window coordinates.
(Compare with gdk_window_get_position()
and
gdk_window_get_geometry()
which return the position of a window
relative to its parent window.).