aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/spec.xml
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-05-16 00:19:25 +0800
committernobody <nobody@localhost>2002-05-16 00:19:25 +0800
commitd27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e (patch)
tree9a14849dd3a40bd1667b88d689e2aa7d58d08bce /widgets/table/spec.xml
parent74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff)
downloadgsoc2013-evolution-d27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e.tar
gsoc2013-evolution-d27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e.tar.gz
gsoc2013-evolution-d27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e.tar.bz2
gsoc2013-evolution-d27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e.tar.lz
gsoc2013-evolution-d27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e.tar.xz
gsoc2013-evolution-d27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e.tar.zst
gsoc2013-evolution-d27d55fe051d6f3bf5a5670f71ee2e0e9ee1c71e.zip
This commit was manufactured by cvs2svn to create tagguikachu-1_2_3
'guikachu-1_2_3'. svn path=/tags/guikachu-1_2_3/; revision=16902
Diffstat (limited to 'widgets/table/spec.xml')
-rw-r--r--widgets/table/spec.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/widgets/table/spec.xml b/widgets/table/spec.xml
deleted file mode 100644
index a8e524484c..0000000000
--- a/widgets/table/spec.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<ETableSpecification no-headers="false" click-to-add="false"
- draw-grid="true" cursor-mode="simple"
- _click-to-add-message="">
- <ETableColumn model_col="0" _title="Email" expansion="1.0" minimum_width="20" resizable="true" cell="cell_left_just" compare="string"/>
- <ETableColumn model_col="1" _title="Full Name" expansion="1.0" minimum_width="20" resizable="true" cell="cell_left_just" compare="string"/>
- <ETableColumn model_col="2" _title="Address" expansion="1.0" minimum_width="20" resizable="true" cell="cell_left_just" compare="string"/>
- <ETableColumn model_col="3" _title="Phone" expansion="1.0" minimum_width="20" resizable="true" cell="cell_left_just" compare="string"/>
- <ETableState>
- <column source="0"/>
- <column source="3"/>
- <column source="1"/>
- <column source="2"/>
- <grouping>
- <group column="2" ascending="true">
- <leaf column="1" ascending="true"/>
- </group>
- </grouping>
- <!-- Column that's been added by hand. Not implemented yet.
- <ETableColumn model_col="custom-string" _title="Custom" expansion="1.0" minimum_widgth="20" resizable="true" cell="string" compare="string"/> -->
- </ETableState>
-</ETableSpecification>