Interface

Gtk-4.0GtkAccessibleInterface

Interface for implementing Accessible. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_accessible_parent(): Gtk.Accessible;
    vfunc_get_at_context(): Gtk.ATContext;
    vfunc_get_bounds(): [boolean, number, number, number, number];
    vfunc_get_first_accessible_child(): Gtk.Accessible;
    vfunc_get_next_accessible_sibling(): Gtk.Accessible;
    vfunc_get_platform_state(state: Gtk.AccessiblePlatformState): boolean;
}

Hierarchy (View Summary)

Index

Methods

  • Queries the coordinates and dimensions of this accessible

    This functionality can be overridden by Gtk.Accessible implementations, e.g. to get the bounds from an ignored child widget.

    Returns [boolean, number, number, number, number]