Sha256: 73432d531f32319fe7838493c41231151b5fe7c3b8a81fcc2aab0750daa1d6c9

Contents?: true

Size: 513 Bytes

Versions: 7

Compression:

Stored size: 513 Bytes

Contents

/* XPM */
static const char *const indentless_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
". c #4D4D4D",
"  c None",
"X c #4D4DA6",
/* pixels */
"       .        ",
"                ",
"  .... .........",
"                ",
"  X    .........",
" XX    .........",
"XXXXX           ",
" XX    ......   ",
"  X    ......   ",
"                ",
"  .... .........",
"                ",
"  .... ..       ",
"                ",
"       .        ",
"                "
};

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt samples/text/art/richtext/indentless.xpm
wxruby3-0.9.5-x64-mingw-ucrt samples/text/art/richtext/indentless.xpm
wxruby3-0.9.4-x64-mingw-ucrt samples/text/art/richtext/indentless.xpm
wxruby3-0.9.3-x64-mingw-ucrt samples/text/art/richtext/indentless.xpm
wxruby3-0.9.2-x64-mingw-ucrt samples/text/art/richtext/indentless.xpm
wxruby3-0.9.1-x64-mingw-ucrt samples/text/art/richtext/indentless.xpm
wxruby3-0.9.0-x64-mingw-ucrt samples/text/art/richtext/indentless.xpm