add images
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 Jun 2006 19:17:52 +0000 (19:17 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 Jun 2006 19:17:52 +0000 (19:17 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1960 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/Makefile.am
ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter16x16.xpm [new file with mode: 0644]
ltt/branches/poly/lttv/modules/gui/lttvwindow/pixmaps/guifilter22x22.xpm [new file with mode: 0644]

index 71064961a7de6239a745e884a088bbc4a4696db2..aff8036c4f47d4924f31c84671a827d546314893 100644 (file)
@@ -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 (file)
index 0000000..9910324
--- /dev/null
@@ -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 (file)
index 0000000..2b3e7f8
--- /dev/null
@@ -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..     ..       ",
+"      ..    ..        ",
+"      ..   ..         ",
+"      ..  ..          ",
+"      .....           ",
+"                      ",
+"                      "};
This page took 0.026022 seconds and 4 git commands to generate.