com.sun.jna.examples.unix

Class X11.XSetWindowAttributes

public static class X11.XSetWindowAttributes extends Structure

Field Summary
NativeLongbackground_pixel
X11.Pixmapbackground_pixmap
NativeLongbacking_pixel
NativeLongbacking_planes
intbacking_store
intbit_gravity
NativeLongborder_pixel
X11.Pixmapborder_pixmap
X11.Colormapcolormap
X11.Cursorcursor
NativeLongdo_not_propagate_mask
NativeLongevent_mask
booleanoverride_redirect
booleansave_under
intwin_gravity

Field Detail

background_pixel

public NativeLong background_pixel

background_pixmap

public X11.Pixmap background_pixmap

backing_pixel

public NativeLong backing_pixel

backing_planes

public NativeLong backing_planes

backing_store

public int backing_store

bit_gravity

public int bit_gravity

border_pixel

public NativeLong border_pixel

border_pixmap

public X11.Pixmap border_pixmap

colormap

public X11.Colormap colormap

cursor

public X11.Cursor cursor

do_not_propagate_mask

public NativeLong do_not_propagate_mask

event_mask

public NativeLong event_mask

override_redirect

public boolean override_redirect

save_under

public boolean save_under

win_gravity

public int win_gravity
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.