org.purejava.appindicator.constants$2122 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.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
final class constants$2122 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$2122() {}
static final MethodHandle const$0 = RuntimeHelper.upcallHandle(_GtkWidgetClass.adjust_size_allocation.class, "apply", constants$380.const$0);
static final VarHandle const$1 = constants$2095.const$5.varHandle(MemoryLayout.PathElement.groupElement("adjust_size_allocation"));
static final MethodHandle const$2 = RuntimeHelper.upcallHandle(_GtkWidgetClass.style_updated.class, "apply", constants$13.const$1);
static final VarHandle const$3 = constants$2095.const$5.varHandle(MemoryLayout.PathElement.groupElement("style_updated"));
static final MethodHandle const$4 = RuntimeHelper.upcallHandle(_GtkWidgetClass.touch_event.class, "apply", constants$9.const$0);
static final VarHandle const$5 = constants$2095.const$5.varHandle(MemoryLayout.PathElement.groupElement("touch_event"));
}