summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2008-05-11 20:25:15 +0000
committerJuri Linkov <juri@jurta.org>2008-05-11 20:25:15 +0000
commitfe93fcfebf131497778228696fdf5e5037e14e05 (patch)
tree5e6a14f483e06c842af3560db540b7672eac508b
parent869522fb01f5e5b9221741b53b12f92057314a64 (diff)
Initial revision.
-rw-r--r--etc/images/custom/README10
-rw-r--r--etc/images/custom/down-pushed.xpm17
-rw-r--r--etc/images/custom/down.xpm17
-rw-r--r--etc/images/custom/right-pushed.xpm17
-rw-r--r--etc/images/custom/right.xpm17
5 files changed, 78 insertions, 0 deletions
diff --git a/etc/images/custom/README b/etc/images/custom/README
new file mode 100644
index 0000000000..99356ee5ad
--- /dev/null
+++ b/etc/images/custom/README
@@ -0,0 +1,10 @@
+This directory contains icons for the Customization user interface.
+Currently possible image file names that have no icons yet are
+radio0.xpm, radio1.xpm.
+
+COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES
+
+Files: down.xpm down-pushed.xpm right.xpm right-pushed.xpm
+Author: Juri Linkov
+Copyright (C) 2008 Free Software Foundation, Inc.
+License: GNU General Public License version 3 or later (see COPYING)
diff --git a/etc/images/custom/down-pushed.xpm b/etc/images/custom/down-pushed.xpm
new file mode 100644
index 0000000000..9945ced91b
--- /dev/null
+++ b/etc/images/custom/down-pushed.xpm
@@ -0,0 +1,17 @@
+/* XPM */
+static char * down_pushed_xpm[] = {
+"10 10 4 1",
+" c none",
+". c gray45",
+"X c gray90",
+"O c gray75",
+"..........",
+"........XX",
+" ..OOOOXX ",
+" ..OOOOXX ",
+" ..OOXX ",
+" ..OOXX ",
+" ..XX ",
+" ..XX ",
+" .X ",
+" .X "};
diff --git a/etc/images/custom/down.xpm b/etc/images/custom/down.xpm
new file mode 100644
index 0000000000..5b7601f781
--- /dev/null
+++ b/etc/images/custom/down.xpm
@@ -0,0 +1,17 @@
+/* XPM */
+static char * down_xpm[] = {
+"10 10 4 1",
+" c none",
+". c gray90",
+"X c gray45",
+"O c gray75",
+"..........",
+"........XX",
+" ..OOOOXX ",
+" ..OOOOXX ",
+" ..OOXX ",
+" ..OOXX ",
+" ..XX ",
+" ..XX ",
+" .X ",
+" .X "};
diff --git a/etc/images/custom/right-pushed.xpm b/etc/images/custom/right-pushed.xpm
new file mode 100644
index 0000000000..875adfad32
--- /dev/null
+++ b/etc/images/custom/right-pushed.xpm
@@ -0,0 +1,17 @@
+/* XPM */
+static char * right_pushed_xpm[] = {
+"10 10 4 1",
+" c none",
+". c gray45",
+"X c gray90",
+"O c gray75",
+".. ",
+".... ",
+"...... ",
+"..OO.... ",
+"..OOOO....",
+"..OOOOXXXX",
+"..OOXXXX ",
+"..XXXX ",
+".XXX ",
+".X "};
diff --git a/etc/images/custom/right.xpm b/etc/images/custom/right.xpm
new file mode 100644
index 0000000000..a991478bef
--- /dev/null
+++ b/etc/images/custom/right.xpm
@@ -0,0 +1,17 @@
+/* XPM */
+static char * right_xpm[] = {
+"10 10 4 1",
+" c none",
+". c gray90",
+"X c gray45",
+"O c gray75",
+".. ",
+".... ",
+"...... ",
+"..OO.... ",
+"..OOOO....",
+"..OOOOXXXX",
+"..OOXXXX ",
+"..XXXX ",
+".XXX ",
+".X "};