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

org.purejava.appindicator.constants$3056 Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
// Generated by jextract

package org.purejava.appindicator;

import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.MethodHandle;

import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$3056 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$3056() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "gtk_scale_button_get_adjustment",
        constants$5.const$2
    );
    static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
        "gtk_scale_button_set_adjustment",
        constants$13.const$4
    );
    static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
        "gtk_scale_button_get_plus_button",
        constants$5.const$2
    );
    static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
        "gtk_scale_button_get_minus_button",
        constants$5.const$2
    );
    static final MethodHandle const$4 = RuntimeHelper.downcallHandle(
        "gtk_scale_button_get_popup",
        constants$5.const$2
    );
    static final StructLayout const$5 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            JAVA_LONG.withName("g_type"),
            JAVA_LONG.withName("g_instance_type")
        ).withName("base_iface"),
        RuntimeHelper.POINTER.withName("get_border")
    ).withName("_GtkScrollableInterface");
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy