From fe93fcfebf131497778228696fdf5e5037e14e05 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 11 May 2008 20:25:15 +0000 Subject: [PATCH] Initial revision. --- etc/images/custom/README | 10 ++++++++++ etc/images/custom/down-pushed.xpm | 17 +++++++++++++++++ etc/images/custom/down.xpm | 17 +++++++++++++++++ etc/images/custom/right-pushed.xpm | 17 +++++++++++++++++ etc/images/custom/right.xpm | 17 +++++++++++++++++ 5 files changed, 78 insertions(+) create mode 100644 etc/images/custom/README create mode 100644 etc/images/custom/down-pushed.xpm create mode 100644 etc/images/custom/down.xpm create mode 100644 etc/images/custom/right-pushed.xpm create mode 100644 etc/images/custom/right.xpm 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 "}; -- 2.39.5