aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.etspec
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-03 05:24:33 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-03 05:24:33 +0800
commit4431711f558959af523b5b8c0e3a127f56a43688 (patch)
tree87baa90ba7eb8142aea3266da553e51ada61cc80 /shell/e-storage-set-view.etspec
parent0b20695032bc1b074f7f8287df527a01fb3bf6a2 (diff)
downloadgsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.gz
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.bz2
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.lz
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.xz
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.zst
gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.zip
Added e-storage-set-view-checkboxes.etstate and
2002-04-02 Christopher James Lahey <clahey@ximian.com> * Makefile.am (etspec_DATA): Added e-storage-set-view-checkboxes.etstate and e-storage-set-view-no-checkboxes.etstate here. * e-storage-set-view-checkboxes.etstate, e-storage-set-view-no-checkboxes.etstate: The two possible states of the EStorageSetView. * e-storage-set-view.c, e-storage-set-view.h (e_storage_set_view_set_show_checkboxes, e_storage_set_view_get_show_checkboxes): Added this functionality. Added a model column to the underlying table for the checkbox data. * e-storage-set-view.etspec: Added a view column for the checkboxes. svn path=/trunk/; revision=16324
Diffstat (limited to 'shell/e-storage-set-view.etspec')
-rw-r--r--shell/e-storage-set-view.etspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-storage-set-view.etspec b/shell/e-storage-set-view.etspec
index 9cc3418d0e..fdbf782dad 100644
--- a/shell/e-storage-set-view.etspec
+++ b/shell/e-storage-set-view.etspec
@@ -1,5 +1,6 @@
<ETableSpecification no-headers="true" selection-mode="single" cursor-mode="line" draw-grid="false" horizontal-scrolling="true">
<ETableColumn model_col="0" _title="Folder" expansion="1.0" minimum_width="20" resizable="true" cell="render_tree" compare="string" search="string"/>
+ <ETableColumn model_col="2" _title="Checkbox" expansion="0.0" minimum_width="18" resizable="false" cell="checkbox" compare="integer"/>
<ETableState>
<column source="0"/>
<grouping></grouping>