Open main menu

Gramps β

Changes

Coding for translation

520 bytes added, 12:01, 29 October 2011
Accessibility
====Accessibility====
 
In addition to [http://developer.gnome.org/gtk/2.24/GtkWidget.html#id1294298 accelerators], ''[http://developer.gnome.org/gtk/2.24/GtkWidget.html GtkWidget]'' also support a custom <accessible> element, which supports actions and relations. Properties on the accessible implementation of an object can be set by accessing the internal child "accessible" of a ''[http://developer.gnome.org/gtk/2.24/GtkWidget.html GtkWidget]''. See [http://developer.gnome.org/gtk/2.24/GtkWidget.html#GtkWidget-BUILDER-UI GtkBuilder UI].
* Gtk label
* Toggle buttons and Icons on toolbar
Gramps often uses ''[http://developer.gnome.org/gtk/2.24/GtkToggleButton.html GtkToggleButtons]'' and alone ''[http://developer.gnome.org/gtk/2.24/GtkPixmapGtkImage.html GtkPixmapGtkImage]'' (image without label), this excludes blind people and generates a poor interface for accessibility. 
See [[Accessibility]].