Sha256: 2e1975c5f8df5a4d020369d15e2db0227b0138d0d672d813ab014d9775572b58

Contents?: true

Size: 522 Bytes

Versions: 124

Compression:

Stored size: 522 Bytes

Contents

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

Version data entries

124 entries across 62 versions & 3 rubygems

Version Path
wxruby3-0.9.2 samples/controls/gauge.xpm
wxruby3-0.9.2 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.1 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.1 samples/controls/gauge.xpm
wxruby3-0.9.0 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.0 samples/controls/gauge.xpm
wxruby3-0.9.0.pre.rc.3 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.0.pre.rc.3 samples/controls/gauge.xpm
wxruby3-0.9.0.pre.rc.2 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.0.pre.rc.2 samples/controls/gauge.xpm
wxruby3-0.9.0.pre.rc.1 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.0.pre.rc.1 samples/controls/gauge.xpm
wxruby3-0.9.0.pre.beta.14 samples/controls/gauge.xpm
wxruby3-0.9.0.pre.beta.14 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.0.pre.beta.13 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.0.pre.beta.13 samples/controls/gauge.xpm
wxruby3-0.9.0.pre.beta.11 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.0.pre.beta.11 samples/controls/gauge.xpm
wxruby3-0.9.0.pre.beta.10 samples/bigdemo/icons/gauge.xpm
wxruby3-0.9.0.pre.beta.10 samples/controls/gauge.xpm