Κάνοντας μια Εφαρμογή GNOME Προσιτή - Γενικά
Αν η εφαρμογή σας χρησιμοποιεί μόνο τα κανονικά εργαλεία της GTK, πιθανώς θα χρειατεί να κάνετε λίγα ή καθόλου ώστε να κάνετε την εφαρμογή σας προσιτή σε ένα λογικό επίπεδο. Αλλά να έχετε το νου σας για αντικείμενα στη Γραφική Διεπαφή Χρήστη (GUI) τα οποία δεν έχουν μια περιγραφή σε κείμενο.συσχετισμένη με αυτά, όπως γραφικά κουμπιά ή ενδείκτες κατάστασης (status indicators) τα οποία δεν έχουν ετικέτες ή ενδεικτικά βοηθήματα (tooltip).
You can probably also improve on the default descriptions provided for some of the widgets, and tailor them to that widget's specific purpose in your application. You should add or change the textual descriptions for these widgets with the appropriate ATK function call, so that an assisitive technology can describe their purpose or state to the user. See Coding Guidelines for Supporting Accessibility for more information.
If your application uses custom widgets, you may have to do some work to expose those widgets' properties to assistive technologies. See Making Custom Components Accessible and Examples that Use the Accessibility API for more information. Additional detailed information can be found in Marc Mulcahy's 2002 GUADEC presentation, "Making GNOME Applications Accessible".