diff options
author | nobody <nobody@localhost> | 2001-10-03 03:19:44 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-10-03 03:19:44 +0800 |
commit | c8365f5853fde7bfc7142c649c4de2b2102a0360 (patch) | |
tree | 8f5f9b7cbb8614876e1daeaccef93d7ded95ca3f /widgets/table/spec.xml | |
parent | 1057efd639f0f3f0cef84fb492ef4b6bc4bd8bce (diff) | |
download | gsoc2013-evolution-GNOME_PILOT_0_1_62.tar.gz gsoc2013-evolution-GNOME_PILOT_0_1_62.tar.zst gsoc2013-evolution-GNOME_PILOT_0_1_62.zip |
This commit was manufactured by cvs2svn to create tagGNOME_PILOT_0_1_62
'GNOME_PILOT_0_1_62'.
svn path=/tags/GNOME_PILOT_0_1_62/; revision=13322
Diffstat (limited to 'widgets/table/spec.xml')
-rw-r--r-- | widgets/table/spec.xml | 21 |
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> |