aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table-simple.h
Commit message (Collapse)AuthorAgeFilesLines
* New methods; They implement editing.Miguel de Icaza1999-11-291-1/+1
| | | | | | | | | | | | | | | | | 1999-11-28 Miguel de Icaza <miguel@gnu.org> * e-cell-text.c (ect_enter_edit, ect_leave_edit): New methods; They implement editing. * e-cell.h: new methods: enter_edit, leave_edit * e-table-model.h (set_value_at): make val argument const. * e-table-simple.c (simple_set_value_at): Make value argument const; * e-table-item.c (eti_set_arg): Add new mode: draw_focus; svn path=/trunk/; revision=1442
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-271-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* More work -migArturo Espinosa1999-11-191-0/+1
| | | | svn path=/trunk/; revision=1420
* More table workArturo Espinosa1999-11-121-2/+2
| | | | svn path=/trunk/; revision=1383
* StuffArturo Espinosa1999-11-101-7/+11
| | | | svn path=/trunk/; revision=1378
* Added my widgets stuff -miguelArturo Espinosa1999-11-021-0/+38
svn path=/trunk/; revision=1364