Skip to content
Commit a9777929 authored by Cosimo Cecchi's avatar Cosimo Cecchi
Browse files

a11y: add a method to create a derived GtkWidgetAccessible type

For EelEditableLabel, we need to create an object derived from the
accessible type of the parent class; since that will be a
GtkWidgetAccessible, which is private, we can't just subclass it using
the regular GObject mechanisms.
This functions creates a derived GType by peeking at the parent
accessible class and type.

https://bugzilla.gnome.org/show_bug.cgi?id=672498
parent 9b0f510e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment