Sha256: 78ad98c1d659f3b1dcf13a23f2126e20e96c82279dc27230575550d095b28711

Contents?: true

Size: 513 Bytes

Versions: 7

Compression:

Stored size: 513 Bytes

Contents

/* XPM */
static const char *const indentmore_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/indentmore.xpm
wxruby3-0.9.5-x64-mingw-ucrt samples/text/art/richtext/indentmore.xpm
wxruby3-0.9.4-x64-mingw-ucrt samples/text/art/richtext/indentmore.xpm
wxruby3-0.9.3-x64-mingw-ucrt samples/text/art/richtext/indentmore.xpm
wxruby3-0.9.2-x64-mingw-ucrt samples/text/art/richtext/indentmore.xpm
wxruby3-0.9.1-x64-mingw-ucrt samples/text/art/richtext/indentmore.xpm
wxruby3-0.9.0-x64-mingw-ucrt samples/text/art/richtext/indentmore.xpm