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

org.purejava.appindicator.constants$3373 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_SHORT;
final class constants$3373 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$3373() {}
    static final VarHandle const$0 = constants$3372.const$1.varHandle(MemoryLayout.PathElement.groupElement("bottom_attach"));
    static final VarHandle const$1 = constants$3372.const$1.varHandle(MemoryLayout.PathElement.groupElement("xpadding"));
    static final VarHandle const$2 = constants$3372.const$1.varHandle(MemoryLayout.PathElement.groupElement("ypadding"));
    static final StructLayout const$3 = MemoryLayout.structLayout(
        JAVA_SHORT.withName("requisition"),
        JAVA_SHORT.withName("allocation"),
        JAVA_SHORT.withName("spacing"),
        MemoryLayout.paddingLayout(2)
    ).withName("_GtkTableRowCol");
    static final VarHandle const$4 = constants$3373.const$3.varHandle(MemoryLayout.PathElement.groupElement("requisition"));
    static final VarHandle const$5 = constants$3373.const$3.varHandle(MemoryLayout.PathElement.groupElement("allocation"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy