From f8cc61843c45d07d11872e767c1cee0f16d48409 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 14 May 2002 21:07:48 +0000 Subject: Added check-empty.xpm, check-filled.xpm, and check-missing.xpm. 2002-05-14 Christopher James Lahey * 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 --- shell/check-empty.xpm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 shell/check-empty.xpm (limited to 'shell/check-empty.xpm') diff --git a/shell/check-empty.xpm b/shell/check-empty.xpm new file mode 100644 index 0000000000..746b20234e --- /dev/null +++ b/shell/check-empty.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static const char * check_empty_xpm[] = { +"16 16 2 1", +" c None", +". c #000000", +" ", +" ", +" ............ ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" ............ ", +" ", +" "}; -- cgit v1.2.3