diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2001-01-28 20:38:29 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-01-28 20:38:29 +0800 |
commit | b9241821430dd397f6905eb382c8e5c759ea0bee (patch) | |
tree | 28ef1b5d6fef735c4586faa1eb0871bb017309f0 /widgets/table/e-table-item.h | |
parent | 0b38dc678a3a539fc04517dfcffbe84dca68991b (diff) | |
download | gsoc2013-evolution-b9241821430dd397f6905eb382c8e5c759ea0bee.tar.gz gsoc2013-evolution-b9241821430dd397f6905eb382c8e5c759ea0bee.tar.zst gsoc2013-evolution-b9241821430dd397f6905eb382c8e5c759ea0bee.zip |
Made the scrolling to show the current roll happen in a time out.
2001-01-28 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c, e-table-item.h: Made the scrolling to show the
current roll happen in a time out.
svn path=/trunk/; revision=7875
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 fda0caa6a8..a7ba08ad55 100644 --- a/widgets/table/e-table-item.h +++ b/widgets/table/e-table-item.h @@ -62,6 +62,8 @@ typedef struct { guint uses_source_model : 1; + guint in_key_press : 1; + /* * Realized views, per column */ |