diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-19 19:23:11 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-19 19:23:11 +0800 |
commit | ae8d6437906a7ae68c80546c54e1b27b5be3caa5 (patch) | |
tree | 3033ca208cc77504c1b6d3cf5917211d8203182a /e-util/e-dialog-widgets.h | |
parent | 58245bd32da1d2779a802b16a4e04d9fdae3b348 (diff) | |
download | gsoc2013-evolution-ae8d6437906a7ae68c80546c54e1b27b5be3caa5.tar.gz gsoc2013-evolution-ae8d6437906a7ae68c80546c54e1b27b5be3caa5.tar.zst gsoc2013-evolution-ae8d6437906a7ae68c80546c54e1b27b5be3caa5.zip |
Committing the calendar publishing patch.
svn path=/trunk/; revision=30876
Diffstat (limited to 'e-util/e-dialog-widgets.h')
-rw-r--r-- | e-util/e-dialog-widgets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-dialog-widgets.h b/e-util/e-dialog-widgets.h index a006092e04..5d614d7f2a 100644 --- a/e-util/e-dialog-widgets.h +++ b/e-util/e-dialog-widgets.h @@ -44,6 +44,9 @@ int e_dialog_spin_get_int (GtkWidget *widget); void e_dialog_option_menu_set (GtkWidget *widget, int value, const int *value_map); int e_dialog_option_menu_get (GtkWidget *widget, const int *value_map); +void e_dialog_combo_box_set (GtkWidget *widget, int value, const int *value_map); +int e_dialog_combo_box_get (GtkWidget *widget, const int *value_map); + void e_dialog_dateedit_set (GtkWidget *widget, time_t t); time_t e_dialog_dateedit_get (GtkWidget *widget); |