Added wx.lib.gestures module from Daniel Pozmanter which supports

using Mouse Gestures in an application.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-18 18:02:19 +00:00
parent d8b49350e6
commit 51c5e1f21e
4 changed files with 385 additions and 0 deletions

View File

@@ -221,6 +221,11 @@ buttons.
Added wx.DatePickerCtrl.
wx.html.HtmlWindow now supports background images.
Added wx.lib.gestures module from Daniel Pozmanter which supports
using Mouse Gestures in an application.