diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-04-30 22:28:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-04-30 22:28:08 -0400 |
commit | 3be5c09a9055b04d5d5a4272fd12f854ca20a571 (patch) | |
tree | 64000ded380789be46269f6efba30a4205b78ada /README.in | |
parent | 333a5b4307eca43786a2ffdafb216c542ec8db66 (diff) | |
download | gtk+-3be5c09a9055b04d5d5a4272fd12f854ca20a571.tar.gz |
Add some more documentation about GDK_SCROLL_SMOOTH3.5.1
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -96,7 +96,10 @@ Release notes for 3.4 * Scroll events have been separated from button events, and smooth scrolling has been added with a separate event mask. Widgets now need to have either GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK in - their event mask to receive scroll events. + their event mask to receive scroll events. In addition, the + GdkScrollDirection enumeration has gained a new member, + GDK_SCROLL_SMOOTH, so switch statements will have to be amended + to cover this case. * GTK+ now uses <Primary> instead of <Control> in keyboard accelerators, for improved cross-platform handling. This should not affect |