From 5ae693645f49b1beb1b21adfc1e50c06aa130278 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 14 Jun 2000 07:07:38 +0000 Subject: new function, to generate postscript so i can test tree printing. 2000-06-14 Chris Toshok * 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 --- widgets/e-table/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'widgets/e-table/ChangeLog') 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 + + * 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 * e-cell-text.c: Request the value of e_table_is_cell_editable of -- cgit v1.2.3