
2001-02-13 JP Rosevear <jpr@ximian.com> * gui/calendar-commands.c (update_pixmaps): Set toolbar new appointment icon (set_pixmap): load files rather than create from xpm file * gui/*view.xpm: move to the art directory 2001-02-13 JP Rosevear <jpr@ximian.com> * art/Makefile.am: install new files * art/*view.xpm: add files from calendar/gui svn path=/trunk/; revision=8216
35 lines
832 B
C
35 lines
832 B
C
/* XPM */
|
|
static char * monthview_xpm[] = {
|
|
"24 24 7 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFFFF",
|
|
"@ c #666666",
|
|
"# c #919191",
|
|
"$ c #F2F1ED",
|
|
"% c #D8D8D4",
|
|
"....................... ",
|
|
".+++++++++++++++++++++. ",
|
|
".+@@@@@@@@@@@@@@@@@@@#. ",
|
|
".+@@@@@@@@@@@@@@@@@@@#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+####################. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+####################. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+####################. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".+$$$#$$$#$$$#$$$#$$$#. ",
|
|
".%###################@. ",
|
|
"....................... ",
|
|
" "};
|