Grx.user_get_window
@accepts(int, int, int, int) @returns(none) def user_get_window(x1, y1, x2, y2): # Python wrapper for grx_user_get_window()
Gets the user window of the current context.
- x1
the left X coordinate
- y1
the top Y coordinate
- x2
the right X coordinate
- y2
the bottom Y coordinate