diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-06 07:00:41 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-06 07:00:41 +0800 |
commit | c115cff69df04b7580fd8a50e087c7bd53614cec (patch) | |
tree | 2cd51ac2167577ed803dc4b6b4aea4a79c041b88 /widgets/e-table/ChangeLog | |
parent | 089f42f8dd81428b578939f385eb143254a83644 (diff) | |
download | gsoc2013-evolution-c115cff69df04b7580fd8a50e087c7bd53614cec.tar gsoc2013-evolution-c115cff69df04b7580fd8a50e087c7bd53614cec.tar.gz gsoc2013-evolution-c115cff69df04b7580fd8a50e087c7bd53614cec.tar.bz2 gsoc2013-evolution-c115cff69df04b7580fd8a50e087c7bd53614cec.tar.lz gsoc2013-evolution-c115cff69df04b7580fd8a50e087c7bd53614cec.tar.xz gsoc2013-evolution-c115cff69df04b7580fd8a50e087c7bd53614cec.tar.zst gsoc2013-evolution-c115cff69df04b7580fd8a50e087c7bd53614cec.zip |
Added functions to convert from view row to model row or from model row to
2000-08-05 Christopher James Lahey <clahey@helixcode.com>
* e-table.c, e-table.h: Added functions to convert from view row
to model row or from model row to view row. Also changed
e_table_set_cursor_row and e_table_get_cursor_row to take a model
row as this works better with the rest of the model. Changed the
name of e_table_get_next_row_sorted and
e_table_get_prev_row_sorted. (Dropped the _sorted.)
svn path=/trunk/; revision=4556
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index eacf84cea9..0bf8bfb5c4 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,12 @@ +2000-08-05 Christopher James Lahey <clahey@helixcode.com> + + * e-table.c, e-table.h: Added functions to convert from view row + to model row or from model row to view row. Also changed + e_table_set_cursor_row and e_table_get_cursor_row to take a model + row as this works better with the rest of the model. Changed the + name of e_table_get_next_row_sorted and + e_table_get_prev_row_sorted. (Dropped the _sorted.) + 2000-08-05 Dan Winship <danw@helixcode.com> * e-table.c (e_table_get_{next,prev}_row_sorted): fix |