summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-06-27 23:24:22 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-07-05 16:08:54 -0400
commite2847d9637bd2394177675d1b8d6f4862796c4de (patch)
treeb3ccd5ec3051eca67d1ea9c1f56760296f5e4ba9 /gtk/gtkradiobutton.c
parent369b4a605eebbbaeedd456305b97454e7f2b735d (diff)
downloadgtk+-e2847d9637bd2394177675d1b8d6f4862796c4de.tar.gz
Convert GailRadioButton to GtkRadioButtonAccessible
Diffstat (limited to 'gtk/gtkradiobutton.c')
-rw-r--r--gtk/gtkradiobutton.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c
index b080dc29f9..cb1ba20d55 100644
--- a/gtk/gtkradiobutton.c
+++ b/gtk/gtkradiobutton.c
@@ -33,6 +33,7 @@
#include "gtkmarshalers.h"
#include "gtkprivate.h"
#include "gtkintl.h"
+#include "a11y/gtkradiobuttonaccessible.h"
/**
* SECTION:gtkradiobutton
@@ -195,6 +196,8 @@ gtk_radio_button_class_init (GtkRadioButtonClass *class)
G_TYPE_NONE, 0);
g_type_class_add_private (class, sizeof (GtkRadioButtonPrivate));
+
+ gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_RADIO_BUTTON_ACCESSIBLE);
}
static void