summaryrefslogtreecommitdiff
path: root/pixmaps
diff options
context:
space:
mode:
authorJose Maria Celorio <chema@src.gnome.org>2001-07-04 05:45:31 +0000
committerJose Maria Celorio <chema@src.gnome.org>2001-07-04 05:45:31 +0000
commit39d693d0f9fe053c1a473eda70451b9479ea491c (patch)
tree2406edea7d10b5578eedcecfd2f91a5e494accfd /pixmaps
parentb6b2c5fc020ee7b8d8d46487fec841518b5d0114 (diff)
downloadglade-39d693d0f9fe053c1a473eda70451b9479ea491c.tar.gz
forgot a couple of files
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/progressbar.xpm34
1 files changed, 34 insertions, 0 deletions
diff --git a/pixmaps/progressbar.xpm b/pixmaps/progressbar.xpm
new file mode 100644
index 00000000..95ee6753
--- /dev/null
+++ b/pixmaps/progressbar.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char *progressbar_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"21 21 7 1",
+" c Gray0",
+". c #7b7b7b",
+"X c #d6d6d6",
+"o c #b3cece",
+"O c Gray87",
+"+ c Gray100",
+"@ c None",
+/* pixels */
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@..................@",
+"@@.++++++. XXXXXXXX+@",
+"@@.+OOOOO. XXXXXXXX+@",
+"@@.+OOOOO. XXXXXXXX+@",
+"@@.+OOOOO. XXXXXXXX+@",
+"@@.+OOOOO. XXXXXXXX+@",
+"@@.+OOOOO. XXXXXXXX+@",
+"@@........ XXXXXXXX+@",
+"@@. XXXXXXXX+@",
+"@@++++++++++++++++++@",
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@"
+};