aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table-group.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix before tripArturo Espinosa1999-12-131-62/+101
| | | | svn path=/trunk/; revision=1485
* beginning of the keyboard navigation.Miguel de Icaza1999-11-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | 1999-11-27 Miguel de Icaza <miguel@gnu.org> * e-table-item.c (eti_event): beginning of the keyboard navigation. * e-table-model.c (e_table_model_row_changed): new function. (e_table_model_cell_changed): new function. (e_table_model_class_init): New signals. * e-table-item.c (eti_request_region_redraw): x2, y2 offsets were wrong. (eti_select): Repaint selected region. (eti_request_region_redraw): Fix range. (eti_draw): Correct offset computation here. (e_table_item_class_init): New method: row_selection, handles the selection. Now it implement GTK_SELECTION_SINGLE and GTK_SELECTION_MULTIPLE. Focusing and selection should be correct now. svn path=/trunk/; revision=1441
* New E-table-item.[ch] -migArturo Espinosa1999-11-191-1/+1
| | | | svn path=/trunk/; revision=1419
* StuffArturo Espinosa1999-11-101-8/+8
| | | | svn path=/trunk/; revision=1378
* Added my widgets stuff -miguelArturo Espinosa1999-11-021-0/+98
svn path=/trunk/; revision=1364