]> git.saurik.com Git - wxWidgets.git/commit
Added a sample to the demo showing how to change the cursor, what all
authorRobin Dunn <robin@alldunn.com>
Sat, 13 Dec 2003 01:25:15 +0000 (01:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 13 Dec 2003 01:25:15 +0000 (01:25 +0000)
commit76343679d02d6c56c2845fda2b41bd1941f94fdf
tree4487b48f32712704a8bc268d39fd47ac51c730f4
parentdc08fedb1c09e5b14c29d389c974e2d212da43ef
Added a sample to the demo showing how to change the cursor, what all
the stock cursors are, and how to set a custom cursor.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/Cursor.py [new file with mode: 0644]
wxPython/demo/Main.py