aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-cursors.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-121-0/+6
| | | | | | Fix the embarassing cursor bug. svn path=/trunk/; revision=2404
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-11-26 Miguel de Icaza <miguel@gnu.org> * 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 <mmeeks@gnu.org> * ROADMAP.e-table: small spelling/typo fixes. 1999-11-25 Miguel de Icaza <miguel@gnu.org> * e-table-item.c (eti_event): Work on mouse-button event svn path=/trunk/; revision=1439
* missing filesArturo Espinosa1999-11-181-0/+128
svn path=/trunk/; revision=1398