aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-dateedit.h
diff options
context:
space:
mode:
authorHao Sheng <hao.sheng@sun.com>2005-01-18 15:24:31 +0800
committerHarry Lu <haip@src.gnome.org>2005-01-18 15:24:31 +0800
commit2fef5caaa6d7e8968975fb50c201dd1382f82723 (patch)
treea58b935eff357b720edb978f742a913d318621d8 /widgets/misc/e-dateedit.h
parenta4e552d62748ca43a43c23032534b71cc2b1e842 (diff)
downloadgsoc2013-evolution-2fef5caaa6d7e8968975fb50c201dd1382f82723.tar
gsoc2013-evolution-2fef5caaa6d7e8968975fb50c201dd1382f82723.tar.gz
gsoc2013-evolution-2fef5caaa6d7e8968975fb50c201dd1382f82723.tar.bz2
gsoc2013-evolution-2fef5caaa6d7e8968975fb50c201dd1382f82723.tar.lz
gsoc2013-evolution-2fef5caaa6d7e8968975fb50c201dd1382f82723.tar.xz
gsoc2013-evolution-2fef5caaa6d7e8968975fb50c201dd1382f82723.tar.zst
gsoc2013-evolution-2fef5caaa6d7e8968975fb50c201dd1382f82723.zip
return the entry of the date edit.
2005-01-18 Hao Sheng <hao.sheng@sun.com> * misc/e-dateedit.[ch]: (e_date_edit_get_entry): return the entry of the date edit. svn path=/trunk/; revision=28428
Diffstat (limited to 'widgets/misc/e-dateedit.h')
-rw-r--r--widgets/misc/e-dateedit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-dateedit.h b/widgets/misc/e-dateedit.h
index 1fa14b95c8..c8ee3f2832 100644
--- a/widgets/misc/e-dateedit.h
+++ b/widgets/misc/e-dateedit.h
@@ -175,4 +175,6 @@ void e_date_edit_set_get_time_callback (EDateEdit *dedit,
gpointer data,
GtkDestroyNotify destroy);
+GtkWidget* e_date_edit_get_entry (EDateEdit *dedit);
+
#endif