API: Add gtk_widget_class_set_accessible_type()
The function is supposed to bypass the ATK registry. For 2 reasons: 1) We get rid of a lot of boilerplate madness. 2) The registry allows creating multiple accessibles per widget and we don't. The old code for registries is still there.
This commit is contained in:
committed by
Matthias Clasen
parent
9ebcd66d43
commit
ebf8bf0000
@ -5050,6 +5050,7 @@ gtk_widget_style_get
|
||||
gtk_widget_style_get_property
|
||||
gtk_widget_style_get_valist
|
||||
gtk_widget_style_attach
|
||||
gtk_widget_class_set_accessible_type
|
||||
gtk_widget_get_accessible
|
||||
gtk_widget_child_focus
|
||||
gtk_widget_child_notify
|
||||
|
||||
Reference in New Issue
Block a user