bitmaps/dir_open.xpm
author Claus Gittinger <cg@exept.de>
Sat, 29 Jun 2019 23:25:22 +0200
changeset 6081 52da01945044
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#BUGFIX by cg class: ImageEditView changed: #pasteAt:mode: update colormap after paste
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1623
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
/* XPM */
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
static char *tiny_yellow_dir_open[] = {
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
	"16 16 4 1",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
	". c none",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
	"b c black  m black g4 black",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
	"y c yellow m white g4 grey80",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
	"g c grey70 m white g4 grey70",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
	"..bbbb..........",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
	".bggggb.........",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
	"bggggggbbbbbbb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
	"bggggggggggggb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	"bgbbbbbbbbbbbbbb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	"bgbyyyyyyyyyyybb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	"bbyyyyyyyyyyyyb.",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	"bbyyyyyyyyyyybb.",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	"byyyyyyyyyyyyb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
	"bbbbbbbbbbbbbb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
};
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25