bitmaps/dir.xpm
author Claus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 20:53:39 +0200
changeset 6083 7a2c0a30e75c
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#REFACTORING by exept class: NoteBookView changed: #buttonPress:x:y: Transcript showCR:(... bindWith:...) -> Transcript showCR:... with:...
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[] = {
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
	"16 16 3 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
	"................",
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
	"..bbbb..........",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
	".byyyyb.........",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
	"bbbbbbbbbbbbbb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
	"byyyyyyyyyyyyb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
	"byyyyyyyyyyyyb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	"byyyyyyyyyyyyb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	"byyyyyyyyyyyyb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	"byyyyyyyyyyyyb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	"byyyyyyyyyyyyb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	"bbbbbbbbbbbbbb..",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
	"................",
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