summaryrefslogtreecommitdiff
path: root/src/xsane-icons.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsane-icons.c')
-rw-r--r--src/xsane-icons.c140
1 files changed, 138 insertions, 2 deletions
diff --git a/src/xsane-icons.c b/src/xsane-icons.c
index b09d2f4..f06e3cd 100644
--- a/src/xsane-icons.c
+++ b/src/xsane-icons.c
@@ -905,7 +905,7 @@ const char *person_xpm[] =
/* --------------------------------------------------- */
-const char *mail_xpm[] =
+const char *email_xpm[] =
{
/* width height num_colors chars_per_pixel */
" 20 20 4 1",
@@ -939,7 +939,7 @@ const char *mail_xpm[] =
/* --------------------------------------------------- */
-const char *mailreceiver_xpm[] =
+const char *emailreceiver_xpm[] =
{
/* width height num_colors chars_per_pixel */
" 20 20 3 1",
@@ -1005,6 +1005,110 @@ const char *subject_xpm[] =
/* --------------------------------------------------- */
+const char *adf_xpm[] =
+{
+/* width height num_colors chars_per_pixel */
+" 20 20 4 1",
+/* colors */
+"* c #000000",
+". c #ffffff",
+"- c #e0e0e0",
+" none",
+/* pixels */
+" ************",
+" *..........*",
+" ***..........*",
+" *.*..........*",
+" ***.*..........*",
+" *.*.*..........*",
+" ***.*.*..........*",
+" *.*.*.*..........*",
+" *.*.*.*..........*",
+" *.*.*.*..........*",
+" *.*.*.*..........*",
+" *.*.*.*..........*",
+" *.*.*.*..........*",
+" *.*.*.************",
+" *.*.*..........* ",
+" *.*.************ ",
+" *.*..........* ",
+" *.************ ",
+" *..........* ",
+" ************ "
+};
+
+/* --------------------------------------------------- */
+
+
+const char *target_xpm[] =
+{
+/* width height num_colors chars_per_pixel */
+" 20 20 4 1",
+/* colors */
+"+ c #101010",
+"* c #d06060",
+". c #ffffff",
+" none",
+/* pixels */
+" ** ",
+" ++**++ ",
+" ++..**..++ ",
+" +....**....+ ",
+" +...++**++...+ ",
+" +...+..**..+...+ ",
+" +..+...**...+..+ ",
+" +..+...+**+...+..+ ",
+" +..+..+.**.+..+..+ ",
+"*********..*********",
+"*********..*********",
+" +..+..+.**.+..+..+ ",
+" +..+...+**+...+..+ ",
+" +..+...**...+..+ ",
+" +...+..**..+...+ ",
+" +...++**++...+ ",
+" +....**....+ ",
+" ++..**..++ ",
+" ++**++ ",
+" ** "
+};
+
+/* --------------------------------------------------- */
+
+const char *multipage_xpm[] =
+{
+/* width height num_colors chars_per_pixel */
+" 20 20 5 1",
+/* colors */
+"* c #000000",
+". c #ffffff",
+"- c #e0e0e0",
+"# c #90a0b0",
+" none",
+/* pixels */
+"--------------------",
+"-######************-",
+"-######*..........*-",
+"-###****..........*-",
+"-###*..*..........*-",
+"-****..*..........*-",
+"-*..*..*..........*-",
+"-*..*..*..........*-",
+"-*..*..*..........*-",
+"-*..*..*..........*-",
+"-*..*..*..........*-",
+"-*..*..*..........*-",
+"-*..*..*..........*-",
+"-*..*..*..........*-",
+"-*..*..************-",
+"-*..*..........*###-",
+"-*..************###-",
+"-*..........*######-",
+"-************######-",
+"--------------------"
+};
+
+/* --------------------------------------------------- */
+
const char *colormode_xpm[] = {
/* width height num_colors chars_per_pixel */
" 20 20 23 1",
@@ -1057,6 +1161,38 @@ const char *colormode_xpm[] = {
/* --------------------------------------------------- */
+const char *step_xpm[] = {
+/* width height num_colors chars_per_pixel */
+" 20 20 3 1",
+/* colors */
+". c #000000",
+"# c #a0a0a0",
+" none",
+/* pixels */
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ...... ",
+" ...... ",
+" .....#. ",
+" ......#. ",
+" ........#. ",
+" .........#....... ",
+" .................. ",
+" .................. ",
+" .................. ",
+" ...... ....... ",
+" ",
+" ",
+" "
+};
+
+/* --------------------------------------------------- */
+
const char *medium_xpm[] = {
/* width height num_colors chars_per_pixel */
" 20 20 3 1",