aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-06-14 15:07:38 +0800
committerChris Toshok <toshok@src.gnome.org>2000-06-14 15:07:38 +0800
commit5ae693645f49b1beb1b21adfc1e50c06aa130278 (patch)
tree5df64ae7148c1bdc2dce0f5ef5c1ff09e1044750 /widgets/e-table/ChangeLog
parentfabd9d91ab1aee4a091ddcdd6e189bacfcd4a920 (diff)
downloadgsoc2013-evolution-5ae693645f49b1beb1b21adfc1e50c06aa130278.tar
gsoc2013-evolution-5ae693645f49b1beb1b21adfc1e50c06aa130278.tar.gz
gsoc2013-evolution-5ae693645f49b1beb1b21adfc1e50c06aa130278.tar.bz2
gsoc2013-evolution-5ae693645f49b1beb1b21adfc1e50c06aa130278.tar.lz
gsoc2013-evolution-5ae693645f49b1beb1b21adfc1e50c06aa130278.tar.xz
gsoc2013-evolution-5ae693645f49b1beb1b21adfc1e50c06aa130278.tar.zst
gsoc2013-evolution-5ae693645f49b1beb1b21adfc1e50c06aa130278.zip
new function, to generate postscript so i can test tree printing.
2000-06-14 Chris Toshok <toshok@helixcode.com> * e-tree-example-1.c (print_tree): new function, to generate postscript so i can test tree printing. (create_tree): add print button. * e-cell-tree.c (ect_print_height): implement function (in a broken way for the time being, heh). (ect_print): implement function to draw tree controls and offset the subcell's printing. icons aren't printed yet, just lines. (ect_draw): remove old unnecessary comments. only draw the horizontal line in specific instances (well, add a test so a lone root node doesn't get the horizontal line.) (e_cell_tree_class_init): add print/print_height methods. svn path=/trunk/; revision=3565
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 91cc91a58b..e030642d5f 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,3 +1,18 @@
+2000-06-14 Chris Toshok <toshok@helixcode.com>
+
+ * e-tree-example-1.c (print_tree): new function, to generate
+ postscript so i can test tree printing.
+ (create_tree): add print button.
+
+ * e-cell-tree.c (ect_print_height): implement function (in a
+ broken way for the time being, heh).
+ (ect_print): implement function to draw tree controls and offset
+ the subcell's printing. icons aren't printed yet, just lines.
+ (ect_draw): remove old unnecessary comments. only draw the
+ horizontal line in specific instances (well, add a test so a lone
+ root node doesn't get the horizontal line.)
+ (e_cell_tree_class_init): add print/print_height methods.
+
2000-06-14 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c: Request the value of e_table_is_cell_editable of