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

org.purejava.appindicator.constants$2480 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.FunctionDescriptor;
import java.lang.invoke.MethodHandle;

import static java.lang.foreign.ValueLayout.JAVA_FLOAT;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$2480 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$2480() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "gtk_tree_view_get_expander_column",
        constants$5.const$2
    );
    static final MethodHandle const$1 = RuntimeHelper.upcallHandle(gtk_tree_view_set_column_drag_function$func.class, "apply", constants$165.const$2);
    static final MethodHandle const$2 = RuntimeHelper.upcallHandle(gtk_tree_view_set_column_drag_function$destroy.class, "apply", constants$13.const$1);
    static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
        "gtk_tree_view_set_column_drag_function",
        constants$42.const$1
    );
    static final MethodHandle const$4 = RuntimeHelper.downcallHandle(
        "gtk_tree_view_scroll_to_point",
        constants$467.const$3
    );
    static final FunctionDescriptor const$5 = FunctionDescriptor.ofVoid(
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER,
        JAVA_INT,
        JAVA_FLOAT,
        JAVA_FLOAT
    );
    static final MethodHandle const$6 = RuntimeHelper.downcallHandle(
        "gtk_tree_view_scroll_to_cell",
        constants$2480.const$5
    );
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy