set_accessible_type(renderer_class: Function | GType<unknown> | Gtk.CellRenderer, type: GType<unknown>): void
Sets the type to be used for creating accessibles for cells rendered by
cell renderers of renderer_class. Note that multiple accessibles will
be created.
This function should only be called from class init functions of cell
renderers.
Sets the type to be used for creating accessibles for cells rendered by cell renderers of
renderer_class
. Note that multiple accessibles will be created.This function should only be called from class init functions of cell renderers.