aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/check-filled.xpm
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-12-01 13:48:00 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-12-01 13:48:00 +0800
commit710596ff993323e55caf7e0e20797cb72ac8827f (patch)
tree0540733f8ec30a5f031c3eb5df7a68e7c5fa7f65 /widgets/table/check-filled.xpm
parent8fcf8db2b22d66d6984b0c12b4864f285f4531ad (diff)
downloadgsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar
gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.gz
gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.bz2
gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.lz
gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.xz
gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.zst
gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.zip
Add missing files
svn path=/trunk/; revision=1448
Diffstat (limited to 'widgets/table/check-filled.xpm')
-rw-r--r--widgets/table/check-filled.xpm22
1 files changed, 22 insertions, 0 deletions
diff --git a/widgets/table/check-filled.xpm b/widgets/table/check-filled.xpm
new file mode 100644
index 0000000000..c2a2b4a097
--- /dev/null
+++ b/widgets/table/check-filled.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * check_filled_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #000000",
+"+ c #FF0000",
+" ",
+" .............. ",
+" . . ",
+" . + . ",
+" . ++ . ",
+" . ++ . ",
+" . +++ . ",
+" . +++ . ",
+" . ++ +++ . ",
+" . ++++++ . ",
+" . +++++ . ",
+" . +++ . ",
+" . + . ",
+" . . ",
+" .............. ",
+" "};