
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
830 B
C
35 lines
830 B
C
/* XPM */
|
|
static char * dayview_xpm[] = {
|
|
"24 24 7 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #D8D8D4",
|
|
"@ c #919191",
|
|
"# c #666666",
|
|
"$ c #FFFFFF",
|
|
"% c #F2F1ED",
|
|
"....................... ",
|
|
".++++++++++++++++++++@. ",
|
|
".+@@@@@@@@@@@@@@@@@@@#. ",
|
|
".+@@@@@@@@@@@@@@@@@@@#. ",
|
|
".+@@@@@@@@@@@@@@@@@@@#. ",
|
|
".@####################. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".@@@@@@@@@@@@@@@@@@@@#. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".@@@@@@@@@@@@@@@@@@@@#. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".@@@@@@@@@@@@@@@@@@@@#. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".$++@%%%%%%%%%%%%%%%%@. ",
|
|
".+@@#@@@@@@@@@@@@@@@@#. ",
|
|
"....................... ",
|
|
" "};
|