]> code.delx.au - gnu-emacs/commitdiff
Initial revision.
authorJuri Linkov <juri@jurta.org>
Sun, 11 May 2008 20:25:15 +0000 (20:25 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 11 May 2008 20:25:15 +0000 (20:25 +0000)
etc/images/custom/README [new file with mode: 0644]
etc/images/custom/down-pushed.xpm [new file with mode: 0644]
etc/images/custom/down.xpm [new file with mode: 0644]
etc/images/custom/right-pushed.xpm [new file with mode: 0644]
etc/images/custom/right.xpm [new file with mode: 0644]

diff --git a/etc/images/custom/README b/etc/images/custom/README
new file mode 100644 (file)
index 0000000..99356ee
--- /dev/null
@@ -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 (file)
index 0000000..9945ced
--- /dev/null
@@ -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 (file)
index 0000000..5b7601f
--- /dev/null
@@ -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 (file)
index 0000000..875adfa
--- /dev/null
@@ -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 (file)
index 0000000..a991478
--- /dev/null
@@ -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        "};