Convert GailButton to GtkButtonAccessible
This drops the AtkText implementation, and also strips handling of children out. Instead of listening for enter/leave/press/released, just listen for state changes on the widget.
This commit is contained in:
		| @ -24,7 +24,7 @@ | ||||
| #include "gtktogglebuttonaccessible.h" | ||||
|  | ||||
|  | ||||
| G_DEFINE_TYPE (GtkToggleButtonAccessible, gtk_toggle_button_accessible, GAIL_TYPE_BUTTON) | ||||
| G_DEFINE_TYPE (GtkToggleButtonAccessible, gtk_toggle_button_accessible, GTK_TYPE_BUTTON_ACCESSIBLE) | ||||
|  | ||||
| static void | ||||
| gtk_toggle_button_accessible_toggled (GtkWidget *widget) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen