This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Lita.Cho, jesstess, ned.deily, serhiy.storchaka, terry.reedy
Date 2014-07-28.09:00:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406538022.73.0.200181869834.issue21933@psf.upfronthosting.co.za>
In-reply-to
Content
On X11 <Button-4> and <Button-5> events are generated on mouse wheel roll. So you should add

        widget.bind('<Control-Button-4>', self._increaseFont)
        widget.bind('<Control-Button-5>', self._decreaseFont)

But mouse wheel events still are sent to widget and text is scrolled together with font size changing.
History
Date User Action Args
2014-07-28 09:00:22serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ned.deily, jesstess, Lita.Cho
2014-07-28 09:00:22serhiy.storchakasetmessageid: <1406538022.73.0.200181869834.issue21933@psf.upfronthosting.co.za>
2014-07-28 09:00:22serhiy.storchakalinkissue21933 messages
2014-07-28 09:00:22serhiy.storchakacreate