All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.purejava.appindicator.constants$1792 Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
// Generated by jextract

package org.purejava.appindicator;

import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.VarHandle;

import static java.lang.foreign.ValueLayout.JAVA_BYTE;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$1792 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1792() {}
    static final VarHandle const$0 = constants$1791.const$1.varHandle(MemoryLayout.PathElement.groupElement("new_window_state"));
    static final StructLayout const$1 = MemoryLayout.structLayout(
        JAVA_INT.withName("type"),
        MemoryLayout.paddingLayout(4),
        RuntimeHelper.POINTER.withName("window"),
        JAVA_BYTE.withName("send_event"),
        MemoryLayout.paddingLayout(3),
        JAVA_INT.withName("keyboard"),
        JAVA_INT.withName("implicit"),
        MemoryLayout.paddingLayout(4),
        RuntimeHelper.POINTER.withName("grab_window")
    ).withName("_GdkEventGrabBroken");
    static final VarHandle const$2 = constants$1792.const$1.varHandle(MemoryLayout.PathElement.groupElement("type"));
    static final VarHandle const$3 = constants$1792.const$1.varHandle(MemoryLayout.PathElement.groupElement("window"));
    static final VarHandle const$4 = constants$1792.const$1.varHandle(MemoryLayout.PathElement.groupElement("send_event"));
    static final VarHandle const$5 = constants$1792.const$1.varHandle(MemoryLayout.PathElement.groupElement("keyboard"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy