Sha256: 56abfc80d622d512f3b2c0dbafde4e3aaba979a8308f50c85cea5e311936d78e

Contents?: true

Size: 1.46 KB

Versions: 13

Compression:

Stored size: 1.46 KB

Contents

/* XPM */
static const char *const gauge_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 16 1",
"  c Gray0",
". c #808000",
"X c #000080",
"o c #808080",
"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 */
"################################",
"################################",
"################################",
"################################",
"################################",
"################################",
"################################",
"################################",
"##                            ##",
"## $$$$$$$$$$$$$$$$$::::::::: ##",
"## $$$$$$$$$$$$$$$$$::::::::: ##",
"## $$$$$$$$$$$$$$$$$::::::::: ##",
"## $$$$ $$$$$ $$$$$ :::: :::: ##",
"## $$$$ $$$$$ $$$$$ :::: :::: ##",
"## $$$$ $$$$$ $$$$$ :::: :::: ##",
"## $$$$ $$$$$ $$$$$ :::: :::: ##",
"## $$$$ $$$$$ $$$$$ :::: :::: ##",
"## $$$$ $$$$$ $$$$$ :::: :::: ##",
"## $$$$ $$$$$ $$$$$ :::: :::: ##",
"## $$$$ $$$$$ $$$$$ :::: :::: ##",
"## $$$$$$$$$$$$$$$$$::::::::: ##",
"## $$$$$$$$$$$$$$$$$::::::::: ##",
"## $$$$$$$$$$$$$$$$$::::::::: ##",
"##                            ##",
"################################",
"################################",
"################################",
"################################",
"################################",
"################################",
"################################",
"################################"
};

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
wxruby3-1.3.1 samples/widgets/art/widgets/gauge.xpm
wxruby3-1.3.0 samples/widgets/art/widgets/gauge.xpm
wxruby3-1.2.1 samples/widgets/art/widgets/gauge.xpm
wxruby3-1.2.0 samples/widgets/art/widgets/gauge.xpm
wxruby3-1.1.2 samples/widgets/art/widgets/gauge.xpm
wxruby3-1.1.1 samples/widgets/art/widgets/gauge.xpm
wxruby3-1.1.0 samples/widgets/art/widgets/gauge.xpm
wxruby3-1.0.1 samples/widgets/art/widgets/gauge.xpm
wxruby3-0.9.8 samples/widgets/art/widgets/gauge.xpm
wxruby3-0.9.7 samples/widgets/art/widgets/gauge.xpm
wxruby3-0.9.5 samples/widgets/art/widgets/gauge.xpm
wxruby3-0.9.4 samples/widgets/art/widgets/gauge.xpm
wxruby3-0.9.3 samples/widgets/art/widgets/gauge.xpm