From 465c8ae9a0cac78793cac6097b6bfbabc3a342de Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 26 Nov 1999 19:25:02 +0000 Subject: Compute height using the ecell methods here. (eti_get_height): new method 1999-11-26 Miguel de Icaza * e-table-item.c (eti_realize): Compute height using the ecell methods here. (eti_get_height): new method to compute dimensions. * e-cursors.c: use a different cursor. * e-table-model.h: kill height and row_height methods. * e-cell.c (ec_height): New method. * e-cell-text.c (ect_realize): Load the font from the canvas. (ect_draw): New color setup. Center in the row. (ect_height): Implement new method. 1999-11-26 Michael Meeks * ROADMAP.e-table: small spelling/typo fixes. 1999-11-25 Miguel de Icaza * e-table-item.c (eti_event): Work on mouse-button event svn path=/trunk/; revision=1439 --- widgets/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'widgets/ChangeLog') diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 15ae2a656f..8df0c6966d 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,9 +1,31 @@ +1999-11-26 Miguel de Icaza + + * e-table-item.c (eti_realize): Compute height using the ecell + methods here. + (eti_get_height): new method to compute dimensions. + + * e-cursors.c: use a different cursor. + + * e-table-model.h: kill height and row_height methods. + + * e-cell.c (ec_height): New method. + + * e-cell-text.c (ect_realize): Load the font from the canvas. + (ect_draw): New color setup. + Center in the row. + (ect_height): Implement new method. + 1999-11-26 Michael Meeks * ROADMAP.e-table: small spelling/typo fixes. 1999-11-25 Miguel de Icaza + * e-table-item.c (eti_event): Work on mouse-button event + propagation to cells. + + * e-cell-text.c (ect_draw): Use CellViews now. + * e-table-item.c (eti_realize_cell_views): New routine: Realizes the cell views (eti_unrealize_cell_views): New routine: unrealizes the cell views. -- cgit v1.2.3