bitmaps/ui_menuitem.xpm
author Claus Gittinger <cg@exept.de>
Mon, 29 Nov 1999 12:39:34 +0100
changeset 1268 1bc516d840bf
parent 242 3d2caf5bf279
permissions -rw-r--r--
must initialize some valueHolders with real boolean values (since inlined #not not checks for booleans and does a send if invalid)

/* XPM */
static char *ui_menuitem[] = {
	"20 20 4 1",
	". c none",
	"b c black   m black g4 black",
	"w c white   m white g4 white",
	"x c #0000FF m black g4 black",
	"....................",
	"....................",
	"....................",
	"....................",
	"....................",
	"....................",
	"....................",
	"bbbbbbbbbbbbbbbb....",
	"bxwxwxwxwxwxwxwb....",
	"bwxwxwxwxwxwxwxb....",
	"bxwxwxwxwxwxwxwb....",
	"bwxwxwxwxwxwxwxb....",
	"bbbbbbbbbbbbbbbb....",
	"....................",
	"....................",
	"....................",
	"....................",
	"....................",
	"....................",
	"....................",
};