aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-table-simple.h
Commit message (Collapse)AuthorAgeFilesLines
* fixed api.Miguel de Icaza1999-12-031-3/+0
| | | | | | | | | | | | | | | | | | | | | 1999-12-02 Miguel de Icaza <miguel@gnu.org> * e-table-header.c (e_table_header_index): fixed api. 1999-12-01 Miguel de Icaza <miguel@gnu.org> * test-cols.c (multi_cols_test): Update to simplified API. * test-check.c (check_test): ditto * test-table.c (table_browser_test): ditto * e-table-simple.c (e_table_simple_class_init): Kill column_name method. * e-table-model.h: Kill column_name method. * e-table-col.c (e_table_col_new): Instead of using a column name, use a column index. svn path=/trunk/; revision=1459
* 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