Class X11.XColormapEvent

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

@FieldOrder({"type","serial","send_event","display","window","colormap","c_new","state"}) public static class X11.XColormapEvent 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
    • colormap

      public X11.Colormap colormap
    • c_new

      public int c_new
    • state

      public int state
  • Constructor Details

    • XColormapEvent

      public XColormapEvent()