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

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

There is a newer version: 1.4.2
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_INT;
final class constants$2009 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$2009() {}
    static final VarHandle const$0 = constants$2008.const$4.varHandle(MemoryLayout.PathElement.groupElement("y"));
    static final VarHandle const$1 = constants$2008.const$4.varHandle(MemoryLayout.PathElement.groupElement("width"));
    static final VarHandle const$2 = constants$2008.const$4.varHandle(MemoryLayout.PathElement.groupElement("height"));
    static final StructLayout const$3 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            JAVA_INT.withName("x"),
            JAVA_INT.withName("y"),
            JAVA_INT.withName("width"),
            JAVA_INT.withName("height")
        ).withName("bounds"),
        JAVA_INT.withName("start_offset"),
        JAVA_INT.withName("end_offset"),
        RuntimeHelper.POINTER.withName("content")
    ).withName("_AtkTextRange");
    static final VarHandle const$4 = constants$2009.const$3.varHandle(MemoryLayout.PathElement.groupElement("start_offset"));
    static final VarHandle const$5 = constants$2009.const$3.varHandle(MemoryLayout.PathElement.groupElement("end_offset"));
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy