Window.getDeskrelativeOrigin

Warning gdk_window_get_deskrelative_origin is deprecated and should not be used in newly-written code. This gets the origin of a GdkWindow relative to an Enlightenment-window-manager desktop. As long as you don't assume that the user's desktop/workspace covers the entire root window (i.e. you don't assume that the desktop begins at root window coordinate 0,0) this function is not necessary. It's deprecated for that reason.

class Window
int
getDeskrelativeOrigin
(
out int x
,
out int y
)

Parameters

x int

return location for X coordinate

y int

return location for Y coordinate

Return Value

Type: int

not meaningful

Meta