]> Pileus Git - ~andy/gtk/commit
a11y: Use ATK macros and clean up/2 - GtkSpinner
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 29 Nov 2010 15:43:43 +0000 (15:43 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 30 Nov 2010 02:06:57 +0000 (02:06 +0000)
commit781d4faf4c6423e6db0f4442bfb3ed4db855e158
treeac6012108462ac02d9a261f3fe6f4cfaeee8f1fd
parente7966a2c0c7ab0de891764d6b3515b09ed8cea63
a11y: Use ATK macros and clean up/2 - GtkSpinner

ATK provides macros to the same effect as G_DEFINE_TYPE; using these
macros has the advantage of removing tons of duplicated code and
reducing the maintainership burden.

The widgets with inline accessibility implementation should switch to
these macros, and clean up the code.

https://bugzilla.gnome.org/show_bug.cgi?id=636060
gtk/gtkspinner.c