Class XCirculateRequestEvent

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XCirculateRequestEvent extends Struct<XCirculateRequestEvent> implements NativeResource

 struct XCirculateRequestEvent {
     int type;
     unsigned long serial;
     Bool send_event;
     Display * display;
     Window parent;
     Window window;
     int place;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • SERIAL

      public static final int SERIAL
      The struct member offsets.
    • SEND_EVENT

      public static final int SEND_EVENT
      The struct member offsets.
    • DISPLAY

      public static final int DISPLAY
      The struct member offsets.
    • PARENT

      public static final int PARENT
      The struct member offsets.
    • WINDOW

      public static final int WINDOW
      The struct member offsets.
    • PLACE

      public static final int PLACE
      The struct member offsets.
  • Constructor Details

    • XCirculateRequestEvent

      public XCirculateRequestEvent(ByteBuffer container)
      Creates a XCirculateRequestEvent instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details