diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-05 21:21:39 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-05 21:21:39 +0800 |
commit | 93460327277096268eed463400a11f7843cb518d (patch) | |
tree | 26df6aa29e970974f9433a7c89d961d8b60ea9eb /widgets/table/e-table.h | |
parent | cab78cd062fbf93003014bc1d5825a24897b3106 (diff) | |
download | gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.gz gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.bz2 gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.lz gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.xz gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.zst gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.zip |
Added a function to get the next row with sorting taken into account.
2000-08-05 Christopher James Lahey <clahey@helixcode.com>
* e-table.c: Added a function to get the next row with sorting
taken into account.
svn path=/trunk/; revision=4549
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r-- | widgets/table/e-table.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index a418a284a6..b0e3cd174a 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -182,6 +182,11 @@ void e_table_selected_row_foreach (ETable *e_table, gpointer closure); EPrintable *e_table_get_printable (ETable *e_table); +gint e_table_get_next_row_sorted (ETable *e_table, + gint model_row); +gint e_table_get_prev_row_sorted (ETable *e_table, + gint model_row); + /* Drag & drop stuff. */ /* Target */ |