set_accessible_type


Description:

[ CCode ( cname = "gtk_widget_class_set_accessible_type" ) ]
[ Version ( since = "3.2" ) ]
public class void set_accessible_type (Type type)

Sets the type to be used for creating accessibles for widgets of this.

The given type must be a subtype of the type used for accessibles of the parent class.

This function should only be called from class init functions of widgets.

Parameters:

this

class to set the accessible type for

type

The object type that implements the accessible for this