a11y: Add get_renderer_state() to cell accessibles

Accessibles can use this function to query the state that their row
would be rendered with.
This commit is contained in:
Benjamin Otte
2011-11-24 01:55:38 +01:00
parent bcafd9ba3c
commit 178686ba11
5 changed files with 132 additions and 0 deletions

View File

@ -50,6 +50,10 @@ struct _GtkCellAccessibleClass
GType _gtk_cell_accessible_get_type (void);
GtkCellRendererState
_gtk_cell_accessible_get_state (GtkCellAccessible *cell,
gboolean *expandable,
gboolean *expanded);
void _gtk_cell_accessible_set_cell_data (GtkCellAccessible *cell);
void _gtk_cell_accessible_initialise (GtkCellAccessible *cell,