From 94a486a7b4207e617da30b172aa9873e0fbb0215 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Mon, 24 Apr 2000 14:01:46 +0000 Subject: added new source files and pixmaps, and removed old source files, which 2000-04-24 Damon Chaplin * gui/Makefile.am: added new source files and pixmaps, and removed old source files, which can be deleted. * gui/e-week-view-titles-item.[hc]: * gui/e-week-view-main-item.[hc]: * gui/e-week-view-event-item.[hc]: * gui/e-week-view.[hc]: new files implementing the week/month views. * gui/yearview.xpm: * gui/monthview.xpm: * gui/weekview.xpm: * gui/workweekview.xpm: * gui/dayview.xpm: new pixmaps for the toolbar buttons. These aren't intended to be the final pixmaps. * gui/calendar-commands.c: added radio buttons to the toolbar to switch between the calendar views, and moved the am_pm_flag here so we can get rid of view-utils.c. * gui/gnome-cal.[hc]: made it a subclass of GtkVBox, rearranged the widgets into 2 notebooks, and added the selection_start_time and selection_end_time fields. * gui/goto.c: updated to use new selection time range. * gui/quick-view.c: added '#include ' so it compiles. * gui/e-day-view.[hc]: changed the interface to support the new selection time range, got rid of a few debugging messages and changed a few bits. svn path=/trunk/; revision=2583 --- calendar/gui/monthview.xpm | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 calendar/gui/monthview.xpm (limited to 'calendar/gui/monthview.xpm') diff --git a/calendar/gui/monthview.xpm b/calendar/gui/monthview.xpm new file mode 100644 index 0000000000..1a1b1d936a --- /dev/null +++ b/calendar/gui/monthview.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char * monthview_xpm[] = { +"24 24 19 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #D1D1D1", +"# c #BABBCC", +"$ c #AAAFE2", +"% c #8B90C3", +"& c #E3E4F5", +"* c #A3A6C7", +"= c #5D66BA", +"- c #3945BB", +"; c #555FC5", +"> c #2E3BB1", +", c #727ACE", +"' c #C7CAEB", +") c #0010A8", +"! c #4550B5", +"~ c #1725AC", +"{ c #8E95D8", +" ", +" ", +" ", +" ", +" ...................... ", +" .............+.++.++.. ", +" .++@++@++@++@++@++@++. ", +" .++@++@++@++@++@++@++. ", +" .@@@@@@@@@@@@@@@@@@@@. ", +" .++@++#$$%&+@+$*++@++. ", +" .++@+&=-;>,+@')!++@++. ", +" .@@@@%)%@%)@*~)!@@@@@. ", +" .++@++@'$=-+@+)!++@++. ", +" .++@++@{;>,+@+)!++@++. ", +" .@@@@@@@@%)@@@)!@@@@@. ", +" .++@+$)$+%)+@+)!++@++. ", +" .++@+'>,$=-+#$)>$+@++. ", +" .@@@@@#%%%#@#%%%%@@@@. ", +" .++@++@++@++@++@++@++. ", +" .++@++@++@++@++@++@++. ", +" ...................... ", +" ", +" ", +" "}; -- cgit v1.2.3