![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$1782 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.*;
final class constants$1782 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$1782() {}
static final VarHandle const$0 = constants$1780.const$3.varHandle(MemoryLayout.PathElement.groupElement("y_root"));
static final VarHandle const$1 = constants$1780.const$3.varHandle(MemoryLayout.PathElement.groupElement("mode"));
static final VarHandle const$2 = constants$1780.const$3.varHandle(MemoryLayout.PathElement.groupElement("detail"));
static final VarHandle const$3 = constants$1780.const$3.varHandle(MemoryLayout.PathElement.groupElement("focus"));
static final VarHandle const$4 = constants$1780.const$3.varHandle(MemoryLayout.PathElement.groupElement("state"));
static final StructLayout const$5 = MemoryLayout.structLayout(
JAVA_INT.withName("type"),
MemoryLayout.paddingLayout(4),
RuntimeHelper.POINTER.withName("window"),
JAVA_BYTE.withName("send_event"),
MemoryLayout.paddingLayout(1),
JAVA_SHORT.withName("in"),
MemoryLayout.paddingLayout(4)
).withName("_GdkEventFocus");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy