aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/widgets/ea-widgets.h
diff options
context:
space:
mode:
authorHarry Lu <harry.lu@sun.com>2005-01-04 15:40:37 +0800
committerHarry Lu <haip@src.gnome.org>2005-01-04 15:40:37 +0800
commitad5c80a5bea1b6201033be2bc74ad197828ea0f5 (patch)
tree86a231d239533fb27369469315d533be92ddf4a5 /a11y/widgets/ea-widgets.h
parent929792231aae9868bbcf6388b309a78e26ae10ba (diff)
downloadgsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.tar
gsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.tar.gz
gsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.tar.bz2
gsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.tar.lz
gsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.tar.xz
gsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.tar.zst
gsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.zip
add ea-combo-button.[ch] to Makefile.
2005-01-04 Harry Lu <harry.lu@sun.com> * widgets/Makefile.am: add ea-combo-button.[ch] to Makefile. * widgets/ea-combo-button.c: * widgets/ea-combo-button.h: implement a11y object for e-combo-button. * widgets/ea-widgets.c: (e_combo_button_a11y_init): set a11y factory. * widgets/ea-widgets.h: add declaration. svn path=/trunk/; revision=28228
Diffstat (limited to 'a11y/widgets/ea-widgets.h')
-rw-r--r--a11y/widgets/ea-widgets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/a11y/widgets/ea-widgets.h b/a11y/widgets/ea-widgets.h
index e9ec9b3ad9..fc8e7f1b90 100644
--- a/a11y/widgets/ea-widgets.h
+++ b/a11y/widgets/ea-widgets.h
@@ -30,5 +30,6 @@
#define _EA_WIDGETS_H__
void e_calendar_item_a11y_init (void);
+void e_combo_button_a11y_init (void);
#endif /* _EA_WIDGETS_H__ */