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

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

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

Fields in com.sun.jna.platform.unix declared as X11.Pixmap
 X11.Pixmap X11.XSetWindowAttributes.background_pixmap
           
 X11.Pixmap X11.XSetWindowAttributes.border_pixmap
           
 X11.Pixmap X11.XGCValues.clip_mask
           
 X11.Pixmap X11.XWMHints.icon_mask
           
 X11.Pixmap X11.XWMHints.icon_pixmap
           
static X11.Pixmap X11.Pixmap.None
           
 X11.Pixmap X11.XGCValues.stipple
           
 X11.Pixmap X11.XGCValues.tile
           
 

Methods in com.sun.jna.platform.unix that return X11.Pixmap
 X11.Pixmap X11.XCreateBitmapFromData(X11.Display display, X11.Window window, com.sun.jna.Pointer data, int width, int height)
           
 X11.Pixmap X11.XCreatePixmap(X11.Display display, X11.Drawable drawable, int width, int height, int depth)
           
 

Methods in com.sun.jna.platform.unix with parameters of type X11.Pixmap
 int X11.XFreePixmap(X11.Display display, X11.Pixmap pixmap)
           
 void X11.Xext.XShapeCombineMask(X11.Display display, X11.Window window, int dest_kind, int x_off, int y_off, X11.Pixmap src, int op)