aboutsummaryrefslogtreecommitdiffstats
path: root/shell/check-missing.xpm
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-15 05:07:48 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-15 05:07:48 +0800
commitf8cc61843c45d07d11872e767c1cee0f16d48409 (patch)
treeb9419ea08a2c748c9c137a83ca6cf32e81fed7e0 /shell/check-missing.xpm
parentb1d181a33be9acc6f33acf5e59abd044527d25c8 (diff)
downloadgsoc2013-evolution-f8cc61843c45d07d11872e767c1cee0f16d48409.tar
gsoc2013-evolution-f8cc61843c45d07d11872e767c1cee0f16d48409.tar.gz
gsoc2013-evolution-f8cc61843c45d07d11872e767c1cee0f16d48409.tar.bz2
gsoc2013-evolution-f8cc61843c45d07d11872e767c1cee0f16d48409.tar.lz
gsoc2013-evolution-f8cc61843c45d07d11872e767c1cee0f16d48409.tar.xz
gsoc2013-evolution-f8cc61843c45d07d11872e767c1cee0f16d48409.tar.zst
gsoc2013-evolution-f8cc61843c45d07d11872e767c1cee0f16d48409.zip
Added check-empty.xpm, check-filled.xpm, and check-missing.xpm.
2002-05-14 Christopher James Lahey <clahey@ximian.com> * Makefile.am: Added check-empty.xpm, check-filled.xpm, and check-missing.xpm. * check-empty.xpm, check-filled.xpm, check-missing.xpm: New xpms. Copied from gal. check-missing.xpm is simply a transparent xpm of the correct size. * e-storage-set-view.c (etree_value_at): When getting, check if the path doesn't have a check box and return 2 in that case. (etree_set_value_at): Check if the path doesn't have a check box and don't change it in that case. Also, just invert the value here instead of paying attention to the set value passed in. (class_init): Initialize the checks GdkPixbufs. (e_storage_set_view_construct): Create the "optional_checkbox" cell. * e-storage-set-view.etspec: Changed the cell for the checkbox column to "optional_checkbox". svn path=/trunk/; revision=16791
Diffstat (limited to 'shell/check-missing.xpm')
-rw-r--r--shell/check-missing.xpm20
1 files changed, 20 insertions, 0 deletions
diff --git a/shell/check-missing.xpm b/shell/check-missing.xpm
new file mode 100644
index 0000000000..72bdb7a782
--- /dev/null
+++ b/shell/check-missing.xpm
@@ -0,0 +1,20 @@
+/* XPM */
+static const char * check_missing_xpm[] = {
+"16 16 1 1",
+" c None",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};