Class X11.XPropertyEvent

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.unix.X11.XPropertyEvent
Enclosing interface:
X11

@FieldOrder({"type","serial","send_event","display","window","atom","time","state"}) public static class X11.XPropertyEvent extends Structure
  • Field Details

    • type

      public int type
    • serial

      public NativeLong serial
    • send_event

      public int send_event
    • display

      public X11.Display display
    • window

      public X11.Window window
    • atom

      public X11.Atom atom
    • time

      public NativeLong time
    • state

      public int state
  • Constructor Details

    • XPropertyEvent

      public XPropertyEvent()