![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$1614 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.MethodHandle;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$1614 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$1614() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"pango_fontset_simple_size",
constants$10.const$5
);
static final StructLayout const$1 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("item"),
RuntimeHelper.POINTER.withName("glyphs"),
JAVA_INT.withName("y_offset"),
JAVA_INT.withName("start_x_offset"),
JAVA_INT.withName("end_x_offset"),
MemoryLayout.paddingLayout(4)
).withName("_PangoGlyphItem");
static final VarHandle const$2 = constants$1614.const$1.varHandle(MemoryLayout.PathElement.groupElement("item"));
static final VarHandle const$3 = constants$1614.const$1.varHandle(MemoryLayout.PathElement.groupElement("glyphs"));
static final VarHandle const$4 = constants$1614.const$1.varHandle(MemoryLayout.PathElement.groupElement("y_offset"));
static final VarHandle const$5 = constants$1614.const$1.varHandle(MemoryLayout.PathElement.groupElement("start_x_offset"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy