diff options
author | Juri Linkov <juri@jurta.org> | 2008-05-11 20:25:15 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-05-11 20:25:15 +0000 |
commit | fe93fcfebf131497778228696fdf5e5037e14e05 (patch) | |
tree | 5e6a14f483e06c842af3560db540b7672eac508b /etc/images | |
parent | 869522fb01f5e5b9221741b53b12f92057314a64 (diff) | |
download | emacs-fe93fcfebf131497778228696fdf5e5037e14e05.tar.gz |
Initial revision.
Diffstat (limited to 'etc/images')
-rw-r--r-- | etc/images/custom/README | 10 | ||||
-rw-r--r-- | etc/images/custom/down-pushed.xpm | 17 | ||||
-rw-r--r-- | etc/images/custom/down.xpm | 17 | ||||
-rw-r--r-- | etc/images/custom/right-pushed.xpm | 17 | ||||
-rw-r--r-- | etc/images/custom/right.xpm | 17 |
5 files changed, 78 insertions, 0 deletions
diff --git a/etc/images/custom/README b/etc/images/custom/README new file mode 100644 index 00000000000..99356ee5ad1 --- /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 00000000000..9945ced91bb --- /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 00000000000..5b7601f7816 --- /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 00000000000..875adfad321 --- /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 00000000000..a991478bef6 --- /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 "}; |