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

org.purejava.appindicator.constants$2024 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$2024 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$2024() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "atk_text_attribute_for_name",
        constants$10.const$5
    );
    static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
        "atk_text_attribute_get_value",
        constants$1412.const$2
    );
    static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
        "atk_text_scroll_substring_to",
        constants$608.const$5
    );
    static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
        "atk_text_scroll_substring_to_point",
        constants$1942.const$3
    );
    static final StructLayout const$4 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            JAVA_LONG.withName("g_type"),
            JAVA_LONG.withName("g_instance_type")
        ).withName("parent_interface"),
        RuntimeHelper.POINTER.withName("set_run_attributes"),
        RuntimeHelper.POINTER.withName("set_text_contents"),
        RuntimeHelper.POINTER.withName("insert_text"),
        RuntimeHelper.POINTER.withName("copy_text"),
        RuntimeHelper.POINTER.withName("cut_text"),
        RuntimeHelper.POINTER.withName("delete_text"),
        RuntimeHelper.POINTER.withName("paste_text")
    ).withName("_AtkEditableTextIface");
    static final MethodHandle const$5 = RuntimeHelper.upcallHandle(_AtkEditableTextIface.set_run_attributes.class, "apply", constants$414.const$4);
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy