org.purejava.appindicator.constants$3373 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libappindicator-gtk3-java-full Show documentation
Show all versions of libappindicator-gtk3-java-full Show documentation
Java bindings for libappindicator-gtk3 in 100% pure Java
// 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"));
}