bitmaps/dir.xpm
author Claus Gittinger <cg@exept.de>
Fri, 17 Aug 2018 17:36:55 +0200
changeset 5890 99d778b7d1a3
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: DSVColumnView draw different icons when disabled (grey) class definition comment/format in: #drawCheckToggleAtX:y:w:state: changed: #drawComboButtonAtX:y:w: #drawRadioButtonAtX:y:w:state: #initStyle class: DSVColumnView class comment/format in: #updateStyleCache
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