bitmaps/plus.xpm
author Claus Gittinger <cg@exept.de>
Fri, 28 Jun 2019 09:21:50 +0200
changeset 6078 08c9e2a47dc5
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#OTHER by cg self class name -> self className
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 *plus_xpm[] = {
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
/* width height ncolors chars_per_pixel */
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
"9 9 3 1",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
/* colors */
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
"a c black",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
"b c #808080",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
"c c white",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
/* pixels */
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
"bbbbbbbbb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
"bcccccccb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"bcccacccb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
"bcccacccb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
"bcaaaaacb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
"bcccacccb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
"bcccacccb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
"bcccccccb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
"bbbbbbbbb",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
};