gimp/pixmaps/chain.xpm
Michael Natterer 3faf83af86 Moved all pixmaps and bitmaps from app/ and libgimp/ to pixmaps/
1999-03-12  Michael Natterer  <mitschel@cs.tu-berlin.de>

        Moved all pixmaps and bitmaps from app/ and libgimp/ to pixmaps/

	* app/tools/*
	* libgimp/chain.xpm: removed these files

	* pixmaps/*.[xpm|xbm]: new directory containing all pixmaps

	* app/Makefile.am
	* libgimp/Makefile.am
	* Makefile.am: changed list of EXTRA_DIST files accordingly

	* app/channels_dialog.c
	* app/layers_dialog.c
	* app/paths_dialog.c
	* app/palette.c
	* libgimp/gimpchainbutton.c: adjusted some #include's
1999-03-12 22:43:12 +00:00

119 lines
1.9 KiB
C

/* XPM */
static char * chain_hor_xpm[] = {
"24 9 9 1",
" c None",
". c #020204",
"+ c #5A5A5C",
"@ c #E8E8E9",
"# c #D0D0D1",
"$ c #8F8F91",
"% c #B5B5B6",
"& c #6E6E6E",
"* c #9A9A98",
" ",
" ....... ....... ",
" .+@####$. .$%@@@@%. ",
" .%................@. ",
" .#. .&%###%. .#. ",
" .#................@. ",
" .&*##%*$. .&%%%%#&. ",
" ....... ....... ",
" "};
/* XPM */
static char * chain_ver_xpm[] = {
"9 24 9 1",
" c None",
". c #020204",
"+ c #6E6E6E",
"@ c #D0D0D1",
"# c #B5B5B6",
"$ c #5A5A5C",
"% c #9A9A98",
"& c #E8E8E9",
"* c #8F8F91",
" ",
" ",
" ..... ",
" .+@@#$. ",
" .%...&. ",
" .@. .@. ",
" .@. .@. ",
" .#. .@. ",
" .%...@. ",
" .*.+.*. ",
" ..#.. ",
" .@. ",
" .@. ",
" ..@.. ",
" .+.#.*. ",
" .#...#. ",
" .#. .&. ",
" .#. .&. ",
" .#. .&. ",
" .@...&. ",
" .+&@&#. ",
" ..... ",
" ",
" "};
/* XPM */
static char * chain_broken_hor_xpm[] = {
"24 9 9 1",
" c None",
". c #020204",
"+ c #5A5A5C",
"@ c #E8E8E9",
"# c #D0D0D1",
"$ c #8F8F91",
"% c #B5B5B6",
"& c #6E6E6E",
"* c #9A9A98",
" ",
" ....... ....... ",
".+@####$. .$%@@@@%.",
".%........ ........@.",
".#. .&%# ##%. .#.",
".#........ ........@.",
".&*##%*$. .&%%%%#&.",
" ....... ....... ",
" "};
/* XPM */
static char * chain_broken_ver_xpm[] = {
"9 24 9 1",
" c None",
". c #020204",
"+ c #6E6E6E",
"@ c #D0D0D1",
"# c #B5B5B6",
"$ c #5A5A5C",
"% c #9A9A98",
"& c #E8E8E9",
"* c #8F8F91",
" ..... ",
" .+@@#$. ",
" .%...&. ",
" .@. .@. ",
" .@. .@. ",
" .#. .@. ",
" .%...@. ",
" .*.+.*. ",
" ..#.. ",
" .@. ",
" ",
" ",
" ",
" ",
" .@. ",
" ..@.. ",
" .+.#.*. ",
" .#...#. ",
" .#. .&. ",
" .#. .&. ",
" .#. .&. ",
" .@...&. ",
" .+&@&#. ",
" ..... "};