bitmaps/dsv_comboList.xpm
author Claus Gittinger <cg@exept.de>
Fri, 17 Aug 2018 17:36:55 +0200
changeset 5890 99d778b7d1a3
parent 572 700fe158866a
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

/* XPM */
static char *dsv_comboList[] = {
	"22 22 4 1",
	". c none",
	"b c black   m black g4 black",
	"w c white   m white g4 white",
	"r c red     m black g4 black",
	"......................",
	".bbbbbbbbbbbbbbbbbbbb.",
	".bwwwwwwwwwwwwwwwwwwb.",
	".bwwwwwwwwwwwwwwwwwbb.",
	".bww...............bb.",
	".bww...............bb.",
	".bww......bbb......bb.",
	".bww......bbb......bb.",
	".bww......bbb......bb.",
	".bww......bbb......bb.",
	".bww...bbbbbbbbb...bb.",
	".bww....bbbbbbb....bb.",
	".bww.....bbbbb.....bb.",
	".bww......bbb......bb.",
	".bww.......b.......bb.",
	".bww...............bb.",
	".bww..bbbbbbbbbbb..bb.",
	".bww...............bb.",
	".bww...............bb.",
	".bwbbbbbbbbbbbbbbbbbb.",
	".bbbbbbbbbbbbbbbbbbbb.",
	"......................"
};