Class method
GtkCellRendererClassset_accessible_type
Declaration [src]
void
gtk_cell_renderer_class_set_accessible_type (
GtkCellRendererClass* renderer_class,
GType type
)
Description [src]
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.