diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-07-05 18:42:36 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-07-05 18:42:36 +0800 |
commit | 6d4840cae85e64b40af1a8da70fb600d3220c108 (patch) | |
tree | 029d1b2ab492ce7f8a90fa970ee4c52b15435532 /widgets/table/e-table-item.h | |
parent | 228991b3170bd7a2e824706818544d93b9406559 (diff) | |
download | gsoc2013-evolution-6d4840cae85e64b40af1a8da70fb600d3220c108.tar.gz gsoc2013-evolution-6d4840cae85e64b40af1a8da70fb600d3220c108.tar.zst gsoc2013-evolution-6d4840cae85e64b40af1a8da70fb600d3220c108.zip |
Changed the variable names here to make it clear that these are view model
2001-07-05 Christopher James Lahey <clahey@ximian.com>
* e-table-item.c, e-table-item.h (find_cell): Changed the variable
names here to make it clear that these are view model and row.
(eti_event): Added click_count to make it so that if we get two
clicks in different rows we don't send a double click event.
(eti_event, view_to_model_row): Set row_guess in a few extra
places.
svn path=/trunk/; revision=10791
Diffstat (limited to 'widgets/table/e-table-item.h')
-rw-r--r-- | widgets/table/e-table-item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h index ff785e0068..87394dc26d 100644 --- a/widgets/table/e-table-item.h +++ b/widgets/table/e-table-item.h @@ -30,6 +30,8 @@ typedef struct { int minimum_width, width, height; int cols, rows; + + int click_count; /* * Ids for the signals we connect to |