Uses of Class
com.sun.jna.platform.unix.X11.WindowByReference

Packages that use X11.WindowByReference
com.sun.jna.platform.unix   
 

Uses of X11.WindowByReference in com.sun.jna.platform.unix
 

Methods in com.sun.jna.platform.unix with parameters of type X11.WindowByReference
 int X11.XGetGeometry(X11.Display display, X11.Drawable d, X11.WindowByReference w, com.sun.jna.ptr.IntByReference x, com.sun.jna.ptr.IntByReference y, com.sun.jna.ptr.IntByReference width, com.sun.jna.ptr.IntByReference heigth, com.sun.jna.ptr.IntByReference border_width, com.sun.jna.ptr.IntByReference depth)
           
 boolean X11.XQueryPointer(X11.Display display, X11.Window window, X11.WindowByReference root_return, X11.WindowByReference child_return, com.sun.jna.ptr.IntByReference root_x_return, com.sun.jna.ptr.IntByReference root_y_return, com.sun.jna.ptr.IntByReference win_x_return, com.sun.jna.ptr.IntByReference win_y_return, com.sun.jna.ptr.IntByReference mask_return)
           
 int X11.XQueryTree(X11.Display display, X11.Window window, X11.WindowByReference root, X11.WindowByReference parent, com.sun.jna.ptr.PointerByReference children, com.sun.jna.ptr.IntByReference childCount)
           
 boolean X11.XTranslateCoordinates(X11.Display display, X11.Window src_w, X11.Window dest_w, int src_x, int src_y, com.sun.jna.ptr.IntByReference dest_x_return, com.sun.jna.ptr.IntByReference dest_y_return, X11.WindowByReference child_return)