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