Interface

Gtk-3.0GtkCellAccessibleParentInterface

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

interface Interface {
    vfunc_activate(cell: Gtk.CellAccessible): void;
    vfunc_edit(cell: Gtk.CellAccessible): void;
    vfunc_expand_collapse(cell: Gtk.CellAccessible): void;
    vfunc_get_cell_area(cell: Gtk.CellAccessible): Gdk.Rectangle;
    vfunc_get_cell_extents(
        cell: Gtk.CellAccessible,
        coord_type: Atk.CoordType,
    ): [number, number, number, number];
    vfunc_get_cell_position(cell: Gtk.CellAccessible): [number, number];
    vfunc_get_child_index(cell: Gtk.CellAccessible): number;
    vfunc_get_column_header_cells(cell: Gtk.CellAccessible): Atk.Object[];
    vfunc_get_renderer_state(cell: Gtk.CellAccessible): Gtk.CellRendererState;
    vfunc_get_row_header_cells(cell: Gtk.CellAccessible): Atk.Object[];
    vfunc_grab_focus(cell: Gtk.CellAccessible): boolean;
    vfunc_update_relationset(
        cell: Gtk.CellAccessible,
        relationset: Atk.RelationSet,
    ): void;
}

Hierarchy (View Summary)

Index

Methods