set_accessible_type
Description:
[ CCode ( cname = "gtk_cell_renderer_class_set_accessible_type" ) ]
public class void set_accessible_type (Type type)
public class void set_accessible_type (Type type)
Sets the type to be used for creating accessibles for cells rendered by cell renderers of this.
Note that multiple accessibles will be created.
This function should only be called from class init functions of cell renderers.
Parameters:
this |
class to set the accessible type for |
type |
The object type that implements the accessible for |