|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use X11.Atom | |
---|---|
com.sun.jna.platform.unix |
Uses of X11.Atom in com.sun.jna.platform.unix |
---|
Methods in com.sun.jna.platform.unix that return X11.Atom | |
---|---|
X11.Atom |
X11.AtomByReference.getValue()
|
X11.Atom |
X11.XInternAtom(X11.Display display,
java.lang.String name,
boolean only_if_exists)
|
Methods in com.sun.jna.platform.unix with parameters of type X11.Atom | |
---|---|
int |
X11.XChangeProperty(X11.Display display,
X11.Window w,
X11.Atom property,
X11.Atom type,
int format,
int mode,
com.sun.jna.Pointer data,
int nelements)
|
int |
X11.XDeleteProperty(X11.Display display,
X11.Window w,
X11.Atom property)
|
java.lang.String |
X11.XGetAtomName(X11.Display display,
X11.Atom atom)
|
int |
X11.XGetWindowProperty(X11.Display display,
X11.Window w,
X11.Atom property,
com.sun.jna.NativeLong long_offset,
com.sun.jna.NativeLong long_length,
boolean delete,
X11.Atom reg_type,
X11.AtomByReference actual_type_return,
com.sun.jna.ptr.IntByReference actual_format_return,
com.sun.jna.ptr.NativeLongByReference nitems_return,
com.sun.jna.ptr.NativeLongByReference bytes_after_return,
com.sun.jna.ptr.PointerByReference prop_return)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |