bitmaps/file_plain.xpm
author Claus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 20:53:39 +0200
changeset 6083 7a2c0a30e75c
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#REFACTORING by exept class: NoteBookView changed: #buttonPress:x:y: Transcript showCR:(... bindWith:...) -> Transcript showCR:... with:...

/* XPM */
static char *tiny_file_plain[] = {
	"16 16 3 1",
	". c none",
	"b c black  m black g4 black",
	"g c white m white g4 white",
	"................",
	"................",
	"bbbbbbbbbb......",
	"bgggggggbgb.....",
	"bgggggggbggb....",
	"bgggggggbbbbb...",
	"bgggggggggggb...",
	"bgggggggggggb...",
	"bgggggggggggb...",
	"bgggggggggggb...",
	"bgggggggggggb...",
	"bgggggggggggb...",
	"bbbbbbbbbbbbb...",
	"................",
	"................",
	"................",
};