Sha256: f2fb44569e864cc2ad4ebe30c699fa6e13c123ff6ce3901bf89656e4b6d25c81

Contents?: true

Size: 561 Bytes

Versions: 8

Compression:

Stored size: 561 Bytes

Contents

/* XPM */
static const char *const choice_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 5 1",
/* colors */
" 	s None	c None",
".	c #000000",
"+	c #c0c0c0",
"@	c #808080",
"#	c #ffffff",
/* pixels */
"@@@@@@@@@@@@@@@@",
"@..............@",
"@.########+++++@",
"@.########.....@",
"@.########+...+@",
"@.########++.++@",
"@.+++++++++++++@",
"@@@@@@@@@@@@@@@@",
"  ##############",
"  ..............",
"  .#########+.+.",
"  .#########....",
"  .#########+++.",
"  .#########....",
"  .#########+.+.",
"  .............."};

Version data entries

8 entries across 6 versions & 2 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt samples/widgets/art/widgets/choice.xpm
wxruby3-0.9.5-x64-mingw-ucrt samples/widgets/art/widgets/choice.xpm
wxruby3-0.9.4-x64-mingw-ucrt samples/widgets/art/widgets/choice.xpm
wxruby3-0.9.3-x64-mingw-ucrt samples/widgets/art/widgets/choice.xpm
rwx-0.0.1.1.dev samples/controls/icons/choice.xpm
rwx-0.0.1.1.dev samples/widgets/icons/choice.xpm
rwx-0.0.1.dev samples/widgets/icons/choice.xpm
rwx-0.0.1.dev samples/controls/icons/choice.xpm