 |
| Never Seen the Sunlight |
Joined: Thu Mar 24, 2011 2:10 pm Posts: 324 Location: Sydney, Australia
|
|
Hi, I'm trying to add accessibility support fora custom widget and chaining up the classes to GtkWidgetAccessibleClass. Unfortunately I can't find a header file with this type defined. I've read that this is the base class which all custom widgets are meant to have public access to (it's subclasses, e.g. GtkContainerAccessible being private). Looking in the source code for gtk>3.2 I find its in gtk/a11y/gtkwidgetaccessible.h but of all the headers on my machine I can find nothing of the sort only gtkaccessible.h which doesn't cover this type. Shouldn't gtk/gtk.h naturally wrap in all these accessibility headers anyway? I have all the usual -dev headers installed. Googling it doesn't seem to help as no-one seems to bother much with accessibility. Am on Ubuntu 12.04 Thanks, Paul
|
|