]> Pileus Git - ~andy/gtk/commit - gtk/a11y/Makefile.am
First cut at GailEntry -> GtkEntryAccessible
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jun 2011 02:12:55 +0000 (22:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:08 +0000 (16:08 -0400)
commit918514d51dbd12832ae8121b28a59c1e002c2f09
treec06faa7b88dd9437a304346cb7bfb349eb14e897
parentc2d1e3eeb0feb86b1cdd3803862c7a7b38a94ba8
First cut at GailEntry -> GtkEntryAccessible

Replace the factory for entry and spin button with
gtk_widget_class_set_accessible_type() calls, and move then
to the GtkAccessible namespace.
gtk/a11y/Makefile.am
gtk/a11y/gail.c
gtk/a11y/gailspinbutton.h [deleted file]
gtk/a11y/gtkentryaccessible.c [moved from gtk/a11y/gailentry.c with 72% similarity]
gtk/a11y/gtkentryaccessible.h [moved from gtk/a11y/gailentry.h with 57% similarity]
gtk/a11y/gtkspinbuttonaccessible.c [moved from gtk/a11y/gailspinbutton.c with 58% similarity]
gtk/a11y/gtkspinbuttonaccessible.h [new file with mode: 0644]
gtk/gtkentry.c
gtk/gtkspinbutton.c