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
This commit is contained in:
Robin Dunn
2003-12-13 01:25:15 +00:00
parent dc08fedb1c
commit 76343679d0
2 changed files with 141 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ _treeList = [
'FloatCanvas',
'wxXmlResourceSubclass',
'wxGridBagSizer',
'Cursor',
]),
# managed windows == things with a (optional) caption you can close
@@ -185,6 +186,7 @@ _treeList = [
# Images
('Using Images', [
'Cursor',
'Throbber',
'wxArtProvider',
'wxDragImage',