]> git.saurik.com Git - wxWidgets.git/commit
Rework the wxCusor ctor taking wx stock number to provide as many cursors as
authorDavid Elliott <dfe@tgwbd.org>
Fri, 20 Jul 2007 04:06:26 +0000 (04:06 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 20 Jul 2007 04:06:26 +0000 (04:06 +0000)
commit69659fd770f615210efac4b4fa741b3ad6223616
treef5d30c68d83fcfb30c99887e255ed81122bbdcbd
parentfe686e5a1f80c9ba22a622e96251c054da0366c1
Rework the wxCusor ctor taking wx stock number to provide as many cursors as
possible by using the system cursors first, a set of built-in cursors copied
from wxMac if a system cursor was not found, and a normal cursor otherwise.

Fixes lack of wxCURSOR_HAND and makes the code easier to follow by clearly
showing which cursors are and are not available from each source.

Copyright 2007, Software 2000 Ltd.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/cocoa/cursor.mm