another merge from WX_2_6_BRANCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-01-06 07:05:15 +00:00
parent 2091f5e71a
commit 095315e20d
41 changed files with 3008 additions and 38638 deletions

View File

@@ -68,13 +68,13 @@ checks the BBs.
Mouse Events:
At this point, there are a full set of custom mouse events. They are
just like the regular mouse events, but include an extra attribute:
Event.GetCoords(), that returns the (x,y) position in world coordinates,
as a length-2 NumPy vector of Floats.
There are a full set of custom mouse events. They are just like the
regular mouse events, but include an extra attribute: Event.GetCoords(),
that returns the (x,y) position in world coordinates, as a length-2
NumPy vector of Floats.
There are also a full set of bindings to mouse events on objects, so
that you can specify a given function be called when an objects is
that you can specify a given function be called when an object is
clicked, mouse-over'd, etc.
See the Demo for what it can do, and how to use it.
@@ -83,8 +83,7 @@ Copyright: Christopher Barker
License: Same as the version of wxPython you are using it with.
Check for updates at:
http://home.comcast.net/~chrishbarker/FloatCanvas/
Check for updates or answers to questions, send me an email.
Please let me know if you're using this!!!
@@ -94,6 +93,6 @@ Chris.Barker@noaa.gov
"""
__version__ = "0.8.7"
__version__ = "0.9.9"