Convert GailComboBox to GtkComboBoxAccessible

This commit is contained in:
Matthias Clasen
2011-06-29 17:31:09 -04:00
parent 2f744db943
commit 7371e3f7cf
8 changed files with 473 additions and 578 deletions

View File

@ -53,6 +53,7 @@
#include "gtkentryprivate.h"
#include "gtktreeprivate.h"
#include "a11y/gtkcomboboxaccessible.h"
/**
@ -1005,6 +1006,8 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
GTK_PARAM_READABLE));
g_type_class_add_private (object_class, sizeof (GtkComboBoxPrivate));
gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_COMBO_BOX_ACCESSIBLE);
}
static void