From 4517358debc8bcd761a469e901bae160704deaf2 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Thu, 14 Jun 2001 06:00:21 +0000 Subject: new dialog for setting the time zone. 2001-06-14 Damon Chaplin * gui/dialogs/e-timezone-dialog.[hc]: * gui/dialogs/e-timezone-dialog.glade: new dialog for setting the time zone. * gui/dialogs/Makefile.am: added timezone dialog files. * idl/evolution-calendar.idl: added CalTimezoneInfo struct and seq, and getBuiltinTimezoneInfo method. * pcs/cal.c (impl_Cal_get_builtin_timezone_info): implemented method. (cal_class_init): added method to epv. * cal-client/cal-client.c (struct CalClientPrivate): added timezone_info array to contain cached info on builtin timezone city names and coordinates. (cal_client_get_builtin_timezone_info): new function to get the info about builtin timezones. * cal-client/cal-client.h: added CalTimezoneInfo struct, to contain the city names and coords of the builtin timezones. svn path=/trunk/; revision=10223 --- calendar/gui/dialogs/e-timezone-dialog.glade | 264 +++++++++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 calendar/gui/dialogs/e-timezone-dialog.glade (limited to 'calendar/gui/dialogs/e-timezone-dialog.glade') diff --git a/calendar/gui/dialogs/e-timezone-dialog.glade b/calendar/gui/dialogs/e-timezone-dialog.glade new file mode 100644 index 0000000000..2b2019dfc2 --- /dev/null +++ b/calendar/gui/dialogs/e-timezone-dialog.glade @@ -0,0 +1,264 @@ + + + + + timezone-dialog + timezone-dialog + + src + pixmaps + C + True + True + + + + GnomeDialog + timezone-dialog + False + Select a Time Zone + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 500 + 400 + False + True + False + False + True + + + GtkVBox + GnomeDialog:vbox + dialog-vbox1 + False + 8 + + 4 + True + True + + + + GtkHButtonBox + GnomeDialog:action_area + dialog-action_area1 + GTK_BUTTONBOX_END + 8 + 85 + 27 + 7 + 0 + + 0 + False + True + GTK_PACK_END + + + + GtkButton + ok-button + True + True + True + GNOME_STOCK_BUTTON_OK + + + + GtkButton + cancel-button + True + True + GNOME_STOCK_BUTTON_CANCEL + + + + + GtkTable + table1 + 3 + 1 + False + 4 + 0 + + 0 + True + True + + + + GtkLabel + label1 + + GTK_JUSTIFY_CENTER + False + 0 + 0.5 + 0 + 0 + + 0 + 1 + 0 + 1 + 0 + 2 + True + False + False + False + False + False + + + + + GtkFrame + frame1 + + 0 + GTK_SHADOW_ETCHED_IN + + 0 + 1 + 1 + 2 + 0 + 0 + False + True + False + False + True + True + + + + GtkVBox + vbox1 + 4 + False + 4 + + + GtkScrolledWindow + map-window + GTK_POLICY_ALWAYS + GTK_POLICY_ALWAYS + GTK_UPDATE_CONTINUOUS + GTK_UPDATE_CONTINUOUS + + 0 + True + True + + + + Placeholder + + + + + GtkVBox + vbox2 + False + 0 + + 0 + False + False + + + + GtkLabel + timezone-preview + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + + + + GtkHBox + hbox1 + False + 4 + + 0 + 1 + 2 + 3 + 0 + 0 + False + False + False + False + True + True + + + + GtkLabel + label3 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkCombo + timezone-combo + False + True + False + True + False + + + 0 + True + True + + + + GtkEntry + GtkCombo:entry + combo-entry1 + True + False + True + 0 + + + + + + + + + -- cgit v1.2.3