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:
		| @ -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, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Benjamin Otte
					Benjamin Otte