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/TODO | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'widgets/TODO') diff --git a/widgets/TODO b/widgets/TODO index a4bf6483a0..c6d2010be8 100644 --- a/widgets/TODO +++ b/widgets/TODO @@ -1,3 +1,10 @@ -Perhaps implement E-table-sorted in terms of e-table-subset? +Implement e-cell-height +Implement computation of heights from the e-cell-heights +Make sure we compute the height from that +Include spacing in columns and rows for the decoration lines +Add threshold to compute a "global" size +Implement the two methods for row finding: by full thing, or by a factor. -Miguel \ No newline at end of file + +Add editing +mouse grabbing for scrolling -- cgit v1.2.3