aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard-control.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-18 17:43:36 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-18 17:43:36 +0800
commit32a10931a91628394db1185cb2e582ab0952dcb9 (patch)
tree70370f6d8be7cfb0a15238893e31fcd4bb130f06 /addressbook/gui/widgets/e-minicard-control.h
parent9cad440d041093c75b601364d3038c082686c81a (diff)
downloadgsoc2013-evolution-32a10931a91628394db1185cb2e582ab0952dcb9.tar
gsoc2013-evolution-32a10931a91628394db1185cb2e582ab0952dcb9.tar.gz
gsoc2013-evolution-32a10931a91628394db1185cb2e582ab0952dcb9.tar.bz2
gsoc2013-evolution-32a10931a91628394db1185cb2e582ab0952dcb9.tar.lz
gsoc2013-evolution-32a10931a91628394db1185cb2e582ab0952dcb9.tar.xz
gsoc2013-evolution-32a10931a91628394db1185cb2e582ab0952dcb9.tar.zst
gsoc2013-evolution-32a10931a91628394db1185cb2e582ab0952dcb9.zip
New files for using a minicard as a widget or a bonobo control.
2000-07-18 Christopher James Lahey <clahey@helixcode.com> * gui/minicard/e-minicard-control.c, gui/minicard/e-minicard-control.h, gui/minicard/e-minicard-widget.c, gui/minicard/e-minicard-widget.h: New files for using a minicard as a widget or a bonobo control. svn path=/trunk/; revision=4209
Diffstat (limited to 'addressbook/gui/widgets/e-minicard-control.h')
-rw-r--r--addressbook/gui/widgets/e-minicard-control.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-minicard-control.h b/addressbook/gui/widgets/e-minicard-control.h
new file mode 100644
index 0000000000..3b69ec9080
--- /dev/null
+++ b/addressbook/gui/widgets/e-minicard-control.h
@@ -0,0 +1,8 @@
+#ifndef __E_MINICARD_CONTROL_H__
+#define __E_MINICARD_CONTROL_H__
+
+#include <bonobo/bonobo-control.h>
+
+void e_minicard_factory_init (void);
+
+#endif /* __E_MINICARD_CONTROL_H__ */