diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-06-19 15:26:12 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-06-19 15:26:12 +0800 |
commit | eae703e0851b32548a9ecd326063e0ac876e9e3b (patch) | |
tree | 4f65326e662f36d11e5f186e13b2a0d7254ed7d0 /widgets/shortcut-bar/e-icon-bar.h | |
parent | 105dd5c5f61b47581339af1145bfd98aa8c65938 (diff) | |
download | gsoc2013-evolution-eae703e0851b32548a9ecd326063e0ac876e9e3b.tar gsoc2013-evolution-eae703e0851b32548a9ecd326063e0ac876e9e3b.tar.gz gsoc2013-evolution-eae703e0851b32548a9ecd326063e0ac876e9e3b.tar.bz2 gsoc2013-evolution-eae703e0851b32548a9ecd326063e0ac876e9e3b.tar.lz gsoc2013-evolution-eae703e0851b32548a9ecd326063e0ac876e9e3b.tar.xz gsoc2013-evolution-eae703e0851b32548a9ecd326063e0ac876e9e3b.tar.zst gsoc2013-evolution-eae703e0851b32548a9ecd326063e0ac876e9e3b.zip |
added support for scroll-wheels.
2000-06-19 Damon Chaplin <damon@helixcode.com>
* e-icon-bar-bg-item.c:
* e-icon-bar.c:
* e-icon-bar.h:
* e-vscrolled-bar.c: added support for scroll-wheels.
svn path=/trunk/; revision=3631
Diffstat (limited to 'widgets/shortcut-bar/e-icon-bar.h')
-rw-r--r-- | widgets/shortcut-bar/e-icon-bar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/e-icon-bar.h b/widgets/shortcut-bar/e-icon-bar.h index 8ca458410a..72d64ad890 100644 --- a/widgets/shortcut-bar/e-icon-bar.h +++ b/widgets/shortcut-bar/e-icon-bar.h @@ -144,6 +144,9 @@ struct _EIconBar /* Colors for drawing. */ GdkColor colors[E_ICON_BAR_COLOR_LAST]; + + /* Signal connection id for "value_changed" signal of vadjustment. */ + guint vadjustment_value_changed_id; }; struct _EIconBarClass |