Sha256: 9bc953c8cfe7822453023a6c004617bd273e221fddaa1b680545b6abc903f704

Contents?: true

Size: 1.51 KB

Versions: 6

Compression:

Stored size: 1.51 KB

Contents

/* XPM */
static const char *const toggle_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 16 1",
"  c Gray0",
". c #808000",
"X c #000080",
"o c #c0c0c0",
"O c #000000",
"+ c #808000",
"@ c #000080",
"# c none",
"$ c #808080",
"% c Red",
"& c Green",
"* c Yellow",
"= c Blue",
"- c Magenta",
"; c Cyan",
": c Gray100",
/* pixels */
"################################",
"####              ##############",
"### :::::::::::::: #############",
"## :::::::::::::::$ ############",
"# ::oooooooooooooo$$ ###########",
"# ::oooooooooooooo$$ ###########",
"# ::oooooooooooooo$$ ###########",
"# ::oooooooooooooo$$ ###########",
"# ::oooooooooooooo$$ ###########",
"# ::oooooooooooooo$$ ###########",
"# ::oooooooooooooo$$ ###########",
"# ::oooooooooooooo$$ ###########",
"## $$$$$$$$$$$$$$$$ ############",
"### $$$$$$$$$$$$$$ #############",
"####              ##############",
"################################",
"################################",
"##############              ####",
"############# $$$$$$$$$$$$$$ ###",
"############ $$$$$$$$$$$$$$$: ##",
"########### $$:o:o:o:o:o:o:o:: #",
"########### $$o:o:o:o:o:o:o::: #",
"########### $$:o:o:o:o:o:o:o:: #",
"########### $$o:o:o:o:o:o:o::: #",
"########### $$:o:o:o:o:o:o:o:: #",
"########### $$o:o:o:o:o:o:o::: #",
"########### $$:o:o:o:o:o:o:o:: #",
"########### $$o:o:o:o:o:o:o::: #",
"############ :::::::::::::::: ##",
"############# :::::::::::::: ###",
"##############              ####",
"################################"
};

Version data entries

6 entries across 6 versions & 2 rubygems

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