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

@@ -50,6 +50,7 @@ _treeList = [
'StandardPaths',
'MediaCtrl',
'DatePickerCtrl',
'MouseGestures',
]),
# managed windows == things with a (optional) caption you can close
@@ -226,6 +227,7 @@ _treeList = [
'FileHistory',
'FontEnumerator',
'Joystick',
'MouseGestures',
'OGL',
'PrintFramework',
'ShapedWindow',