com.sun.jna.examples.unix
Class X11.XSelectionEvent
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.unix.X11.XSelectionEvent
- Enclosing interface:
- X11
public static class X11.XSelectionEvent
- extends Structure
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
type
public int type
serial
public NativeLong serial
send_event
public int send_event
display
public X11.Display display
requestor
public X11.Window requestor
selection
public X11.Atom selection
target
public X11.Atom target
property
public X11.Atom property
time
public NativeLong time
X11.XSelectionEvent
public X11.XSelectionEvent()
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.