Convert GailRange to GtkRangeAccessible

This commit is contained in:
Matthias Clasen
2011-06-27 22:39:43 -04:00
parent 5f6ed88b7a
commit 7f58482d4e
10 changed files with 432 additions and 512 deletions

View File

@ -40,6 +40,7 @@
#include "gtkprivate.h"
#include "gtkintl.h"
#include "gtktypebuiltins.h"
#include "a11y/gtkrangeaccessible.h"
/**
* SECTION:gtkrange
@ -600,6 +601,8 @@ gtk_range_class_init (GtkRangeClass *class)
GTK_PARAM_READABLE));
g_type_class_add_private (class, sizeof (GtkRangePrivate));
gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_RANGE_ACCESSIBLE);
}
static void