bitmaps/ui_menuitem.xpm
author Claus Gittinger <cg@exept.de>
Sun, 13 May 2018 15:15:02 +0200
changeset 3558 6609ee3ba154
parent 242 3d2caf5bf279
permissions -rw-r--r--
#REFACTORING by cg class: Tools::ProjectBuilderAssistantApplication changed: #doStopMake (send #withColor:on: instead of #colorizeAllWith:on:) #runBuildProcess: (send #withColor:on: instead of #colorizeAllWith:on:)

/* 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....",
	"....................",
	"....................",
	"....................",
	"....................",
	"....................",
	"....................",
	"....................",
};