From f372622bed3267bc22a65827e4c758fdcc04ce04 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 22 Jun 2006 19:17:52 +0000 Subject: [PATCH] add images git-svn-id: http://ltt.polymtl.ca/svn@1960 04897980-b3bd-0310-b5e0-8ef037075253 --- .../gui/lttvwindow/pixmaps/Makefile.am | 4 ++- .../gui/lttvwindow/pixmaps/guifilter16x16.xpm | 25 +++++++++++++++++ .../gui/lttvwindow/pixmaps/guifilter22x22.xpm | 28 +++++++++++++++++++ 3 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter16x16.xpm create mode 100644 ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter22x22.xpm diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/Makefile.am b/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/Makefile.am index 71064961..aff8036c 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/Makefile.am @@ -27,4 +27,6 @@ EXTRA_DIST = \ stock_refresh_24.png\ close.png\ stock_jump_to_24.png\ - lttv-color-list.png + lttv-color-list.png\ + guifilter22x22.xpm\ + guifilter16x16.xpm diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter16x16.xpm b/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter16x16.xpm new file mode 100644 index 00000000..99103247 --- /dev/null +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter16x16.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * guifilter16x16_xpm[] = { +"16 16 6 1", +" c None", +". c #000000", +"+ c #FF0000", +"@ c #440000", +"# c #510000", +"$ c #4B0000", +" ", +" ... ", +" .. .. ", +" .. .. ", +" ++@. .. ", +" ++#. . ", +" .. .. ", +" .. .$++ ", +" .. .$++ ", +" .. .. ", +" ++#. . ", +" ++@. .. ", +" .. .. ", +" .. .. ", +" ... ", +" "}; diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter22x22.xpm b/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter22x22.xpm new file mode 100644 index 00000000..2b3e7f85 --- /dev/null +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter22x22.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * hGuiFilterInsert_xpm[] = { +"22 22 3 1", +" c None", +". c #000000", +"r c #FF0000", +" ", +" ", +" ..... ", +" .. .. ", +" .. .. ", +" .. .. ", +" rrr.. .. ", +" rrr.. . ", +" .. .. ", +" .. .. ", +" .. ..rrr ", +" .. ..rrr ", +" .. .. ", +" .. .. ", +" rrr.. . ", +" rrr.. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" ..... ", +" ", +" "}; -- 2.34.1