On 06/27/2011 05:18 PM, Matthias Clasen wrote:
Another week gone by, time for another status update on the a11y branch of GTK+.- We have more tests in tests/a11y: * a tree-performance test that compares populating a large treeview with / without accessibles * a text test that checks most of the AtkText interface for labels, entries and text views - The factories for creating accessibles are being removed. Instead we are associating the accessible type directly with the widget class, via gtk_widget_class_set_accessible_type. Currently, about a third of all accessible have been converted
FWIW, on ST right now this is done by a class method called get_accessible_type.
But probably it would be good to homogenize this stuff, including cally, and remove also the factories there.
BR -- Alejandro Piñeiro Iglesias (API) ([email protected]) _______________________________________________ gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
