com.sun.jna.examples.unix

Interface X11.Xext

public static interface X11.Xext extends Library

Definition (incomplete) of the Xext library.
Field Summary
X11.XextINSTANCE
intShapeBounding
intShapeClip
intShapeInput
intShapeIntersect
intShapeInvert
intShapeSet
intShapeSubtract
intShapeUnion
Method Summary
voidXShapeCombineMask(X11.Display display, X11.Window window, int dest_kind, int x_off, int y_off, X11.Pixmap src, int op)

Field Detail

INSTANCE

public X11.Xext INSTANCE

ShapeBounding

public int ShapeBounding

ShapeClip

public int ShapeClip

ShapeInput

public int ShapeInput

ShapeIntersect

public int ShapeIntersect

ShapeInvert

public int ShapeInvert

ShapeSet

public int ShapeSet

ShapeSubtract

public int ShapeSubtract

ShapeUnion

public int ShapeUnion

Method Detail

XShapeCombineMask

public void XShapeCombineMask(X11.Display display, X11.Window window, int dest_kind, int x_off, int y_off, X11.Pixmap src, int op)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.