summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkscrollbaraccessible.h
Commit message (Collapse)AuthorAgeFilesLines
* Make accessible implementations publicMatthias Clasen2012-12-271-2/+2
| | | | | | | | | | | | | | This commit exposes the get_type() functions and standard headers for accessible implementations. This makes it possible to derive from the GTK accessible implementations without GType magic tricks. This is necessary, because we require the a11y type hierarchy to be parallel to the widget type hierarchy. So, if you derive a widget and need to adjust its a11y implementation, you have to be able to derive its accessible implementation. This commit probably exposes more than is absolutely necessary, it also exposes accessibles of widgets that are unlikely candidates for deriving from.
* Add private structs to all remaining headersMatthias Clasen2012-10-151-2/+5
| | | | | These are not used currently. Just put them in now in case we need them in the future.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Reduce the number of unwanted exportsMatthias Clasen2011-07-091-2/+2
| | | | | _-prefix most of the get_type functions in a11y/. There are still some more symbols left.
* Convert GailRange to GtkRangeAccessibleMatthias Clasen2011-07-051-3/+3
|
* Convert GailScrollbar to GtkScrollbarAccessibleMatthias Clasen2011-07-051-0/+51