Class method

GtkWidgetClassset_accessible_type

since: 3.2

Declaration [src]

void
gtk_widget_class_set_accessible_type (
  GtkWidgetClass* widget_class,
  GType type
)

Description [src]

Sets the type to be used for creating accessibles for widgets of widget_class. 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.

Available since: 3.2

Parameters

type

Type: GType

The object type that implements the accessible for widget_class.