]> git.eshelyaron.com Git - emacs.git/commitdiff
Images used by speedbar.el.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 30 Sep 2005 13:09:58 +0000 (13:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 30 Sep 2005 13:09:58 +0000 (13:09 +0000)
27 files changed:
etc/images/ezimage/bits.xpm [new file with mode: 0644]
etc/images/ezimage/bitsbang.xpm [new file with mode: 0644]
etc/images/ezimage/box-minus.xpm [new file with mode: 0644]
etc/images/ezimage/box-plus.xpm [new file with mode: 0644]
etc/images/ezimage/box.xpm [new file with mode: 0644]
etc/images/ezimage/checkmark.xpm [new file with mode: 0644]
etc/images/ezimage/dir-minus.xpm [new file with mode: 0644]
etc/images/ezimage/dir-plus.xpm [new file with mode: 0644]
etc/images/ezimage/dir.xpm [new file with mode: 0644]
etc/images/ezimage/doc-minus.xpm [new file with mode: 0644]
etc/images/ezimage/doc-plus.xpm [new file with mode: 0644]
etc/images/ezimage/doc.xpm [new file with mode: 0644]
etc/images/ezimage/info.xpm [new file with mode: 0644]
etc/images/ezimage/key.xpm [new file with mode: 0644]
etc/images/ezimage/label.xpm [new file with mode: 0644]
etc/images/ezimage/lock.xpm [new file with mode: 0644]
etc/images/ezimage/mail.xpm [new file with mode: 0644]
etc/images/ezimage/page-minus.xpm [new file with mode: 0644]
etc/images/ezimage/page-plus.xpm [new file with mode: 0644]
etc/images/ezimage/page.xpm [new file with mode: 0644]
etc/images/ezimage/tag-gt.xpm [new file with mode: 0644]
etc/images/ezimage/tag-minus.xpm [new file with mode: 0644]
etc/images/ezimage/tag-plus.xpm [new file with mode: 0644]
etc/images/ezimage/tag-type.xpm [new file with mode: 0644]
etc/images/ezimage/tag-v.xpm [new file with mode: 0644]
etc/images/ezimage/tag.xpm [new file with mode: 0644]
etc/images/ezimage/unlock.xpm [new file with mode: 0644]

diff --git a/etc/images/ezimage/bits.xpm b/etc/images/ezimage/bits.xpm
new file mode 100644 (file)
index 0000000..b291fcf
--- /dev/null
@@ -0,0 +1,20 @@
+/* XPM */
+static char * sb_obj_xpm[] = {
+"15 15 2 1",
+"      c None",
+".     c #000CFF",
+" ..  .  ..  .  ",
+".  . . .  . .  ",
+".  . . .  . .  ",
+".  . . .  . .  ",
+" ..  .  ..  .  ",
+"               ",
+".  ..  .  ..   ",
+". .  . . .  .  ",
+". .  . . .  .  ",
+". .  . . .  .  ",
+".  ..  .  ..   ",
+"               ",
+" ..  .  ..  .  ",
+".  . . .  . .  ",
+".  . . .  . .  "};
diff --git a/etc/images/ezimage/bitsbang.xpm b/etc/images/ezimage/bitsbang.xpm
new file mode 100644 (file)
index 0000000..cd49e83
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * sb_objod_xpm[] = {
+"15 15 3 1",
+"      c None",
+".     c #000CFF",
+"+     c #FFFA00",
+" ..  .  ..  .  ",
+".  .++ .  . .  ",
+".  .++ .  . .  ",
+".  . ++.  . .  ",
+" ..  ++ ..  .  ",
+"     ++        ",
+".  ..++.  ..   ",
+". .  .++ .  .  ",
+". .  .++ .  .  ",
+". .  .++ .  .  ",
+".  ..  .  ..   ",
+"       ++      ",
+" ..  . ++.  .  ",
+".  . . .  . .  ",
+".  . . .  . .  "};
diff --git a/etc/images/ezimage/box-minus.xpm b/etc/images/ezimage/box-minus.xpm
new file mode 100644 (file)
index 0000000..a24583c
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_box_minus_xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #000000",
+"+     c #828282",
+"@     c #D19200",
+"...+           +..+ ",
+".@@.+          +.@.+",
+"+.@@.+        +.@@@.",
+"+.@@@.+++++++++.@@..",
+" +..@............@.+",
+" +.@..@@@@@@@@@@@..+",
+" +.@@..............+",
+" +.@@.@@@@@@@@@@@@.+",
+" +.@@.@@@@@@@@@@@@.+",
+" +.@@.@@@......@@@.+",
+" +.@@.@@@......@@@.+",
+"  +.@.@@@@@@@@@@@@.+",
+"   +..@@@@@@@@@@@@.+",
+"    +..............+",
+"     ++++++++++++++ "};
diff --git a/etc/images/ezimage/box-plus.xpm b/etc/images/ezimage/box-plus.xpm
new file mode 100644 (file)
index 0000000..5f70fef
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_box_plus_xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #D19200",
+"                    ",
+"  ..............    ",
+" .++++++++++++++.   ",
+" .++@@@@@@+@@@@@+.  ",
+" .+@+@@@@@@+@@@@@+. ",
+" .+@@++++++++++++++.",
+" .+@@+@@@@@@@@@@@@+.",
+" .+@@+@@@@@++@@@@@+.",
+" .+@@+@@@@@++@@@@@+.",
+" .+@@+@@@++++++@@@+.",
+" .+@@+@@@++++++@@@+.",
+"  .+@+@@@@@++@@@@@+.",
+"   .++@@@@@++@@@@@+.",
+"    .++++++++++++++.",
+"     .............. "};
diff --git a/etc/images/ezimage/box.xpm b/etc/images/ezimage/box.xpm
new file mode 100644 (file)
index 0000000..f569715
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_box_xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+"                    ",
+" ...............    ",
+" .++++++++++++++.   ",
+" .++@@@@@@+@@@@@+.  ",
+" .+@+@@@@@@+@@@@@+. ",
+" .+@@++++++++++++++.",
+" .+@@+@@@@@@@@@@@@+.",
+" .+@@+@@@@@@@@@@@@+.",
+" .+@@+@@@@@@@@@@@@+.",
+" .+@@+@@@@@@@@@@@@+.",
+" .+@@+@@@@@@@@@@@@+.",
+"  .+@+@@@@@@@@@@@@+.",
+".  .++@@@@@@@@@@@@+.",
+"    .++++++++++++++.",
+"     .............. "};
diff --git a/etc/images/ezimage/checkmark.xpm b/etc/images/ezimage/checkmark.xpm
new file mode 100644 (file)
index 0000000..ad4078b
--- /dev/null
@@ -0,0 +1,20 @@
+/* XPM */
+static char * sb_chk_xpm[] = {
+"15 15 2 1",
+"      c None",
+".     c #FF0000",
+"               ",
+" . .  ..       ",
+" . . .         ",
+" . . .       . ",
+"  .   ..    .  ",
+"           ..  ",
+"          ..   ",
+" ...     ..    ",
+" ...    ..     ",
+" ....  ..      ",
+"  ... ..       ",
+"   ....        ",
+"    ...        ",
+"     .         ",
+"               "};
diff --git a/etc/images/ezimage/dir-minus.xpm b/etc/images/ezimage/dir-minus.xpm
new file mode 100644 (file)
index 0000000..2edd33e
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * sb_dir_minus_xpm[] = {
+"20 15 5 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #DBDB00",
+"#     c #FFF993",
+" .......            ",
+".+++++++.           ",
+".+@@@@@@+.........  ",
+".+@@@@@@@++++++++.  ",
+".+@@@@@@@@@@@@@@+...",
+".+@@++++++++++++++++",
+".+@@+##############+",
+".+@+##############+.",
+".+@+####++++++####+.",
+".+@+####++++++####+.",
+".+@+##############+.",
+".++##############+..",
+".++##############+. ",
+".+++++++++++++++++. ",
+" .................  "};
diff --git a/etc/images/ezimage/dir-plus.xpm b/etc/images/ezimage/dir-plus.xpm
new file mode 100644 (file)
index 0000000..93154af
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * sb_dir_plus_xpm[] = {
+"20 15 5 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #DBDB00",
+"#     c #FFF993",
+" .......            ",
+".+++++++.           ",
+".+@@@@@@+.......... ",
+".+@@@@@@@++++++++++.",
+".+@@@@@@@@@@@@@@@@+.",
+".+#######++#####@@+.",
+".+#######++######@+.",
+".+#####++++++####@+.",
+".+#####++++++####@+.",
+".+#######++######@+.",
+".+#######++######@+.",
+".+###############@+.",
+".+###############@+.",
+".++++++++++++++++++.",
+" .................. "};
diff --git a/etc/images/ezimage/dir.xpm b/etc/images/ezimage/dir.xpm
new file mode 100644 (file)
index 0000000..de1d3fd
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * sb_dir_xpm[] = {
+"20 15 5 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #DBDB00",
+"#     c #FFF993",
+" .......            ",
+".+++++++.           ",
+".+@@@@@@+.......... ",
+".+@@@@@@@++++++++++.",
+".+@@@@@@@@@@@@@@@@+.",
+".+##############@@+.",
+".+###############@+.",
+".+###############@+.",
+".+###############@+.",
+".+###############@+.",
+".+###############@+.",
+".+###############@+.",
+".+###############@+.",
+".++++++++++++++++++.",
+" .................. "};
diff --git a/etc/images/ezimage/doc-minus.xpm b/etc/images/ezimage/doc-minus.xpm
new file mode 100644 (file)
index 0000000..2480e4b
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * sb_doc_minus_xpm[] = {
+"15 15 5 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #5A818B",
+"#     c #FFFFFF",
+"      .......  ",
+"     .+++++++. ",
+"    .+@@@@@@+. ",
+"   .+@@@@@@+#. ",
+"   .+@@@@@@+#+.",
+"  .+@####@+##+.",
+" .+@@@@@@@+#+. ",
+" .+@@@@@@+##+. ",
+".++++@@@@+#+.  ",
+".+###++++##+.  ",
+".+########+.   ",
+".++#######+.   ",
+" ..++++##+.    ",
+"   ....+++.    ",
+"       ...     "};
diff --git a/etc/images/ezimage/doc-plus.xpm b/etc/images/ezimage/doc-plus.xpm
new file mode 100644 (file)
index 0000000..eb7ebe1
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * sb_doc_plus_xpm[] = {
+"15 15 5 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #5A818B",
+"#     c #FFFFFF",
+"      .......  ",
+"     .+++++++. ",
+"    .+@@@@@@+. ",
+"   .+@@#@@@+#. ",
+"   .+@@#@@@+#+.",
+"  .+@#####+##+.",
+" .+@@@@#@@+#+. ",
+" .+@@@@#@+##+. ",
+".++++@@@@+#+.  ",
+".+###++++##+.  ",
+".+########+.   ",
+".++#######+.   ",
+" ..++++##+.    ",
+"   ....+++.    ",
+"       ...     "};
diff --git a/etc/images/ezimage/doc.xpm b/etc/images/ezimage/doc.xpm
new file mode 100644 (file)
index 0000000..3ed8eee
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * sb_doc_xpm[] = {
+"15 15 5 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #5A818B",
+"#     c #FFFFFF",
+"      .......  ",
+"     .+++++++. ",
+"    .+@@@@@@+. ",
+"   .+@@@@@@+#. ",
+"   .+@@@@@@+#+.",
+"  .+@@@@@@+##+.",
+" .+@@@@@@@+#+. ",
+" .+@@@@@@+##+. ",
+".++++@@@@+#+.  ",
+".+###++++##+.  ",
+".+########+.   ",
+".+########+.   ",
+".++++++##+.    ",
+" ......+++.    ",
+"       ...     "};
diff --git a/etc/images/ezimage/info.xpm b/etc/images/ezimage/info.xpm
new file mode 100644 (file)
index 0000000..0027252
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_info_xpm[] = {
+"10 15 4 1",
+"      c None",
+".     c #BEBEBE",
+"+     c #0000FF",
+"@     c #FFFFFF",
+"    ..    ",
+"  ..+++.  ",
+" .+++@++. ",
+" .+++++++ ",
+" .+++++++ ",
+".++@@@++++",
+".++++@++++",
+".++++@++++",
+".++++@++++",
+" .+++@++++",
+" .+++@+++ ",
+" .+@@@@@+ ",
+" .+++++++ ",
+"  .+++++  ",
+"    ++    "};
diff --git a/etc/images/ezimage/key.xpm b/etc/images/ezimage/key.xpm
new file mode 100644 (file)
index 0000000..4b9c7b8
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * key_xpm[] = {
+"16 16 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+"    ........    ",
+"   ..++++++..   ",
+"   .+@@@@@@+.   ",
+"   .+@@++@@+.   ",
+"   .+@@@@@@+.   ",
+"   .+@@@@@@+.   ",
+"   .+@@@@@@+.   ",
+"    .+@@@@+.    ",
+"     .+@@+.     ",
+"     .+@@@+.    ",
+"     .+@@+.     ",
+"     .+@@+.     ",
+"     .+@@@+.    ",
+"     .+@@+.     ",
+"      .++.      ",
+"       ..       "};
diff --git a/etc/images/ezimage/label.xpm b/etc/images/ezimage/label.xpm
new file mode 100644 (file)
index 0000000..715cc2c
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_label_xpm[] = {
+"10 16 3 1",
+"      c None",
+".     c gray",
+"+     c blue",
+"     .....",
+"   ..+++++",
+"  .+++++++",
+" .++++++++",
+" .++++++++",
+".+++++++++",
+".+++++++++",
+".+++++++++",
+".+++++++++",
+".+++++++++",
+".+++++++++",
+".+++++++++",
+".+++++++++",
+".+++++++++",
+".+++++++++",
+".+++++++++"};
diff --git a/etc/images/ezimage/lock.xpm b/etc/images/ezimage/lock.xpm
new file mode 100644 (file)
index 0000000..f51ee97
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * lock_xpm[] = {
+"16 16 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+"     ........   ",
+"    ..++++++..  ",
+"    .++....++.  ",
+"    .+......+.  ",
+"   ..+......+.. ",
+"  ..++++++++++..",
+"  .++@@@@@@@@++.",
+"  .+@@@@@@@@@@+.",
+"  .+@@@@@@@@@@+.",
+"  .+@@@++++@@@+.",
+"  .+@@@@++@@@@+.",
+"  .+@@@@@@@@@@+.",
+"  .+@@@@++@@@@+.",
+"  .+@@@@@@@@@@+.",
+"  .++++++++++++.",
+"  .............."};
diff --git a/etc/images/ezimage/mail.xpm b/etc/images/ezimage/mail.xpm
new file mode 100644 (file)
index 0000000..5716eeb
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_mail_xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFFFFF",
+"................... ",
+".++++++++++++++++++.",
+".++@@@@@@@@@@@@@@++.",
+".+@++@@@@@@@@@@++@+.",
+".+@@@++@@@@@@++@@@+.",
+".+@@@@@++@@++@@@@@+.",
+".+@@@@@@@++@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@@@+@@@@@@+@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@+@@@@@@@@@@+@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".++@@@@@@@@@@@@@@++.",
+".++++++++++++++++++.",
+" .................. "};
diff --git a/etc/images/ezimage/page-minus.xpm b/etc/images/ezimage/page-minus.xpm
new file mode 100644 (file)
index 0000000..2e54243
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * sb_pg_minus_xpm[] = {
+"20 15 5 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFFFFF",
+"#     c #ADADAD",
+"       ............ ",
+"      .++++++++++++.",
+"     .++@@@@@@@@@@+.",
+"    .+#+@@@@@@@@@@+.",
+"   .+##+@@@@@@@@@@+.",
+"  .+###+@@@@@@@@@@+.",
+" .+####+@@@@@@@@@@+.",
+".+++++++@++++++@@@+.",
+".+@@@@@@@++++++@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".++++++++++++++++++.",
+" .................. "};
diff --git a/etc/images/ezimage/page-plus.xpm b/etc/images/ezimage/page-plus.xpm
new file mode 100644 (file)
index 0000000..aa5d38f
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * sb_pg_plus_xpm[] = {
+"20 15 5 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFFFFF",
+"#     c #ADADAD",
+"       ............ ",
+"      .++++++++++++.",
+"     .++@@@@@@@@@@+.",
+"    .+#+@@@@@@@@@@+.",
+"   .+##+@@@@@@@@@@+.",
+"  .+###+@@@++@@@@@+.",
+" .+####+@@@++@@@@@+.",
+".+++++++@++++++@@@+.",
+".+@@@@@@@++++++@@@+.",
+".+@@@@@@@@@++@@@@@+.",
+".+@@@@@@@@@++@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".++++++++++++++++++.",
+" .................. "};
diff --git a/etc/images/ezimage/page.xpm b/etc/images/ezimage/page.xpm
new file mode 100644 (file)
index 0000000..75c6a6e
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * sb_pg_xpm[] = {
+"20 15 5 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFFFFF",
+"#     c #ADADAD",
+"       ............ ",
+"      .++++++++++++.",
+"     .++@@@@@@@@@@+.",
+"    .+#+@@@@@@@@@@+.",
+"   .+##+@@@@@@@@@@+.",
+"  .+###+@@@@@@@@@@+.",
+" .+####+@@@@@@@@@@+.",
+".+++++++@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".++++++++++++++++++.",
+" .................. "};
diff --git a/etc/images/ezimage/tag-gt.xpm b/etc/images/ezimage/tag-gt.xpm
new file mode 100644 (file)
index 0000000..49b8b72
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_tag_gt_xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+"                    ",
+"                    ",
+"    ............... ",
+"   .+++++++++++++++.",
+"  .+@@@@@++@@@@@@@+.",
+" .+@@@@@@+++@@@@@@+.",
+".+@@@@@@@++++@@@@@+.",
+".+@++@@@@+++++@@@@+.",
+".+@++@@@@+++++.@@@+.",
+".+@@@@@@@++++.@@@@+.",
+" .+@@@@@@+++.@@@@@+.",
+"  .+@@@@@++.@@@@@@+.",
+".  .++++++.++++++++.",
+"    ............... ",
+"                    "};
diff --git a/etc/images/ezimage/tag-minus.xpm b/etc/images/ezimage/tag-minus.xpm
new file mode 100644 (file)
index 0000000..f006c4e
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_tag__xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+"                    ",
+"                    ",
+"    ............... ",
+"   .+++++++++++++++.",
+"  .+@@@@@@@@@@@@@@+.",
+" .+@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@++@@++++++@@@@@+.",
+".+@++@@++++++@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+" .+@@@@@@@@@@@@@@@+.",
+"  .+@@@@@@@@@@@@@@+.",
+".  .+++++++++++++++.",
+"    ............... ",
+"                    "};
diff --git a/etc/images/ezimage/tag-plus.xpm b/etc/images/ezimage/tag-plus.xpm
new file mode 100644 (file)
index 0000000..cf32fef
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_tag+_xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+"                    ",
+"                    ",
+"    ............... ",
+"   .+++++++++++++++.",
+"  .+@@@@@@@@@@@@@@+.",
+" .+@@@@@@++@@@@@@@+.",
+".+@@@@@@@++@@@@@@@+.",
+".+@++@@++++++@@@@@+.",
+".+@++@@++++++@@@@@+.",
+".+@@@@@@@++@@@@@@@+.",
+" .+@@@@@@++@@@@@@@+.",
+"  .+@@@@@@@@@@@@@@+.",
+".  .+++++++++++++++.",
+"    ............... ",
+"                    "};
diff --git a/etc/images/ezimage/tag-type.xpm b/etc/images/ezimage/tag-type.xpm
new file mode 100644 (file)
index 0000000..6588698
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_tag_type_xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+"                    ",
+"                    ",
+"    ............... ",
+"   .+++++++++++++++.",
+"  .+@@@@@@@@@@@@@@+.",
+" .+@@@@@@++++++@@@+.",
+".+@@@@@@@++++++@@@+.",
+".+@++@@@@@@++@@@@@+.",
+".+@++@@@@@@++@@@@@+.",
+".+@@@@@@@@@++@@@@@+.",
+" .+@@@@@@@@++@@@@@+.",
+"  .+@@@@@@@@@@@@@@+.",
+".  .+++++++++++++++.",
+"    ............... ",
+"                    "};
diff --git a/etc/images/ezimage/tag-v.xpm b/etc/images/ezimage/tag-v.xpm
new file mode 100644 (file)
index 0000000..7431e4c
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_tag_v_xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+"                    ",
+"                    ",
+"    ............... ",
+"   .+++++++++++++++.",
+"  .+@@@@@@@@@@@@@@+.",
+" .+@@@++++++++++.@+.",
+".+@@@@@++++++++.@@+.",
+".+@++@@@++++++.@@@+.",
+".+@++@@@@++++.@@@@+.",
+".+@@@@@@@@++.@@@@@+.",
+" .+@@@@@@@@.@@@@@@+.",
+"  .+@@@@@@@@@@@@@@+.",
+".  .+++++++++++++++.",
+"    ............... ",
+"                    "};
diff --git a/etc/images/ezimage/tag.xpm b/etc/images/ezimage/tag.xpm
new file mode 100644 (file)
index 0000000..4c6f1c5
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char * sb_tag_xpm[] = {
+"20 15 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+"                    ",
+"                    ",
+"    ............... ",
+"   .+++++++++++++++.",
+"  .+@@@@@@@@@@@@@@+.",
+" .+@@@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+".+@++@@@@@@@@@@@@@+.",
+".+@++@@@@@@@@@@@@@+.",
+".+@@@@@@@@@@@@@@@@+.",
+" .+@@@@@@@@@@@@@@@+.",
+"  .+@@@@@@@@@@@@@@+.",
+".  .+++++++++++++++.",
+"    ............... ",
+"                    "};
diff --git a/etc/images/ezimage/unlock.xpm b/etc/images/ezimage/unlock.xpm
new file mode 100644 (file)
index 0000000..5841163
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * unlock_xpm[] = {
+"16 16 4 1",
+"      c None",
+".     c #828282",
+"+     c #000000",
+"@     c #FFF993",
+" .......        ",
+"..+++++..       ",
+".++...++.       ",
+".+.....+.       ",
+".+.....+........",
+"....++++++++++..",
+"  .++@@@@@@@@++.",
+"  .+@@@@@@@@@@+.",
+"  .+@@@@@@@@@@+.",
+"  .+@@@++++@@@+.",
+"  .+@@@@++@@@@+.",
+"  .+@@@@@@@@@@+.",
+"  .+@@@@++@@@@+.",
+"  .+@@@@@@@@@@+.",
+"  .++++++++++++.",
+"  .............."};